This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] 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.
---
 gas/config/tc-mips.c |    1 -
 1 file changed, 1 deletion(-)

binutils-mips-gas-option-compat-arch-base.diff
Index: binutils/gas/config/tc-mips.c
===================================================================
--- binutils.orig/gas/config/tc-mips.c	2017-11-30 16:03:17.000000000 +0000
+++ binutils/gas/config/tc-mips.c	2017-11-30 20:46:38.876624694 +0000
@@ -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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]