2001-05-02 David O'Brien <obrien@FreeBSD.org>
* config.gcc, config/rs6000/aix51.h, config/rs6000/mach.h: Do not
directly include rs6000/rs6000.h. Instead do it in tm.h.
Approved by: Geoff Keating <geoffk@geoffk.org>
Message-ID: <jmae4vtdi0.fsf@geoffk.org>
From-SVN: r41782
+2001-05-02 David O'Brien <obrien@FreeBSD.org>
+
+ * config.gcc, config/rs6000/aix51.h, config/rs6000/mach.h: Do not
+ directly include rs6000/rs6000.h. Instead do it in tm.h.
+
2001-05-02 Stan Shebs <shebs@apple.com>
* objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to
;;
rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
xm_defines=POSIX
- tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h"
+ tm_file="${tm_file} rs6000/aix.h rs6000/rs6000.h rs6000/aix.h rs6000/aix51.h"
tmake_file=rs6000/t-aix43
float_format=none
use_collect2=yes
use_collect2=yes
;;
rs6000-*-mach*)
- tm_file=rs6000/mach.h
+ tm_file="rs6000/rs6000.h rs6000/mach.h"
xm_defines=POSIX
use_collect2=yes
;;
Boston, MA 02111-1307, USA. */
-#include "rs6000/rs6000.h"
-#include "rs6000/aix.h"
-
/* AIX V5 and above support 64-bit executables. */
#undef SUBSUBTARGET_SWITCHES
#define SUBSUBTARGET_SWITCHES \
#define TARGET_AIX 0
-#include "rs6000/rs6000.h"
-
/* We don't define AIX under MACH; instead we define `unix'. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Drios -D_IBMR2 -Dunix -Asystem=unix -Asystem=mach -Acpu=rs6000 -Amachine=rs6000"