* tm-irix3.h: Re-define CPLUS_MARKER to '.'.

* xm-rs6000.h, tm-rs6000.h:  Move re-definition of CPLUS_MARKER
	from former to latter.
This commit is contained in:
Per Bothner
1992-05-06 21:37:51 +00:00
parent 55b3ef9a57
commit ba2c9027ca
4 changed files with 16 additions and 5 deletions

View 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. */