From: Peter Schauer Date: Mon, 22 Mar 1993 20:25:25 +0000 (+0000) Subject: * mipsread.c (parse_procedure, parse_partial_symbols): bug fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a3579dfb18f47a10965a5f3a5d94b266db1bbd3;p=binutils-gdb.git * mipsread.c (parse_procedure, parse_partial_symbols): bug fixes. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9ce07ffcad..0a51079feb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Mon Mar 22 20:36:04 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mipsread.c (parse_procedure): Save cur_fdr accross call to + lookup_symbol as it might get clobbered by the call. + + * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST. + The previous code did not initialize the language field for the psymtab + entry. + Sat Mar 20 00:33:39 1993 John Gilmore (gnu@cygnus.com) * c-exp.y (parse_number): Avoid shift warning.