diff options
author | Steve Ellcey <sellcey@imgtec.com> | 2015-04-29 21:09:10 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2015-04-29 21:09:10 +0000 |
commit | 2f79da78f3bdb1dd1176f0c50262b8dde9ea188b (patch) | |
tree | 2c10185903045fe5c7b5a0257d1293701a5fb6db | |
parent | ec4c68c8d01d99d2d818496be7db5fe939b6a674 (diff) | |
download | gcc-2f79da78f3bdb1dd1176f0c50262b8dde9ea188b.zip gcc-2f79da78f3bdb1dd1176f0c50262b8dde9ea188b.tar.gz gcc-2f79da78f3bdb1dd1176f0c50262b8dde9ea188b.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/mips-cpus.def | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b1d2e7a6..a57bcf6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/mips/mips-cpus.def b/gcc/config/mips/mips-cpus.def index 433d457..fb4bae0 100644 --- a/gcc/config/mips/mips-cpus.def +++ b/gcc/config/mips/mips-cpus.def @@ -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 |