aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/mips.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-11-23 17:04:13 +0000
committerNick Clifton <nickc@redhat.com>2010-11-23 17:04:13 +0000
commitd051516a87f6581ef1355f0da631c51eb38c24f6 (patch)
tree0a040a8f3452c9e4fc09539191c1084291d1a76f /include/opcode/mips.h
parent731caf761016399cc3dc9517781e328c54a8e9d6 (diff)
downloadbinutils-d051516a87f6581ef1355f0da631c51eb38c24f6.zip
binutils-d051516a87f6581ef1355f0da631c51eb38c24f6.tar.gz
binutils-d051516a87f6581ef1355f0da631c51eb38c24f6.tar.bz2
* mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.
(INSN_LOONGSON_3A): Clear bit 31. * elfxx-mips.c (mips_set_isa_flags): Move bfd_mach_loongson_3a after bfd_mach_mips_sb1. * config/tc-mips.c (mips_cpu_info_table): Move loongson3a after sb1.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 8817ce3..af9ad21 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -544,7 +544,7 @@ static const unsigned int mips_isa_table[] =
{ 0x0001, 0x0003, 0x0607, 0x1e0f, 0x3e1f, 0x0a23, 0x3e63, 0x3ebf, 0x3fff };
/* Masks used for Chip specific instructions. */
-#define INSN_CHIP_MASK 0xc3ff0820
+#define INSN_CHIP_MASK 0xc3ff0c20
/* Cavium Networks Octeon instructions. */
#define INSN_OCTEON 0x00000800
@@ -593,7 +593,7 @@ static const unsigned int mips_isa_table[] =
/* ST Microelectronics Loongson 2E. */
#define INSN_LOONGSON_2E 0x40000000
/* ST Microelectronics Loongson 2F. */
-#define INSN_LOONGSON_2F 0x80000000
+#define INSN_LOONGSON_3A 0x00000400
/* Loongson 3A. */
#define INSN_LOONGSON_3A 0x80000400
/* RMI Xlr instruction */