diff options
author | David Edelsohn <edelsohn@gnu.org> | 1999-03-27 18:21:30 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1999-03-27 13:21:30 -0500 |
commit | b9ae34718a346c0a4393f2688ab4c21ce189292e (patch) | |
tree | e2e6217d6f23414b8fd1df4cfa7d92a7c17ed10b /gcc | |
parent | 0c0aac2fecce30d1c71554169446cae25f079234 (diff) | |
download | gcc-b9ae34718a346c0a4393f2688ab4c21ce189292e.zip gcc-b9ae34718a346c0a4393f2688ab4c21ce189292e.tar.gz gcc-b9ae34718a346c0a4393f2688ab4c21ce189292e.tar.bz2 |
* rs6000/{aix41.h,aix43.h} (ASM_CPU_SPEC): Add 604e.
From-SVN: r26022
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/aix41.h | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/aix43.h | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7e32fa..99c5e1e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 27 21:17:36 1999 David Edelsohn <edelsohn@gnu.org> + + * rs6000/{aix41.h,aix43.h} (ASM_CPU_SPEC): Add 604e. + Sat Mar 27 16:13:50 1999 Jeffrey A Law (law@cygnus.com) * flow.c (mark_used_regs): Improve handling of ASMs. diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index b35fe93..4be90bd 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 4.1. - Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Contributed by David Edelsohn (edelsohn@npac.syr.edu). + Copyright (C) 1994, 95-8, 1999 Free Software Foundation, Inc. + Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GNU CC. @@ -61,6 +61,7 @@ Boston, MA 02111-1307, USA. */ %{mcpu=603: -m603} \ %{mcpu=603e: -m603} \ %{mcpu=604: -m604} \ +%{mcpu=604e: -m604} \ %{mcpu=620: -mppc} \ %{mcpu=821: -mppc} \ %{mcpu=860: -mppc}" diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 124fc17..7d9041a 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 4.3. - Copyright (C) 1998 Free Software Foundation, Inc. - Contributed by David Edelsohn (edelsohn@mhpcc.edu). + Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GNU CC. @@ -83,6 +83,7 @@ do { \ %{mcpu=603: -m603} \ %{mcpu=603e: -m603} \ %{mcpu=604: -m604} \ +%{mcpu=604e: -m604} \ %{mcpu=620: -mppc} \ %{mcpu=821: -mppc} \ %{mcpu=860: -mppc}" |