diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-15 22:53:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-15 22:53:58 +0000 |
commit | d4887adcdb8be0554c721037266edc4ad3f982cf (patch) | |
tree | beb4c306ac0647fcf409ba5b2c6a4e981fef13d8 /gas/ChangeLog | |
parent | 0b8c7076b5eb5e6c88e9ea007bcaf5a2f24d8185 (diff) | |
download | gdb-d4887adcdb8be0554c721037266edc4ad3f982cf.zip gdb-d4887adcdb8be0554c721037266edc4ad3f982cf.tar.gz gdb-d4887adcdb8be0554c721037266edc4ad3f982cf.tar.bz2 |
Delete output file upon fatal errors.
Treat multiple defintions of the same symbol as ordinary errors, not fatal ones
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bed841e..1116016 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2001-01-15 Nick Clifton <nickc@redhat.com> + + * symbols.c (colon): Change 'already defined symbol' from a + fatal error to an ordinary error. There is no reason why this + error should be fatal. + + * message.c (as_fatal): Delete output file, if one has been + created. + 2001-01-14 Alan Modra <alan@linuxcare.com.au> * config/tc-hppa.h (TARGET_FORMAT): Add hppa-linux variants. |