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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to