Commit 05de394b by David O'Brien Committed by David O'Brien

config.gcc, [...]: Do not directly include rs6000/rs6000.h.

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
parent 93280e7d
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> 2001-05-02 Stan Shebs <shebs@apple.com>
* objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to * objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to
......
...@@ -2741,7 +2741,7 @@ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*) ...@@ -2741,7 +2741,7 @@ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
;; ;;
rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
xm_defines=POSIX 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 tmake_file=rs6000/t-aix43
float_format=none float_format=none
use_collect2=yes use_collect2=yes
...@@ -2760,7 +2760,7 @@ rs6000-bull-bosx) ...@@ -2760,7 +2760,7 @@ rs6000-bull-bosx)
use_collect2=yes use_collect2=yes
;; ;;
rs6000-*-mach*) rs6000-*-mach*)
tm_file=rs6000/mach.h tm_file="rs6000/rs6000.h rs6000/mach.h"
xm_defines=POSIX xm_defines=POSIX
use_collect2=yes use_collect2=yes
;; ;;
......
...@@ -21,9 +21,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, ...@@ -21,9 +21,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "rs6000/rs6000.h"
#include "rs6000/aix.h"
/* AIX V5 and above support 64-bit executables. */ /* AIX V5 and above support 64-bit executables. */
#undef SUBSUBTARGET_SWITCHES #undef SUBSUBTARGET_SWITCHES
#define SUBSUBTARGET_SWITCHES \ #define SUBSUBTARGET_SWITCHES \
......
...@@ -22,8 +22,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -22,8 +22,6 @@ Boston, MA 02111-1307, USA. */
#define TARGET_AIX 0 #define TARGET_AIX 0
#include "rs6000/rs6000.h"
/* We don't define AIX under MACH; instead we define `unix'. */ /* We don't define AIX under MACH; instead we define `unix'. */
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Drios -D_IBMR2 -Dunix -Asystem=unix -Asystem=mach -Acpu=rs6000 -Amachine=rs6000" #define CPP_PREDEFINES "-Drios -D_IBMR2 -Dunix -Asystem=unix -Asystem=mach -Acpu=rs6000 -Amachine=rs6000"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment