diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:26:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:26:27 +0000 |
commit | 9b1d3b78a33739e13692b1087307bb1a91054dd7 (patch) | |
tree | 4d79fb3618881f75513169d597ec52c4b9bd0675 /ld/NEWS | |
parent | a09e9d093b4ea9e490108634f194fe73e0a99da9 (diff) | |
download | fsf-binutils-gdb-9b1d3b78a33739e13692b1087307bb1a91054dd7.zip fsf-binutils-gdb-9b1d3b78a33739e13692b1087307bb1a91054dd7.tar.gz fsf-binutils-gdb-9b1d3b78a33739e13692b1087307bb1a91054dd7.tar.bz2 |
mention new -Bsymbolic behaviour
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |