[binutils-gdb] x86-64: Properly report output type when PIC is needed
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Wed Aug 23 21:05:00 GMT 2017
*** TEST RESULTS FOR COMMIT aab921adcb656e4eefcc7d0f14241f3d7504400e ***
Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: aab921adcb656e4eefcc7d0f14241f3d7504400e
x86-64: Properly report output type when PIC is needed
-fPIC may be needed to compile PIE or PDE objects, not just shared
object.
bfd/
* elf64-x86-64.c (elf_x86_64_need_pic): Add an argument for
bfd_link_info. Report shared, PIE or PDE object based on
bfd_link_info.
(elf_x86_64_check_relocs): Update elf_x86_64_need_pic call.
(elf_x86_64_relocate_section): Likewise.
ld/
* testsuite/ld-x86-64/pie2.d: Updated.
* testsuite/ld-x86-64/pr19719.d: Likewise.
* testsuite/ld-x86-64/pr19807-2a.d: Likewise.
* testsuite/ld-x86-64/pr19969.d: Likewise.
More information about the Gdb-testers
mailing list