diff options
author | Nick Clifton <nickc@redhat.com> | 2016-09-14 10:42:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-09-14 10:42:10 +0100 |
commit | 29063f8bfb9d68a213efd1d0ab7a66f97ed9a013 (patch) | |
tree | e3dc42be85b5b08d1854d6b174d359670a4eebdf /ld/NEWS | |
parent | d68ff01f176038a3a1f21bd2a60dd3d5a2ea0343 (diff) | |
download | gdb-29063f8bfb9d68a213efd1d0ab7a66f97ed9a013.zip gdb-29063f8bfb9d68a213efd1d0ab7a66f97ed9a013.tar.gz gdb-29063f8bfb9d68a213efd1d0ab7a66f97ed9a013.tar.bz2 |
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.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes in 2.28: +* The command line option --no-eh-frame-hdr can now be used in ELF based + linkers to disable the automatic generation of .eh_frame_hdr sections. + * Add --in-implib=<infile> to the ARM linker to enable specifying a set of Secure Gateway veneers that must exist in the output import library specified by --out-implib=<outfile> and the address they must have. As such, |