]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/mips/mips.h (PROCESSOR_R4130): New processor_type.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 2004 10:05:50 +0000 (10:05 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 2004 10:05:50 +0000 (10:05 +0000)
commitbff47c961dec785ae7cd96af02f1e706b6444b48
treec17704c53e8f26924047dd2c4f5712148e2b2aa4
parent0725ee23c9816721abddf191bf5f8e3980effbcc
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79904 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi