diff options
Diffstat (limited to 'gdb/tm-sun4sol2.h')
-rw-r--r-- | gdb/tm-sun4sol2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tm-sun4sol2.h b/gdb/tm-sun4sol2.h index dbf9ffb..f785dd1 100644 --- a/gdb/tm-sun4sol2.h +++ b/gdb/tm-sun4sol2.h @@ -37,6 +37,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SUN_FIXED_LBRAC_BUG +/* 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 '.' + #if 0 /* Setjmp/longjmp are not as well doc'd in SunOS 5.x yet */ /* Offsets into jmp_buf. Not defined by Sun, but at least documented in a |