diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-24 01:33:07 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-24 01:33:07 +0000 |
commit | 159fbb6088f17a341bcaaac960623cab881b4981 (patch) | |
tree | c69140decea14ae69f63a25a1317ac08f941e0ab /gas/ChangeLog | |
parent | ead077d598197edaa042b228a636890eee9c857c (diff) | |
download | gdb-159fbb6088f17a341bcaaac960623cab881b4981.zip gdb-159fbb6088f17a341bcaaac960623cab881b4981.tar.gz gdb-159fbb6088f17a341bcaaac960623cab881b4981.tar.bz2 |
* symbols.c(colon): if a symbol is being multiply defined as exactly
the same value, then don't cause a fatal error. This fixes
P00000616 - where a def _foo= . followed by foo: is seen.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 241cd24..6d13252 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,16 @@ +Thu Jan 23 17:30:08 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + * symbols.c(colon): if a symbol is being multiply defined as exactly + the same value, then don't cause a fatal error. This fixes + P00000616 - where a def _foo= . followed by foo: is seen. + Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + * config/obj-coffbfd.c: lint + * config/tc-h8300.c, config/tc-h8300.h: Too Many bug fixes + * config/tc-m68k.h, config/tc-sparc.h: Override default + listing options to give better effect. + Added support for listings * Makefile.in: include listing.[co] * as.c: parse -l |