[llvm-bugs] [Bug 41196] Set OS/ABI version to ELFOSABI_GNU if object contains GNU symbols
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 27 14:57:45 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41196
Jordan Rupprecht <rupprecht at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #5 from Jordan Rupprecht <rupprecht at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190327/1edc1f2c/attachment.html>
More information about the llvm-bugs
mailing list