diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-12-20 21:46:20 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-12-20 21:46:20 +0000 |
commit | 10d8930004a23090b4ba2c409a01db9feb86222b (patch) | |
tree | 1f0a95163b21e94eb2a404f288a5e25ffb6655fc /gcc | |
parent | a8302e41e311fc19b7a16a4b26f82e77d98f8a55 (diff) | |
download | gcc-10d8930004a23090b4ba2c409a01db9feb86222b.zip gcc-10d8930004a23090b4ba2c409a01db9feb86222b.tar.gz gcc-10d8930004a23090b4ba2c409a01db9feb86222b.tar.bz2 |
Fix typo.
From-SVN: r10823
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/aix41.h | 6 | ||||
-rw-r--r-- | gcc/config/rs6000/eabiaix.h | 6 | ||||
-rw-r--r-- | gcc/config/rs6000/eabile.h | 6 | ||||
-rw-r--r-- | gcc/config/rs6000/powerpc.h | 6 |
4 files changed, 20 insertions, 4 deletions
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index e3edbc3..acb19f6 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -71,7 +71,11 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=6*: -D_ARCH_PPC}" +%{mcpu=602: -D_ARCH_PPC} \ +%{mcpu=603: -D_ARCH_PPC} \ +%{mcpu=603e: -D_ARCH_PPC} \ +%{mcpu=604: -D_ARCH_PPC} \ +%{mcpu=620: -D_ARCH_PPC}" #undef TARGET_DEFAULT #define TARGET_DEFAULT MASK_NEW_MNEMONICS diff --git a/gcc/config/rs6000/eabiaix.h b/gcc/config/rs6000/eabiaix.h index 6c035b3..f27f7c8 100644 --- a/gcc/config/rs6000/eabiaix.h +++ b/gcc/config/rs6000/eabiaix.h @@ -52,7 +52,11 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=6*: -D_ARCH_PPC}" +%{mcpu=602: -D_ARCH_PPC} \ +%{mcpu=603: -D_ARCH_PPC} \ +%{mcpu=603e: -D_ARCH_PPC} \ +%{mcpu=604: -D_ARCH_PPC} \ +%{mcpu=620: -D_ARCH_PPC}" /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are diff --git a/gcc/config/rs6000/eabile.h b/gcc/config/rs6000/eabile.h index 7d6a0ad..d815239 100644 --- a/gcc/config/rs6000/eabile.h +++ b/gcc/config/rs6000/eabile.h @@ -53,7 +53,11 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=6*: -D_ARCH_PPC}" +%{mcpu=602: -D_ARCH_PPC} \ +%{mcpu=603: -D_ARCH_PPC} \ +%{mcpu=603e: -D_ARCH_PPC} \ +%{mcpu=604: -D_ARCH_PPC} \ +%{mcpu=620: -D_ARCH_PPC}" /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are diff --git a/gcc/config/rs6000/powerpc.h b/gcc/config/rs6000/powerpc.h index afa7740..694b651 100644 --- a/gcc/config/rs6000/powerpc.h +++ b/gcc/config/rs6000/powerpc.h @@ -73,7 +73,11 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=6*: -D_ARCH_PPC}" +%{mcpu=602: -D_ARCH_PPC} \ +%{mcpu=603: -D_ARCH_PPC} \ +%{mcpu=603e: -D_ARCH_PPC} \ +%{mcpu=604: -D_ARCH_PPC} \ +%{mcpu=620: -D_ARCH_PPC}" #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS) |