Commit 2f79da78 by Steve Ellcey Committed by Steve Ellcey

mips-cpus.def: (mips4): Change default processor from PROCESSOR_R8000 to PROCESSOR_R10000.

2015-04-29  Steve Ellcey  <sellcey@imgtec.com>

	* config/mips/mips-cpus.def: (mips4): Change default processor
	from PROCESSOR_R8000 to PROCESSOR_R10000.

From-SVN: r222593
parent ec4c68c8
2015-04-29 Steve Ellcey <sellcey@imgtec.com>
* config/mips/mips-cpus.def: (mips4): Change default processor
from PROCESSOR_R8000 to PROCESSOR_R10000.
2015-04-29 Petar Jovanovic <petar.jovanovic@rt-rk.com>
* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
......
......@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
MIPS_CPU ("mips1", PROCESSOR_R3000, 1, 0)
MIPS_CPU ("mips2", PROCESSOR_R6000, 2, 0)
MIPS_CPU ("mips3", PROCESSOR_R4000, 3, 0)
MIPS_CPU ("mips4", PROCESSOR_R8000, 4, 0)
MIPS_CPU ("mips4", PROCESSOR_R10000, 4, 0)
/* Prefer not to use branch-likely instructions for generic MIPS32rX
and MIPS64rX code. The instructions were officially deprecated
in revisions 2 and earlier, but revision 3 is likely to downgrade
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment