mips.h (PROCESSOR_R4130): New processor_type.
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 24 Mar 2004 10:05:50 +0000 (10:05 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 24 Mar 2004 10:05:50 +0000 (10:05 +0000)
commitcf768d70b2beb8d16e558094ed518405b3046661
treec17704c53e8f26924047dd2c4f5712148e2b2aa4
parent5ef1a99d3c0e1246dd7f74b4d0cdbef68726acde
mips.h (PROCESSOR_R4130): New processor_type.

* config/mips/mips.h (PROCESSOR_R4130): New processor_type.
(TARGET_MIPS4130): New macro.
(ISA_HAS_MACC): Return true if TARGET_MIPS4130 && !TARGET_MIPS16.
* config/mips/mips.c (mips_cpu_info_table): Add a vr4130 entry.
(override_options): Extend MIPS_MARCH_CONTROLS_SOFT_FLOAT to deal
with PROCESSOR_R4130.
* config/mips/mips.md (define_attr cpu): Add r4130.
* doc/invoke.texi: Document vr4130 as a supported MIPS architecture.

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