From: Jim Kingdon Date: Thu, 6 Apr 1995 03:03:12 +0000 (+0000) Subject: * mips-tdep.c (mips_print_register): Remove unused variable X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8066e4344eaf94cc8530a01a017a58a931fd8116;p=deliverable%2Fbinutils-gdb.git * 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[]. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e66fcc2ab..d0cb66c507 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.