diff options
author | Per Bothner <per@bothner.com> | 1992-05-08 18:43:50 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-08 18:43:50 +0000 |
commit | d5e885834bfcf5998f2cd8daca780ee82ae9827e (patch) | |
tree | d370d11dcaaf90d430084246157c4cbfa003266e /gdb | |
parent | a98e98d368049fc161a814fb2b73d8996bb2a70f (diff) | |
download | gdb-d5e885834bfcf5998f2cd8daca780ee82ae9827e.zip gdb-d5e885834bfcf5998f2cd8daca780ee82ae9827e.tar.gz gdb-d5e885834bfcf5998f2cd8daca780ee82ae9827e.tar.bz2 |
* mipsread.c (parse_procedure): Return rather than using
uninitialized variable 'b'.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 186d594..2a1ba6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri May 8 11:42:15 1992 Per Bothner (bothner@rtl.cygnus.com) + + * mipsread.c (parse_procedure): Return rather than using + uninitialized variable 'b'. + Fri May 8 07:48:27 1992 K. Richard Pixley (rich@cygnus.com) * Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c, |