From: Stu Grossman Date: Tue, 15 Dec 1992 02:02:21 +0000 (+0000) Subject: * gdbtypes.h: Remove const from decl for cplus_struct_default to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f70a2756406d76578fc4a6af98c42fd85f28b12;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d91122cc274..81adf14d085 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)