diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-06 03:03:12 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-06 03:03:12 +0000 |
commit | 8066e4344eaf94cc8530a01a017a58a931fd8116 (patch) | |
tree | dcb0aeaf6ced952a0c410d67cb51e4b1d7e65792 | |
parent | fcca5c83d53a854bb1a508437b66375a02b14967 (diff) | |
download | gdb-8066e4344eaf94cc8530a01a017a58a931fd8116.zip gdb-8066e4344eaf94cc8530a01a017a58a931fd8116.tar.gz gdb-8066e4344eaf94cc8530a01a017a58a931fd8116.tar.bz2 |
* mips-tdep.c (mips_print_register): Remove unused variable
our_type and call to init_type. Fixes memory leak. Reindent function.
* mips-tdep.c (mips_print_register), findvar.c
(write_register_bytes): Make buffer char[] instead of unsigned
char[].
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e66fcc..d0cb66c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,15 @@ +Wed Apr 5 19:57:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * mips-tdep.c (mips_print_register): Remove unused variable + our_type and call to init_type. Fixes memory leak. Reindent function. + + * mips-tdep.c (mips_print_register), findvar.c + (write_register_bytes): Make buffer char[] instead of unsigned + char[]. + Mon Apr 3 19:28:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com) - * top.c, utils.c, main.c: Replace error_pre_print with two + * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two variables: error_pre_print (for RETURN_ERROR) and quit_pre_print (for RETURN_QUIT). Fixes a bug whereby typing ^C (e.g. in "maint print sym") could output extraneous stuff. |