* gdbtypes.h: Remove const from decl for cplus_struct_default to
authorStu Grossman <grossman@cygnus>
Tue, 15 Dec 1992 02:02:21 +0000 (02:02 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 15 Dec 1992 02:02:21 +0000 (02:02 +0000)
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.

gdb/ChangeLog

index d91122cc274d071868b69cc9ed6c56e466a659d4..81adf14d085f5930b0bf785a5422b5aad4313d73 100644 (file)
@@ -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)