mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
ec4c68c8d0
commit
2f79da78f3
|
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue