OSDN Git Service

2003-10-05 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Oct 2003 22:49:29 +0000 (22:49 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Oct 2003 22:49:29 +0000 (22:49 +0000)
* config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
TARGET_E500, TARGET_ISEL, and TARGET_FPRS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72121 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/linuxspe.h

index 0dd3d1f..8bc30bb 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-05  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
+       TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
+
 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
 
        * c-pretty-print.c: Fix comment typos.
index 382be0a..59eb831 100644 (file)
 #undef TARGET_DEFAULT
 #define        TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS)
 
+#undef TARGET_SPE_ABI
+#undef TARGET_SPE
+#undef TARGET_E500
+#undef TARGET_ISEL
+#undef TARGET_FPRS
+
+#define TARGET_SPE_ABI rs6000_spe_abi
+#define TARGET_SPE rs6000_spe
+#define TARGET_E500 (rs6000_cpu == PROCESSOR_PPC8540)
+#define TARGET_ISEL rs6000_isel
+#define TARGET_FPRS (!rs6000_float_gprs)
+
 #undef  SUBSUBTARGET_OVERRIDE_OPTIONS
 #define SUBSUBTARGET_OVERRIDE_OPTIONS \
   if (rs6000_select[1].string == NULL) \