mips.c (mips_cpu_info_table): Add 5kf to the table.
authorDavid Ung <davidu@mips.com>
Fri, 29 Jul 2005 17:25:27 +0000 (17:25 +0000)
committerDavid Ung <davidu@gcc.gnu.org>
Fri, 29 Jul 2005 17:25:27 +0000 (17:25 +0000)
commit79dad081a1117381afd19a2f62438766a3bee859
tree3b430ef3b3b488bc0171dd342af719c0bf136a97
parent89e80dd49573d8eda808fb2a5dd09546329f8e82
mips.c (mips_cpu_info_table): Add 5kf to the table.

* config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
(mips_rtx_cost_data): Add costs for 5kc and 5kf.
* config/mips/mips.h (processor_type): Add PROCESSOR_5KF.
* config/mips/mips.md (cpu): Add 5kf name.
(includes): Includes 5k.md.
* config/mips/5k.md: New DFA pipeline for the 5kc/5kf.
* doc/invoke.texi (MIPS Options): Updated cpu name supported with
-march flag.

From-SVN: r102560
gcc/ChangeLog
gcc/config/mips/5k.md [new file with mode: 0644]
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi