diff options
author | Per Bothner <per@bothner.com> | 1991-09-20 00:17:30 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-09-20 00:17:30 +0000 |
commit | c44582c81a2bc57a9067ce957affbefcc0c1fc31 (patch) | |
tree | 51f2b723ea756d61545852d4db74866dab96c5c5 /gdb | |
parent | 4cf73f04750db000e76cbe07d313586383988698 (diff) | |
download | gdb-c44582c81a2bc57a9067ce957affbefcc0c1fc31.zip gdb-c44582c81a2bc57a9067ce957affbefcc0c1fc31.tar.gz gdb-c44582c81a2bc57a9067ce957affbefcc0c1fc31.tar.bz2 |
Various mips changes from Peter Schauer.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 796b05e..bba5fc5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Thu Sep 19 17:04:12 1991 Per Bothner (bothner at cygnus.com) + + Patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>: + * mipsread.c (parse_partial_symbols): Enter the name of all + structs/unions... into the psymtab so we can access them if the + symtab is not read in. + * mips-tdep.c: Remove some unneded (?) #includes. + * xconfig/dec3100: Add HAVE_STRSTR. + Thu Sep 19 15:14:23 1991 John Gilmore (gnu at cygnus.com) * Makefile.in: Circumvent Sun Make bug on *-exp.tab.o. |