Commit 2c9d95ef by David Edelsohn Committed by David Edelsohn

rs6000.h (ASM_CPU_SPEC): Add 440 support.

        * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
        * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.

From-SVN: r66480
parent ee632773
2003-05-05 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
* config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
......
...@@ -68,7 +68,9 @@ ...@@ -68,7 +68,9 @@
%{mcpu=401: -mppc} \ %{mcpu=401: -mppc} \
%{mcpu=403: -m403} \ %{mcpu=403: -m403} \
%{mcpu=405: -m405} \ %{mcpu=405: -m405} \
%{mcpu=405f: -m405} \ %{mcpu=405fp: -m405} \
%{mcpu=440: -m440} \
%{mcpu=440fp: -m440} \
%{mcpu=505: -mppc} \ %{mcpu=505: -mppc} \
%{mcpu=601: -m601} \ %{mcpu=601: -m601} \
%{mcpu=602: -mppc} \ %{mcpu=602: -mppc} \
......
...@@ -52,12 +52,10 @@ ...@@ -52,12 +52,10 @@
fPIC: -D__PIC__=2 -D__pic__=2 } \ fPIC: -D__PIC__=2 -D__pic__=2 } \
%(cpp_cpu)" %(cpp_cpu)"
/* N.B. GCC does not currently support the 440 processor as distinct
from the 405 series. */
#define CC1_SPEC \ #define CC1_SPEC \
"%{t403: -mcpu=403 -mstrict-align ; \ "%{t403: -mcpu=403 -mstrict-align ; \
t405: -mcpu=405 -mstrict-align ; \ t405: -mcpu=405 -mstrict-align ; \
t440: -mcpu=405 -mstrict-align ; \ t440: -mcpu=440 -mstrict-align ; \
t603: -mcpu=603 -mstrict-align ; \ t603: -mcpu=603 -mstrict-align ; \
t604: -mcpu=604 -mstrict-align ; \ t604: -mcpu=604 -mstrict-align ; \
t860: -mcpu=860 ; \ t860: -mcpu=860 ; \
......
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