aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index aa2e845..267890e 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -14,11 +14,17 @@ Changes in version 2.10:
* Added ASSERT to the linker script language.
+* Added EXCLUDE_FILE to the linker script language for further control over
+ wildcard file names.
+
* Added -O option to optimize linker output (as of this writing, this only
affects ELF shared library generation).
* The -e option now accepts a number as well as a symbol name.
+* Added --no-undefined option to disallow undefined symbols when creating a
+ shared library.
+
* Added --demangle and --no-demangle options.
Changes in version 2.9: