aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-28 01:11:32 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-28 01:11:32 +0000
commitefdd6b6454b174056fb986e3052306d6005b8132 (patch)
tree441f5f69166e8e7673677849ccbf2e8bf5263020 /gdb
parent56ad756a85fdd60a23a88e5232904942d2c6aa38 (diff)
downloadgdb-efdd6b6454b174056fb986e3052306d6005b8132.zip
gdb-efdd6b6454b174056fb986e3052306d6005b8132.tar.gz
gdb-efdd6b6454b174056fb986e3052306d6005b8132.tar.bz2
* 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).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27eeac7..63b3a88 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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++.