diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2008-06-27 08:43:55 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2008-06-27 08:43:55 -0400 |
commit | edae5fe3f2474a00a84ae701a3fc6cf19f5d5580 (patch) | |
tree | 7a3f411dbbfd0a9e2e8cef78c60581973eae14a3 /gcc/config.gcc | |
parent | 098b9c467c8ce7f342823f56a7d4d7fc029188e4 (diff) | |
download | gcc-edae5fe3f2474a00a84ae701a3fc6cf19f5d5580.zip gcc-edae5fe3f2474a00a84ae701a3fc6cf19f5d5580.tar.gz gcc-edae5fe3f2474a00a84ae701a3fc6cf19f5d5580.tar.bz2 |
[multiple changes]
2008-06-27 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/t-aix52: Append large data option to LDFLAGS for
genautomata.
2008-06-27 Edmar Wienskoski <edmar@freescale.com>
* config.gcc (powerpc*-*-*): Add new core e500mc.
* config/rs6000/e500mc.md: New file.
* config/rs6000/rs6000.c (processor_costs): Add new costs for
e500mc.
(rs6000_override_options): Add e500mc case to
processor_target_table. Altivec and Spe options not allowed
with e500mc. Add isel instruction to e500mc by
default. Initialize rs6000_cost for e500mc.
(rs6000_issue_rate): Set issue rate for e500mc.
* config/rs6000/rs6000.h (processor_type): Add
PROCESSOR_PPCE500MC.
(ASM_CPU_SPEC): Add e500mc.
Set TARGET_ISEL to rs6000_isel.
* config/rs6000/e500.h: Remove redefinition of TARGET_ISEL.
(CHECK_E500_OPTIONS): Remove TARGET_ISEL.
* config/rs6000/rs6000.md (define_attr "cpu"): Add ppce500mc..
Include e500mc.md.
* doc/invoke.texi: Add e500mc to list of cpus.
From-SVN: r137176
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b659fc3..f4f171e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2819,8 +2819,9 @@ case "${target}" in | rios | rios1 | rios2 | rsc | rsc1 | rs64a \ | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \ | 505 | 601 | 602 | 603 | 603e | ec603e | 604 \ - | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 | e300c[23] \ - | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell) + | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \ + | e300c[23] | 854[08] | e500mc \ + | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell) # OK ;; *) |