diff options
author | Per Bothner <per@bothner.com> | 1992-05-06 21:37:51 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-06 21:37:51 +0000 |
commit | ba2c9027ca6a4740bab9d4e9a4beb650297d8232 (patch) | |
tree | 269cdd4e1ccfb1b69facaba6a7cb1a3dba0fd38f /gdb/tm-irix3.h | |
parent | 55b3ef9a579d2a5475728f8e53f71923af896f23 (diff) | |
download | gdb-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.
Diffstat (limited to 'gdb/tm-irix3.h')
-rw-r--r-- | gdb/tm-irix3.h | 5 |
1 files changed, 5 insertions, 0 deletions
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. */ |