From: Ian Lance Taylor Date: Sun, 13 Jun 1999 19:25:57 +0000 (+0000) Subject: mention --no-undefined X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2575273dcb1af23515c8f65502e80e887d6fc5da;p=binutils-gdb.git mention --no-undefined --- diff --git a/ld/NEWS b/ld/NEWS index 9885a56bd6c..267890ecb5c 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -22,6 +22,9 @@ affects ELF shared library generation). * The -e option now accepts a number as well as a symbol name. +* Added --no-undefined option to disallow undefined symbols when creating a + shared library. + * Added --demangle and --no-demangle options. Changes in version 2.9: