diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-13 23:36:31 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-13 23:36:31 +0000 |
commit | b8b78f950dd1449768bcc430e2153379988a71e1 (patch) | |
tree | e95f1a9f83b8404894a3e27e1ea61deeb683516f /gdb/ChangeLog | |
parent | d9f4c35f653b5b8040e758ccb6d9509cc69bf596 (diff) | |
download | gdb-b8b78f950dd1449768bcc430e2153379988a71e1.zip gdb-b8b78f950dd1449768bcc430e2153379988a71e1.tar.gz gdb-b8b78f950dd1449768bcc430e2153379988a71e1.tar.bz2 |
* breakpoint.c, infrun.c, printcmd.c: Change long command help
strings into concats of shorter ones, for picky ANSI compilers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6436d70..a8e98c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 13 15:15:33 1994 Stan Shebs <shebs@andros.cygnus.com> + + * breakpoint.c, infrun.c, printcmd.c: Change long command help + strings into concats of shorter ones, for picky ANSI compilers. + Mon Dec 12 17:08:02 1994 Stan Shebs <shebs@andros.cygnus.com> Sparc flat register window support. |