https://bugs.llvm.org/show_bug.cgi?id=41196

Jordan Rupprecht <ruppre...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #5 from Jordan Rupprecht <ruppre...@google.com> ---
I'm able to verify (w/ gdb) that _bfd_elf_post_process_headers is in fact being
called, *but* the method that actually sets has_gnu_symbols (e.g.
elf_x86_64_check_relocs for the elf64-x86-64 target) only seems to be triggered
by ld.bfd/gas. So ELFOSABI_GNU is never actually set by GNU objcopy.

This bug also provides more context:
https://sourceware.org/bugzilla/show_bug.cgi?id=10549

(Closing based on this)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to