diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-11-19 19:17:14 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-11-19 19:17:14 +0000 |
commit | 4c01d9b5beb93f270b99281cfd7067810867fdeb (patch) | |
tree | 0ccfd608dabed302389e103705e8a5c89da8e60a /bfd | |
parent | 7e6deb7a27c2939d7390a9fc71d52b1982454e69 (diff) | |
download | gdb-4c01d9b5beb93f270b99281cfd7067810867fdeb.zip gdb-4c01d9b5beb93f270b99281cfd7067810867fdeb.tar.gz gdb-4c01d9b5beb93f270b99281cfd7067810867fdeb.tar.bz2 |
* coffcode.h (coff_slurp_symbol_table): Print more verbose message
in the case of an unknown (or unhandled) storage class.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e4fe01e..d99a052 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 19 04:02:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + * coffcode.h (coff_slurp_symbol_table): Print more verbose message + in the case of an unknown (or unhandled) storage class. + * config/i386-lynx.mt (TDEFINES): FPRINTF_ALREADY_DECLARED should not be defined here, since it is a host attribute, not a target one. |