* blockframe.c (find_pc_partial_function),
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 11 Aug 1993 22:14:09 +0000 (22:14 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 11 Aug 1993 22:14:09 +0000 (22:14 +0000)
mips-tdep.c (find_proc_desc): Deal with "pathological" case.

gdb/ChangeLog

index 25de985389ab443c943432766f85d138eae5389b..8fd7147d4b9aa2a0267c3d5e7ce71abfa9f02c65 100644 (file)
@@ -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.