]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mips-tdep.c (mips_print_register): Remove unused variable
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 6 Apr 1995 03:03:12 +0000 (03:03 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 6 Apr 1995 03:03:12 +0000 (03:03 +0000)
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[].

gdb/ChangeLog

index 7e66fcc2abb28926cd6cdfd2fb9822d1556fe89c..d0cb66c50708a6a9d01d91b1fe49a2d568a47f06 100644 (file)
@@ -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.