aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-11 22:14:09 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-11 22:14:09 +0000
commit523ef1219ecacb331adbddf599a3d5b25adf93ac (patch)
tree111f6fcf1fdeafa25e33437da8cc80d0358cf872
parentd171114548a112b8023e2b233afa1c25b63de4e8 (diff)
downloadgdb-523ef1219ecacb331adbddf599a3d5b25adf93ac.zip
gdb-523ef1219ecacb331adbddf599a3d5b25adf93ac.tar.gz
gdb-523ef1219ecacb331adbddf599a3d5b25adf93ac.tar.bz2
* blockframe.c (find_pc_partial_function),
mips-tdep.c (find_proc_desc): Deal with "pathological" case.
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 25de985..8fd7147 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
+Tue Aug 10 13:07:14 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+
+ * blockframe.c (find_pc_partial_function),
+ mips-tdep.c (find_proc_desc): Deal with "pathological" case.
+
Tue Aug 10 14:50:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * utils.c (wrap_here): Allow indent to be NULL.
+ (fputs_filtered): Don't check for null wrap_indent (wrap_here now
+ guarantees that it isn't, and anyway we were only checking one out
+ of the two places we dereferenced it).
+
* objfiles.h (struct objfile): Clean up comments for
{obj,sym}_private to clarify what they are private to.