diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-13 19:25:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-13 19:25:57 +0000 |
commit | 2575273dcb1af23515c8f65502e80e887d6fc5da (patch) | |
tree | 1223f6b51c4b7a76f1f8c9992eacebb813548fdb | |
parent | e4a86f6fb4f4595401f026f1a4e03a42cb9ee08e (diff) | |
download | gdb-2575273dcb1af23515c8f65502e80e887d6fc5da.zip gdb-2575273dcb1af23515c8f65502e80e887d6fc5da.tar.gz gdb-2575273dcb1af23515c8f65502e80e887d6fc5da.tar.bz2 |
mention --no-undefined
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |