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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bfb91af..a5c60ce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +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. + 2009-04-29 Alan Modra <amodra@bigpond.net.au> * deffilep.y (STACKSIZE_K): Rename from STACKSIZE. |