summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-01-23 19:01:35 +0000
committerMaciej W. Rozycki <macro@mips.com>2018-01-23 19:01:35 +0000
commit62fd0a980b2dc8a3332ad6ee3f8e7c8c841ff693 (patch)
treebecf2a02b70535919aea15244fb4720ff3ae39d3
parent1c5e4ee9ab4c173aca017d488cc074ef66562a12 (diff)
downloadbinutils-gdb-62fd0a980b2dc8a3332ad6ee3f8e7c8c841ff693.tar.gz
MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option marker
Complement commit 23fce1e31156 ("MIPS16 intermix test failure"), <https://sourceware.org/ml/binutils/2009-01/msg00335.html>, and remove a stale option marker entry. gas/ * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE enum value.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-mips.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5e396851ff6..39a483818e7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-23 Maciej W. Rozycki <macro@mips.com>
+
+ * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
+ enum value.
+
2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
* config/tc-i386.c (cpu_arch): Add .pconfig.
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 487ee78d902..c135131b59f 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -1460,7 +1460,6 @@ enum options
OPTION_NO_MCU,
OPTION_MIPS16E2,
OPTION_NO_MIPS16E2,
- OPTION_COMPAT_ARCH_BASE,
OPTION_M4650,
OPTION_NO_M4650,
OPTION_M4010,