diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-28 17:00:59 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-28 17:00:59 -0400 |
commit | 7cb1db4edae4c865f90c288524bb68891f7f7f53 (patch) | |
tree | a2c49b4864d1bb245d174eca464c493e128a4f2d | |
parent | fcbdcbb8a2b41810e45198077b4d8dad26f037ca (diff) | |
download | gcc-7cb1db4edae4c865f90c288524bb68891f7f7f53.zip gcc-7cb1db4edae4c865f90c288524bb68891f7f7f53.tar.gz gcc-7cb1db4edae4c865f90c288524bb68891f7f7f53.tar.bz2 |
(CPP_SPEC): Remove CPU name synonyms.
From-SVN: r10079
-rw-r--r-- | gcc/config/rs6000/eabile.h | 10 | ||||
-rw-r--r-- | gcc/config/rs6000/powerpc.h | 31 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 10 | ||||
-rw-r--r-- | gcc/config/rs6000/sysv4le.h | 10 |
4 files changed, 24 insertions, 37 deletions
diff --git a/gcc/config/rs6000/eabile.h b/gcc/config/rs6000/eabile.h index 424c11a..79d043a 100644 --- a/gcc/config/rs6000/eabile.h +++ b/gcc/config/rs6000/eabile.h @@ -47,14 +47,6 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc: -D_ARCH_PWR} \ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ -%{mcpu=mpc403: -D_ARCH_PPC} \ -%{mcpu=ppc403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=mpc601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=ppc601: -D_ARCH_PPC -D_ARCH_PWR} \ %{mcpu=603: -D_ARCH_PPC} \ -%{mcpu=mpc603: -D_ARCH_PPC} \ -%{mcpu=ppc603: -D_ARCH_PPC} \ -%{mcpu=604: -D_ARCH_PPC} \ -%{mcpu=mpc604: -D_ARCH_PPC} \ -%{mcpu=ppc604: -D_ARCH_PPC}" +%{mcpu=604: -D_ARCH_PPC}" diff --git a/gcc/config/rs6000/powerpc.h b/gcc/config/rs6000/powerpc.h index fc9d237..e8f6a17 100644 --- a/gcc/config/rs6000/powerpc.h +++ b/gcc/config/rs6000/powerpc.h @@ -24,7 +24,26 @@ Boston, MA 02111-1307, USA. */ #include "rs6000/rs6000.h" #undef ASM_SPEC -#define ASM_SPEC "-u -mppc" +#define ASM_SPEC "-u \ +%{!mcpu*: \ + %{mpower2: -mpwrx} \ + %{mpowerpc*: %{!mpower: -mppc}} \ + %{mno-powerpc: %{!mpower: %{!mpower2: -mcom}}} \ + %{mno-powerpc: %{mpower: %{!mpower2: -mpwr}}} \ + %{!mno-powerpc: %{mpower: -m601}} \ + %{!mno-powerpc: %{!mpower: -mppc}}} \ +%{mcpu=common: -mcom} \ +%{mcpu=power: -mpwr} \ +%{mcpu=powerpc: -mppc} \ +%{mcpu=rios: -mpwr} \ +%{mcpu=rios1: -mpwr} \ +%{mcpu=rios2: -mpwrx} \ +%{mcpu=rsc: -mpwr} \ +%{mcpu=rsc1: -mpwr} \ +%{mcpu=403: -mppc} \ +%{mcpu=601: -m601} \ +%{mcpu=603: -mppc} \ +%{mcpu=604: -mppc}" #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 \ @@ -48,17 +67,9 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc: -D_ARCH_PWR} \ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ -%{mcpu=mpc403: -D_ARCH_PPC} \ -%{mcpu=ppc403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=mpc601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=ppc601: -D_ARCH_PPC -D_ARCH_PWR} \ %{mcpu=603: -D_ARCH_PPC} \ -%{mcpu=mpc603: -D_ARCH_PPC} \ -%{mcpu=ppc603: -D_ARCH_PPC} \ -%{mcpu=604: -D_ARCH_PPC} \ -%{mcpu=mpc604: -D_ARCH_PPC} \ -%{mcpu=ppc604: -D_ARCH_PPC}" +%{mcpu=604: -D_ARCH_PPC}" #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 7d5f36a..59f60a6 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -62,17 +62,9 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc: -D_ARCH_PWR} \ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ -%{mcpu=mpc403: -D_ARCH_PPC} \ -%{mcpu=ppc403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=mpc601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=ppc601: -D_ARCH_PPC -D_ARCH_PWR} \ %{mcpu=603: -D_ARCH_PPC} \ -%{mcpu=mpc603: -D_ARCH_PPC} \ -%{mcpu=ppc603: -D_ARCH_PPC} \ -%{mcpu=604: -D_ARCH_PPC} \ -%{mcpu=mpc604: -D_ARCH_PPC} \ -%{mcpu=ppc604: -D_ARCH_PPC}" +%{mcpu=604: -D_ARCH_PPC}" /* Define the options for the binder: Start text at 512, align all segments to 512 bytes, and warn if there is text relocation. diff --git a/gcc/config/rs6000/sysv4le.h b/gcc/config/rs6000/sysv4le.h index 2b184ca..c72bdb0 100644 --- a/gcc/config/rs6000/sysv4le.h +++ b/gcc/config/rs6000/sysv4le.h @@ -47,14 +47,6 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc: -D_ARCH_PWR} \ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ -%{mcpu=mpc403: -D_ARCH_PPC} \ -%{mcpu=ppc403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=mpc601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=ppc601: -D_ARCH_PPC -D_ARCH_PWR} \ %{mcpu=603: -D_ARCH_PPC} \ -%{mcpu=mpc603: -D_ARCH_PPC} \ -%{mcpu=ppc603: -D_ARCH_PPC} \ -%{mcpu=604: -D_ARCH_PPC} \ -%{mcpu=mpc604: -D_ARCH_PPC} \ -%{mcpu=ppc604: -D_ARCH_PPC}" +%{mcpu=604: -D_ARCH_PPC}" |