aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-25 17:28:05 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-25 17:28:05 +0000
commit91a0575c8acd1a5f36bfb40943cc4bfe429648b5 (patch)
tree7bed72f68f36940539feadb9ab20cf275cd45095 /gdb/ChangeLog
parent09f705495147564472e9571b098a3f4d07e50740 (diff)
downloadgdb-91a0575c8acd1a5f36bfb40943cc4bfe429648b5.zip
gdb-91a0575c8acd1a5f36bfb40943cc4bfe429648b5.tar.gz
gdb-91a0575c8acd1a5f36bfb40943cc4bfe429648b5.tar.bz2
* stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
AIX can use ? instead of \ for continuation. Deal with it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f83202..0eebae4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Tue Jan 25 11:31:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
+ AIX can use ? instead of \ for continuation. Deal with it.
+
* paread.c (read_unwind_info): Just assign to objfile->obj_private,
not OBJ_UNWIND_INFO. Assigning to a cast is a GCC-ism which
the HP compiler in ANSI mode doesn't like.