* stack.c (print_frame_info): Revise comment about `pathological'
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 28 Jul 1993 01:11:32 +0000 (01:11 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 28 Jul 1993 01:11:32 +0000 (01:11 +0000)
case (there was a wrong FIXME about text labels; also asm() can
trigger this as well as versions of ar which truncate .o names).

gdb/ChangeLog

index 27eeac7d33bb85ba0ed906466fe0fd95a32ef2a1..63b3a886e44c9367aa503717b42d2b9c2c7a70fd 100644 (file)
@@ -1,5 +1,9 @@
 Tue Jul 27 12:07:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * stack.c (print_frame_info): Revise comment about `pathological'
+       case (there was a wrong FIXME about text labels; also asm() can
+       trigger this as well as versions of ar which truncate .o names).
+
        * buildsym.c (start_subfile): If a .c file includes a .C file, set
        the language of both of them to C++.