summaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2009-04-29 17:24:27 +0000
committerChris Demetriou <cgd@broadcom.com>2009-04-29 17:24:27 +0000
commitdc0e265bb830faac4092e0d577265a1ef245ef25 (patch)
treef3a6c3b6e3a5c1624b076347f0f9ba2fd7d8b90f /ld/NEWS
parent8135f9539fa3eaf8aaa31e920314eddcc4adce55 (diff)
downloadbinutils-redhat-dc0e265bb830faac4092e0d577265a1ef245ef25.tar.gz
[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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 621b489331..99d5d8543c 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -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.