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-rs6000.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-rs6000.h')
-rw-r--r-- | gdb/tm-rs6000.h | 5 |
1 files changed, 5 insertions, 0 deletions
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. */ |