aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-04-01 01:50:30 +0000
committerStu Grossman <grossman@cygnus>1992-04-01 01:50:30 +0000
commit3bec9cddbeab16be981194c0d59f58bcbc6337ec (patch)
tree3c16244213630d791510cf3b13e4fd9087dc84d4
parent7e7ba5e2c4528b1b47d948622537edfb48a9288d (diff)
downloadgdb-3bec9cddbeab16be981194c0d59f58bcbc6337ec.zip
gdb-3bec9cddbeab16be981194c0d59f58bcbc6337ec.tar.gz
gdb-3bec9cddbeab16be981194c0d59f58bcbc6337ec.tar.bz2
* mipsread.c (parse_procedure): PDR.isym should get pointer to
function name, not .gdbinfo. symbol.
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 07a393a..e942081 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!