diff options
author | David MacKenzie <djm@cygnus> | 1993-08-06 20:13:28 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-06 20:13:28 +0000 |
commit | 31f55aa540246313231da3c187a149c788b57bcf (patch) | |
tree | c68fa86d7a0c01e106391e7fd159e0afafeda489 /ld/ChangeLog | |
parent | 493a259370e81477fc855dc0439af7c6ba8f90f6 (diff) | |
download | gdb-31f55aa540246313231da3c187a149c788b57bcf.zip gdb-31f55aa540246313231da3c187a149c788b57bcf.tar.gz gdb-31f55aa540246313231da3c187a149c788b57bcf.tar.bz2 |
clean up error messages
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 68ebc5e..4beaf1e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Fri Aug 6 08:57:39 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c: + Remove inital caps in some error messages, change "can't" to + "cannot", add missing colons. + * ldmisc.c (vfinfo): Print "%%" as a single %. + For '%' followed by unrecognized character, print them both + verbatim instead of expecting a char * arg. + For '%C', don't put the function name in parens. + + * ldexp.c (invalid): Pass "%%", not "% ". + Fri Aug 6 14:31:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss. |