remove some unused globals
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Tue, 12 Apr 2016 14:02:58 +0000 (10:02 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Thu, 14 Apr 2016 20:58:01 +0000 (16:58 -0400)
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.

gas/ChangeLog
gas/config/tc-m32c.c
gas/config/tc-msp430.c

index f95cd7a..46fb0fe 100644 (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.
index 70f0aeb..b28797b 100644 (file)
@@ -475,7 +475,7 @@ enum {
   M32C_MACRO_ADJNZ_3,
   M32C_MACRO_ADJNZ_4,
   M32C_MACRO_ADJNZ_5,
-} M32C_Macros;
+};
 
 static struct {
   int insn;
index f9df729..8e95b1d 100644 (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;