mips.h (processor_type): Removed PROCESSOR_24K, add PROCESSOR_24KC and PROCESSOR_24KF.
authorDavid Ung <davidu@mips.com>
Fri, 3 Nov 2006 17:32:39 +0000 (17:32 +0000)
committerDavid Ung <davidu@gcc.gnu.org>
Fri, 3 Nov 2006 17:32:39 +0000 (17:32 +0000)
commita55808a73af05dbd005d8a9d5b0d6762a29385ba
tree88d8baab97630742f384812354ea1a3b5af357f8
parent78d310c2c138f824e912f84eb0f6718e335238eb
mips.h (processor_type): Removed PROCESSOR_24K, add PROCESSOR_24KC and PROCESSOR_24KF.

* config/mips/mips.h (processor_type): Removed PROCESSOR_24K, add
PROCESSOR_24KC and PROCESSOR_24KF.
* config/mips/mips.c (mips_cpu_info_table): Add processor names
and aliases for 4kec/4kem/4kep/24kec/24kef/24kex/34kc/34kf/34kx.
(mips_rtx_cost_data): Add costs for the 24kc.
* config/mips/mips.md ("cpu"): Remove 24k, add 24kc and 24kf.
* config/mips/24k.md: Remove references to 24k and replace with
uses of 24kc/24kf in the appropriate reservations.
* doc/invoke.texi (MIPS Options): Updated.

From-SVN: r118459
gcc/ChangeLog
gcc/config/mips/24k.md
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi