diff options
author | John Gilmore <gnu@cygnus> | 1992-12-15 11:05:22 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-12-15 11:05:22 +0000 |
commit | fb29d6816150483a00a81ff2f5c9724e7763590e (patch) | |
tree | be363ecc0fe003ffa468ea5abed2bdedae5b78d8 /gdb/ChangeLog | |
parent | 031dd1a9e77488477ddb6cbd9c571dfed855a92f (diff) | |
download | gdb-fb29d6816150483a00a81ff2f5c9724e7763590e.zip gdb-fb29d6816150483a00a81ff2f5c9724e7763590e.tar.gz gdb-fb29d6816150483a00a81ff2f5c9724e7763590e.tar.bz2 |
i860-tdep.c: Lint.
* remote.c: Avoid printf_filtered line limit. Suggested by
Robert R. Henry, <rrh@tera.com>.
* main.c (main): Accept --silent as well as --quiet. Change +help
to --help. Suggested by Karl Berry, <karl@cs.umb.edu>.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e6a62cb..7d7525a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com) + * remote.c: Avoid printf_filtered line limit. Suggested by + Robert R. Henry, <rrh@tera.com>. + + * main.c (main): Accept --silent as well as --quiet. Change +help + to --help. Suggested by Karl Berry, <karl@cs.umb.edu>. + * doc/gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST. Noticed by Andy Jackson, <arj@cam-orl.co.uk>. @@ -47,7 +53,7 @@ Mon Dec 14 18:48:52 1992 Fred Fish (fnf@cygnus.com) Mon Dec 14 17:18:42 1992 Stu Grossman (grossman at cygnus.com) - * convex-xdep.c, hppab-nat.c, i860-tdep.c, infptrace.c: Remove + * convex-xdep.c, hppab-nat.c, infptrace.c: Remove decl for attach_flag, it now lives in inferior.h. * hppa-pinsn.c: Reformat opcode tables. Add function prototypes. Make most functions static. |