invoke.texi: List r1x000 family under the -march MIPS option.
authorJoshua Kinard <kumba@gentoo.org>
Mon, 6 Oct 2008 19:41:10 +0000 (19:41 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 6 Oct 2008 19:41:10 +0000 (19:41 +0000)
commit7a3446ec7cdc75bedc1e0b47daea93146c5f8a78
treea9a9458f874bbfcf6766186c8e82864c8fccbd35
parent944258ebc661d4e3ade20c12dfa5ae5101b87db4
invoke.texi: List r1x000 family under the -march MIPS option.

gcc/
2008-10-06  Joshua Kinard  <kumba@gentoo.org>

* doc/invoke.texi: List r1x000 family under the -march MIPS option.
* config/mips/mips.h (PROCESSOR_R10000): New processor_type.
* config/mips/mips.c (mips_cpu_info_table): Add r10000, r12000,
r14000 and r16000.
(mips_rtx_cost_data): Add a PROCESSOR_R10000 entry.
(mips_issue_rate): Handle PROCESSOR_R10000.
* config/mips/mips.md (cpu): Add r10000.
Include r10000.md.
* config/mips/10000.md: New file.

From-SVN: r140913
gcc/ChangeLog
gcc/config/mips/10000.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