bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21402] i386: indirect5 failures


From: amodra at gmail dot com
Subject: [Bug ld/21402] i386: indirect5 failures
Date: Wed, 19 Apr 2017 22:43:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21402

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
The new testcases shows bugs in the x86 backend code. 
elf_i386_allocate_dynrelocs is wrongly making "bar", a bfd_link_hash_defined
symbol, dynamic.  bfd_elf_link_record_dynamic_symbol calls there should only
change undefweak symbols.  The same bug exists for x86_64, but the testcase
does not trigger it..

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]