From: Ian Lance Taylor Date: Thu, 2 Mar 2000 01:26:27 +0000 (+0000) Subject: mention new -Bsymbolic behaviour X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b1d3b78a33739e13692b1087307bb1a91054dd7;p=binutils-gdb.git mention new -Bsymbolic behaviour --- diff --git a/ld/NEWS b/ld/NEWS index 267890ecb5c..2c2340f385e 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: