remove some unused globals

gas/ChangeLog:

2016-04-14  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

	* config/tc-m32c.c (M32C_Macros): Remove.
	* config/tc-msp430.c (option_numbers): Likewise.
This commit is contained in:
Trevor Saunders 2016-04-12 10:02:58 -04:00
parent 4b0c052e45
commit 85e53f6272
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-m32c.c (M32C_Macros): Remove.
* config/tc-msp430.c (option_numbers): Likewise.
2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
* testsuite/gas/arc/nps400-3.d: New file.

View File

@ -475,7 +475,7 @@ enum {
M32C_MACRO_ADJNZ_3,
M32C_MACRO_ADJNZ_4,
M32C_MACRO_ADJNZ_5,
} M32C_Macros;
};
static struct {
int insn;

View File

@ -684,7 +684,7 @@ enum
{
OPTION_SILICON_ERRATA = OPTION_MD_BASE,
OPTION_SILICON_ERRATA_WARN,
} option_numbers;
};
static unsigned int silicon_errata_fix = 0;
static unsigned int silicon_errata_warn = 0;