diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-mips.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5e39685..39a4838 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 487ee78..c135131 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, |