* mipsread.c (parse_procedure, parse_partial_symbols): bug fixes.
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 22 Mar 1993 20:25:25 +0000 (20:25 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 22 Mar 1993 20:25:25 +0000 (20:25 +0000)
gdb/ChangeLog

index c9ce07ffcad72ad0dfc52d8f1f75cd1f3cd286a5..0a51079feb2d275fc2c9ec8bd302ea2e7b49f156 100644 (file)
@@ -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.