]> git.wh0rd.org Git - elf2flt.git/commit
Don't always update text in !pic_with_got case
authorSteve Bennett <steveb@workware.net.au>
Wed, 5 Feb 2020 01:12:36 +0000 (11:12 +1000)
committerSteve Bennett <steveb@workware.net.au>
Wed, 13 May 2020 13:02:39 +0000 (23:02 +1000)
commit5e08f19683163584f23b953e570749964758c439
treef1e154da1e85288672f3182403dca5a64a653d87
parent8414a352d284c61047a884d27c955e14d608fddd
Don't always update text in !pic_with_got case

If the text fixup has already been done early, don't do the default
text update. Code can set update_text=0 to indicate this case.

Previously the fixup done for R_MICROBLAZE_64 was being stomped on by
the default text fixup.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
elf2flt.c