gas/
authorJan Beulich <jbeulich@novell.com>
Wed, 26 Sep 2007 06:55:57 +0000 (06:55 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 26 Sep 2007 06:55:57 +0000 (06:55 +0000)
2007-09-26  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (NUM_FLAG_CODE): Remove.

gas/ChangeLog
gas/config/tc-i386.c

index 9990ee1..06df1e6 100644 (file)
@@ -1,5 +1,9 @@
 2007-09-26  Jan Beulich  <jbeulich@novell.com>
 
+       * config/tc-i386.c (NUM_FLAG_CODE): Remove.
+
+2007-09-26  Jan Beulich  <jbeulich@novell.com>
+
        * as.c (itbl_parse): Remove #define.
        (struct itbl_file_list): Move down and ...
        (itbl_files): .. conditionalize upon HAVE_ITBL_CPU.
index 8664619..9180adc 100644 (file)
@@ -266,7 +266,6 @@ enum flag_code {
        CODE_32BIT,
        CODE_16BIT,
        CODE_64BIT };
-#define NUM_FLAG_CODE ((int) CODE_64BIT + 1)
 
 static enum flag_code flag_code;
 static unsigned int object_64bit;