mention new -Bsymbolic behaviour

This commit is contained in:
Ian Lance Taylor 2000-03-02 01:26:27 +00:00
parent a09e9d093b
commit 9b1d3b78a3
1 changed files with 4 additions and 0 deletions

View File

@ -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: