diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-06 20:04:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-06 20:04:22 +0000 |
commit | 70bec8b806b9eabcb62d54cc7bef3f2cd88aafaf (patch) | |
tree | a93abbe4afcf82e261d8e3dbbe443f8b9ae9979e /bfd/ChangeLog | |
parent | 153cb9ade30b4dac43a888788c5069bb2789883e (diff) | |
download | gdb-70bec8b806b9eabcb62d54cc7bef3f2cd88aafaf.zip gdb-70bec8b806b9eabcb62d54cc7bef3f2cd88aafaf.tar.gz gdb-70bec8b806b9eabcb62d54cc7bef3f2cd88aafaf.tar.bz2 |
* ecoff.c (ecoff_set_symbol_info): Removed special handling for
scBss and scSBss symbols, since it was wrong.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ab2b7f4..2fcb8ad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -10,6 +10,9 @@ Fri Aug 6 15:13:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) Fri Aug 6 12:28:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ecoff.c (ecoff_set_symbol_info): Removed special handling for + scBss and scSBss symbols, since it was wrong. + * Makefile.in (coff-mips.o, coff-alpha.o): Don't depend on coffcode.h. |