projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a09e9d0
)
mention new -Bsymbolic behaviour
author
Ian Lance Taylor
<ian@airs.com>
Thu, 2 Mar 2000 01:26:27 +0000
(
01:26
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 2 Mar 2000 01:26:27 +0000
(
01:26
+0000)
ld/NEWS
patch
|
blob
|
history
diff --git
a/ld/NEWS
b/ld/NEWS
index 267890ecb5cdf8d75eba14ab2f6e3dfaba6a88fe..2c2340f385e082f1ca8077153adb547dd6161540 100644
(file)
--- 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: