mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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:
@ -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>
|
2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* testsuite/gas/arc/nps400-3.d: New file.
|
* testsuite/gas/arc/nps400-3.d: New file.
|
||||||
|
@ -475,7 +475,7 @@ enum {
|
|||||||
M32C_MACRO_ADJNZ_3,
|
M32C_MACRO_ADJNZ_3,
|
||||||
M32C_MACRO_ADJNZ_4,
|
M32C_MACRO_ADJNZ_4,
|
||||||
M32C_MACRO_ADJNZ_5,
|
M32C_MACRO_ADJNZ_5,
|
||||||
} M32C_Macros;
|
};
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
int insn;
|
int insn;
|
||||||
|
@ -684,7 +684,7 @@ enum
|
|||||||
{
|
{
|
||||||
OPTION_SILICON_ERRATA = OPTION_MD_BASE,
|
OPTION_SILICON_ERRATA = OPTION_MD_BASE,
|
||||||
OPTION_SILICON_ERRATA_WARN,
|
OPTION_SILICON_ERRATA_WARN,
|
||||||
} option_numbers;
|
};
|
||||||
|
|
||||||
static unsigned int silicon_errata_fix = 0;
|
static unsigned int silicon_errata_fix = 0;
|
||||||
static unsigned int silicon_errata_warn = 0;
|
static unsigned int silicon_errata_warn = 0;
|
||||||
|
Reference in New Issue
Block a user