From: Stu Grossman Date: Wed, 1 Apr 1992 01:50:30 +0000 (+0000) Subject: * mipsread.c (parse_procedure): PDR.isym should get pointer to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bec9cddbeab16be981194c0d59f58bcbc6337ec;p=binutils-gdb.git * mipsread.c (parse_procedure): PDR.isym should get pointer to function name, not .gdbinfo. symbol. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07a393a17ad..e9420813f77 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 31 17:48:15 1992 Stu Grossman (grossman at cygnus.com) + + * mipsread.c (parse_procedure): PDR.isym should get pointer to + function name, not .gdbinfo. symbol. + Tue Mar 31 17:05:04 1992 John Gilmore (gnu at cygnus.com) * breakpoint.c (breakpoint_1): Fix prototype, this time for sure!