diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-10 05:51:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-10 05:51:25 +0000 |
commit | 4e58b3ebfc87740365dacb4eda170ebebce72a7f (patch) | |
tree | 44390066eafbb58781ae2443b87d8a0bd83cdbef /binutils/ChangeLog | |
parent | 0f6df2eee03e3366cc14683fc7f786acc9d6fb0b (diff) | |
download | gdb-4e58b3ebfc87740365dacb4eda170ebebce72a7f.zip gdb-4e58b3ebfc87740365dacb4eda170ebebce72a7f.tar.gz gdb-4e58b3ebfc87740365dacb4eda170ebebce72a7f.tar.bz2 |
* nlmconv.c (main): Warn about imported symbols that are not in
the IMPORT list even if the IMPORT keyword is not used.
Fixes PR 4006.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c878242..df1af19 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Thu Dec 9 17:47:19 1993 Ian Lance Taylor (ian@deneb.cygnus.com) + * nlmconv.c (main): Warn about imported symbols that are not in + the IMPORT list even if the IMPORT keyword is not used. + * nlmconv.c (debug, unlink_on_exit): New static variables. (long_options): Add "debug" and "linker". (main): Handle -d and -l arguments. Make command line input and |