2007-09-26  Jan Beulich  <jbeulich@novell.com>

	* config/tc-i386.c (NUM_FLAG_CODE): Remove.
This commit is contained in:
Jan Beulich 2007-09-26 06:55:57 +00:00
parent 732f54cd82
commit c15900ec36
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View 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;