aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2023-06-15 04:45:03 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2023-06-15 04:45:03 +0100
commit0c5c669cefa7aea782abe98d5455cb7f54bbe944 (patch)
treece2e5e24b48098a877a4965a0cd81a7869290bf9 /gas/config
parent9cfee3962cfbd19dae5cc0087b43be4b276795e7 (diff)
downloadgdb-0c5c669cefa7aea782abe98d5455cb7f54bbe944.zip
gdb-0c5c669cefa7aea782abe98d5455cb7f54bbe944.tar.gz
gdb-0c5c669cefa7aea782abe98d5455cb7f54bbe944.tar.bz2
Revert "MIPS: add MT ASE support for micromips32"
This reverts commit acce83dacff0ce43677410c67aaae32817afe991. It was applied unapproved.
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 71a046c..47a4fa6 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, 2, 2,
+ 2, 2, -1, -1,
-1 },
{ "smartmips", ASE_SMARTMIPS, 0,