mips-cpus.def: (mips4): Change default processor from PROCESSOR_R8000 to PROCESSOR_R1...
authorSteve Ellcey <sellcey@imgtec.com>
Wed, 29 Apr 2015 21:09:10 +0000 (21:09 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 29 Apr 2015 21:09:10 +0000 (21:09 +0000)
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

gcc/ChangeLog
gcc/config/mips/mips-cpus.def

index 3b1d2e7a6d801607965cc665ac6edd55675934e8..a57bcf688c6894f5374cf408b99f36fdf25ff62a 100644 (file)
@@ -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
index 433d45745530962c56b2213aeafc1e89b69ad842..fb4bae09a9f4524ff21e2d16c6d4bda414a4c92c 100644 (file)
@@ -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