aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/t-sdemtk
diff options
context:
space:
mode:
authorAndrew Bennett <andrew.bennett@imgtec.com>2014-06-03 11:10:05 +0000
committerAndrew Bennett <abennett@gcc.gnu.org>2014-06-03 11:10:05 +0000
commit2b3bd04055774268843ff094d5995e31ac52afa0 (patch)
tree2edb461236968e9f2f80d9e81d993c79c9a118bb /gcc/config/mips/t-sdemtk
parent35773f5380469a344bba33ed73ba793c862a78cd (diff)
downloadgcc-2b3bd04055774268843ff094d5995e31ac52afa0.zip
gcc-2b3bd04055774268843ff094d5995e31ac52afa0.tar.gz
gcc-2b3bd04055774268843ff094d5995e31ac52afa0.tar.bz2
Add support for MIPS r3 and r5.
2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com> * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and mips64r5. * config/mips/mips-tables.opt: Regenerate. * config/mips/mips.c (mips_compute_frame_info): Changed if statement to use mips_isa_rev rather than ISA_MIPS32R2. * config/mips/mips.h (ISA_MIPS32R3): New define. (ISA_MIPS32R5): New define. (ISA_MIPS64R3): New define. (ISA_MIPS64R5): New define. (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3, ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5. (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3 and mips64r5. (MIPS_ISA_SYNCI_SPEC): Likewise. (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5. (LINK_SPEC): Added mips32r3 and mips32r5. * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5 to mips32r2; and mips64r3 and mips64r5 to mips64r2. * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise. * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise. * config/mips/t-sde (MULTILIB_MATCHES): Likewise. * config/mips/t-sdemtk (MULTILIB_MATCHES): New define. * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5. From-SVN: r211173
Diffstat (limited to 'gcc/config/mips/t-sdemtk')
-rw-r--r--gcc/config/mips/t-sdemtk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/t-sdemtk b/gcc/config/mips/t-sdemtk
index 820faa3..2c1dea8 100644
--- a/gcc/config/mips/t-sdemtk
+++ b/gcc/config/mips/t-sdemtk
@@ -21,6 +21,7 @@
MULTILIB_OPTIONS = EL/EB mips32/mips32r2/mips64/mips64r2 mips16 msoft-float/mno-float/mfp64
MULTILIB_DIRNAMES = el eb mips32 mips32r2 mips64 mips64r2 mips16 sof nof f64
+MULTILIB_MATCHES = mips32r2=mips32r3 mips32r2=mips32r5 mips64r2=mips64r3 mips64r2=mips64r5
# Remove stdarg.h and stddef.h from USER_H.
USER_H = $(srcdir)/ginclude/float.h \