Add support for disabling automatic generation of .eh_frame_hdr sections in ELF based...
authorNick Clifton <nickc@redhat.com>
Wed, 14 Sep 2016 09:42:10 +0000 (10:42 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 14 Sep 2016 09:42:10 +0000 (10:42 +0100)
commit29063f8bfb9d68a213efd1d0ab7a66f97ed9a013
treee3dc42be85b5b08d1854d6b174d359670a4eebdf
parentd68ff01f176038a3a1f21bd2a60dd3d5a2ea0343
Add support for disabling automatic generation of .eh_frame_hdr sections in ELF based linkers.

PR ld/20537
* emultempl/elf32.em: More OPTION_xxx values into an enum.  Add
OPTION_NO_EH_FRAME_HDR.
(_add_options): Add support for --no-eh-frame-hdr.
* ld.texinfo: Document new option.
* lexsup.c (elf_shlib_list_options): List new option.
* NEWS: Mention the new option.
ld/ChangeLog
ld/NEWS
ld/emultempl/elf32.em
ld/ld.texinfo
ld/lexsup.c
This page took 0.024569 seconds and 4 git commands to generate.