From 818de002b62ebfec9132b0089528f278a3ae88af Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sat, 29 Feb 1992 06:03:43 +0000 Subject: Mostly rs6000 changes from IBM. --- gdb/xm-rs6000.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'gdb/xm-rs6000.h') diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h index 2c0c101..deef444 100644 --- a/gdb/xm-rs6000.h +++ b/gdb/xm-rs6000.h @@ -54,7 +54,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Setpgrp() takes arguments, unlike ordinary Sys V's. */ -#define SETPGRP_ARGS +#define SETPGRP_ARGS 1 /* RS6000/AIXCOFF does not support PT_STEP. Has to be simulated. */ @@ -65,3 +65,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define XCOFF_INIT_LOADINFO() xcoff_init_loadinfo() #define XCOFF_ADD_TOC_TO_LOADINFO(x) xcoff_add_toc_to_loadinfo (x) + +/* 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 */ +#ifndef IBM6000 +#define IBM6000 +#endif -- cgit v1.1