* tm-irix3.h: Re-define CPLUS_MARKER to '.'.
authorPer Bothner <per@bothner.com>
Wed, 6 May 1992 21:37:51 +0000 (21:37 +0000)
committerPer Bothner <per@bothner.com>
Wed, 6 May 1992 21:37:51 +0000 (21:37 +0000)
* xm-rs6000.h, tm-rs6000.h:  Move re-definition of CPLUS_MARKER
from former to latter.

gdb/ChangeLog
gdb/tm-irix3.h
gdb/tm-rs6000.h
gdb/xm-rs6000.h

index ed7a3977c6ba5138f043cae393d0d6c8122f1219..94b659957cd74555c54dcbb23df30441e1323e5e 100644 (file)
@@ -1,3 +1,9 @@
+Wed May  6 14:34:18 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * tm-irix3.h:  Re-define CPLUS_MARKER to '.'.
+       * xm-rs6000.h, tm-rs6000.h:  Move re-definition of CPLUS_MARKER
+       from former to latter.
+
 Wed May  6 14:12:35 1992  Fred Fish  (fnf@cygnus.com)
 
        * cplus-dem.c (do_args):  Handle void args the same as others.
index 84017e034fca3c416ea37ef76b1764bcd2731eb7..05a02e94e55760b9d8778321b14943efa181bb0a 100644 (file)
@@ -30,6 +30,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /*#define NAMES_HAVE_UNDERSCORE*/
 
+/* SGI's assembler doesn't grok dollar signs in identifiers.
+   So we use dots instead.  This item must be coordinated with G++. */
+#undef CPLUS_MARKER
+#define CPLUS_MARKER '.'
+
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
index 832128861222d387ab28e4a1089114b8fc437258..d445607509000428277f9b76663b9f0242f75877 100644 (file)
@@ -107,6 +107,11 @@ struct aix_framedata {
 
 #undef NAMES_HAVE_UNDERSCORE
 
+/* AIX's assembler doesn't grok dollar signs in identifiers.
+   So we use dots instead.  This item must be coordinated with G++. */
+#undef CPLUS_MARKER
+#define CPLUS_MARKER '.'
+
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
index 4b323c6a66a5029798d2d4f09c5e5a87a5b415c0..7929ddf75dfb23659e988ad2868130c796f9d7f6 100644 (file)
@@ -60,11 +60,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define NO_SINGLE_STEP
 
-/* AIX's assembler doesn't grok dollar signs in identifiers.
-   So we use dots instead.  This item must be coordinated with G++. */
-#undef CPLUS_MARKER
-#define CPLUS_MARKER '.'
-
 /* Flag for machine-specific stuff in shared files.  FIXME */
 #define IBM6000_HOST