diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-09-30 22:10:54 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-09-30 22:10:54 +0000 |
commit | 4520f868648600ed9857768530ed88fc9456acdc (patch) | |
tree | 1b1ce2ba3e9015652fb63887586ce57d27a5f79d /ld/ChangeLog | |
parent | 3ea38ac27086efbfe6a597fdc9898a2ae7261ffb (diff) | |
download | gdb-4520f868648600ed9857768530ed88fc9456acdc.zip gdb-4520f868648600ed9857768530ed88fc9456acdc.tar.gz gdb-4520f868648600ed9857768530ed88fc9456acdc.tar.bz2 |
Fix malformed error message.
* ldlang.c (lang_startup): Add missing ": " to einfo call.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e9ac27d..786fe34 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-09-30 James E Wilson <wilson@specifix.com> + + * ldlang.c (lang_startup): Add missing ": " to einfo call. + 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Run "make dep-am". |