aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-12-15 02:02:21 +0000
committerStu Grossman <grossman@cygnus>1992-12-15 02:02:21 +0000
commit7f70a2756406d76578fc4a6af98c42fd85f28b12 (patch)
tree4bce5a5b8632fce451d424c14883b02d54db261b
parent47bc42e606532973b8a9d479d9a5fda9ccde2293 (diff)
downloadgdb-7f70a2756406d76578fc4a6af98c42fd85f28b12.zip
gdb-7f70a2756406d76578fc4a6af98c42fd85f28b12.tar.gz
gdb-7f70a2756406d76578fc4a6af98c42fd85f28b12.tar.bz2
* gdbtypes.h: Remove const from decl for cplus_struct_default to
work around PA-GAS assembler bug. Also, add trailing */ to some comments. * gdbtypes.c: Remove const from decl for cplus_struct_default. Same reason as above.
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d91122c..81adf14 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -11,6 +11,11 @@ Mon Dec 14 17:18:42 1992 Stu Grossman (grossman at cygnus.com)
from U. of Utah.
* tm-hppa.h (PUSH_DUMMY_FRAME, POP_FRAME): Use char * for 2nd arg
to read/write_register_bytes().
+ * gdbtypes.h: Remove const from decl for cplus_struct_default to
+ work around PA-GAS assembler bug. Also, add trailing */ to some
+ comments.
+ * gdbtypes.c: Remove const from decl for cplus_struct_default.
+ Same reason as above.
Wed Dec 9 19:53:25 1992 John Gilmore (gnu@cygnus.com)