aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-13 19:25:57 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-13 19:25:57 +0000
commit2575273dcb1af23515c8f65502e80e887d6fc5da (patch)
tree1223f6b51c4b7a76f1f8c9992eacebb813548fdb /ld
parente4a86f6fb4f4595401f026f1a4e03a42cb9ee08e (diff)
downloadgdb-2575273dcb1af23515c8f65502e80e887d6fc5da.zip
gdb-2575273dcb1af23515c8f65502e80e887d6fc5da.tar.gz
gdb-2575273dcb1af23515c8f65502e80e887d6fc5da.tar.bz2
mention --no-undefined
Diffstat (limited to 'ld')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 9885a56..267890e 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -22,6 +22,9 @@ 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: