aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorYunQiang Su <yunqiang.su@cipunited.com>2023-04-25 14:56:26 +0800
committerYunQiang Su <yunqiang.su@cipunited.com>2023-06-05 11:06:10 +0800
commit783a5f46b0583e9ed3a63acd3361009f46de5c17 (patch)
tree1deb1b14e00671327e86b78827f34fc8b0e9d972 /gas/config
parenta0631c1501c113c04891c9a24a9ff5276257f28d (diff)
downloadgdb-783a5f46b0583e9ed3a63acd3361009f46de5c17.zip
gdb-783a5f46b0583e9ed3a63acd3361009f46de5c17.tar.gz
gdb-783a5f46b0583e9ed3a63acd3361009f46de5c17.tar.bz2
MIPS: add MT ASE support for micromips32
These instructions are descripted in MD00768. MIPS® Architecture for Programmers Volume IV-f: The MIPS® MT Module for the microMIPS32™ Architecture Document Number: MD00768 Revision 1.12 July 16, 2013 https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00768-1C-microMIPS32MT-AFP-01.12.pdf
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 47a4fa6..71a046c 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -1808,7 +1808,7 @@ static const struct mips_ase mips_ases[] = {
{ "mt", ASE_MT, 0,
OPTION_MT, OPTION_NO_MT,
- 2, 2, -1, -1,
+ 2, 2, 2, 2,
-1 },
{ "smartmips", ASE_SMARTMIPS, 0,