diff options
author | Ian Lance Taylor <ian@airs.com> | 2003-08-12 16:46:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2003-08-12 16:46:17 +0000 |
commit | 0b28295df7c39f648b27ade721c92a6e18c068ba (patch) | |
tree | 23c7ba50311b128033d7b3989433ab152fa63c08 /ld/ChangeLog | |
parent | 49ed40de4ec7230bed1eca033992ce57be7b69f9 (diff) | |
download | gdb-0b28295df7c39f648b27ade721c92a6e18c068ba.zip gdb-0b28295df7c39f648b27ade721c92a6e18c068ba.tar.gz gdb-0b28295df7c39f648b27ade721c92a6e18c068ba.tar.bz2 |
* ldmain.c (undefined_symbol): Change parameter name from `fatal'
to `error'. If only a warning, put warning in the reported
string. Consistently set failure flag when not a warning.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3c520af..5a9f404 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2003-08-12 Ian Lance Taylor <ian@airs.com> + + * ldmain.c (undefined_symbol): Change parameter name from `fatal' + to `error'. If only a warning, put warning in the reported + string. Consistently set failure flag when not a warning. + 2003-08-08 Dmitry Diky <diwil@mail.ru> * Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to |