OSDN Git Service

* config/mips/mips.h (processor_type): Removed PROCESSOR_24K, add
authordavidu <davidu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Nov 2006 17:32:39 +0000 (17:32 +0000)
committerdavidu <davidu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Nov 2006 17:32:39 +0000 (17:32 +0000)
commit0fa429d498e4b586c692653aea7eae99be21db85
tree88d8baab97630742f384812354ea1a3b5af357f8
parent5be308824b5ea3f09f5dea9906592199c6145165
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118459 138bc75d-0d04-0410-961f-82ee72b054a4
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