diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2010-06-28 13:22:47 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2010-06-28 09:22:47 -0400 |
commit | 3c005e6c17aef0f8e811d6dad7900dab73c884ee (patch) | |
tree | 6618882baaf1e25d7241e95a77f9018968ee0f9b /gcc/config.gcc | |
parent | 4052358138f792121cc1a2610fc9d7abc172f7d9 (diff) | |
download | gcc-3c005e6c17aef0f8e811d6dad7900dab73c884ee.zip gcc-3c005e6c17aef0f8e811d6dad7900dab73c884ee.tar.gz gcc-3c005e6c17aef0f8e811d6dad7900dab73c884ee.tar.bz2 |
config.gcc (powerpc*-*-*): Handle titan.
2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
* config.gcc (powerpc*-*-*): Handle titan.
* config/rs6000/rs6000.c (titan_cost): New costs.
(rs6000_override_options): Add "titan" to processor_target_table.
Add Titan to branch alignment logic.
Correctly set rs6000_cost for titan.
* config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
* config/rs6000/titan.md: New file.
* doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
From-SVN: r161491
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 7ae54cc..6dc074d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3286,7 +3286,7 @@ case "${target}" in | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \ | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \ | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \ - | a2 | e300c[23] | 854[08] | e500mc | e500mc64 \ + | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | titan\ | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell) # OK ;; |