aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-03-02 01:26:27 +0000
committerIan Lance Taylor <ian@airs.com>2000-03-02 01:26:27 +0000
commit9b1d3b78a33739e13692b1087307bb1a91054dd7 (patch)
tree4d79fb3618881f75513169d597ec52c4b9bd0675 /ld
parenta09e9d093b4ea9e490108634f194fe73e0a99da9 (diff)
downloadgdb-9b1d3b78a33739e13692b1087307bb1a91054dd7.zip
gdb-9b1d3b78a33739e13692b1087307bb1a91054dd7.tar.gz
gdb-9b1d3b78a33739e13692b1087307bb1a91054dd7.tar.bz2
mention new -Bsymbolic behaviour
Diffstat (limited to 'ld')
-rw-r--r--ld/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 267890e..2c2340f 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -25,6 +25,10 @@ affects ELF shared library generation).
* Added --no-undefined option to disallow undefined symbols when creating a
shared library.
+* The linker now issues a warning, not an error, for an undefined symbol when
+ using -Bsymbolic; use the new --no-undefined option to get the old
+ behaviour.
+
* Added --demangle and --no-demangle options.
Changes in version 2.9: