diff options
author | Chris Demetriou <cgd@google.com> | 2009-04-29 17:24:27 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2009-04-29 17:24:27 +0000 |
commit | 267e27229efe6d0edd002c87fc02598588503948 (patch) | |
tree | fb873c5cabcd8d6c3b8e51843a9c1f63a82bbed8 /ld/NEWS | |
parent | 3ea7450594d97c3741e3be6d8b131011379e5860 (diff) | |
download | gdb-267e27229efe6d0edd002c87fc02598588503948.zip gdb-267e27229efe6d0edd002c87fc02598588503948.tar.gz gdb-267e27229efe6d0edd002c87fc02598588503948.tar.bz2 |
[ld/ChangeLog]
2009-04-29 Chris Demetriou <cgd@google.com>
* lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC.
(ld_options): Likewise.
(parse_args): Likewise.
* ld.texinfo: Document --no-export-dynamic.
* NEWS: Mention --no-export-dynamic.
[ld/testsuite/ChangeLog]
2009-04-29 Chris Demetriou <cgd@google.com>
* ld-elfvers/vers.exp (vers4b): New test to verify that
--no-export-dynamic undoes --export-dynamic.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* New option --no-export-dynamic to undo the effect of the -E and + --export-dynamic options. + * ELF: --warn-alternate-em option to warn if an object has alternate ELF machine code. |