aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-05-06 21:37:51 +0000
committerPer Bothner <per@bothner.com>1992-05-06 21:37:51 +0000
commitba2c9027ca6a4740bab9d4e9a4beb650297d8232 (patch)
tree269cdd4e1ccfb1b69facaba6a7cb1a3dba0fd38f
parent55b3ef9a579d2a5475728f8e53f71923af896f23 (diff)
downloadgdb-ba2c9027ca6a4740bab9d4e9a4beb650297d8232.zip
gdb-ba2c9027ca6a4740bab9d4e9a4beb650297d8232.tar.gz
gdb-ba2c9027ca6a4740bab9d4e9a4beb650297d8232.tar.bz2
* tm-irix3.h: Re-define CPLUS_MARKER to '.'.
* xm-rs6000.h, tm-rs6000.h: Move re-definition of CPLUS_MARKER from former to latter.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/tm-irix3.h5
-rw-r--r--gdb/tm-rs6000.h5
-rw-r--r--gdb/xm-rs6000.h5
4 files changed, 16 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ed7a397..94b6599 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/tm-irix3.h b/gdb/tm-irix3.h
index 84017e0..05a02e9 100644
--- a/gdb/tm-irix3.h
+++ b/gdb/tm-irix3.h
@@ -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. */
diff --git a/gdb/tm-rs6000.h b/gdb/tm-rs6000.h
index 8321288..d445607 100644
--- a/gdb/tm-rs6000.h
+++ b/gdb/tm-rs6000.h
@@ -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. */
diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h
index 4b323c6..7929ddf 100644
--- a/gdb/xm-rs6000.h
+++ b/gdb/xm-rs6000.h
@@ -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