MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option marker
authorMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 19:01:35 +0000 (19:01 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 19:01:35 +0000 (19:01 +0000)
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.

gas/ChangeLog
gas/config/tc-mips.c

index 5e396851ff6595125cf2183fc4adbca252b5df41..39a483818e7999595a1bbbd072acf0db967d2ed6 100644 (file)
@@ -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.
index 487ee78d90294d0d9521d5299052375110f32351..c135131b59ff643345d5f69534ca53fd07381701 100644 (file)
@@ -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,
This page took 0.033694 seconds and 4 git commands to generate.