mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
gas/
2007-09-26 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (NUM_FLAG_CODE): Remove.
This commit is contained in:
@ -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>
|
2007-09-26 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* as.c (itbl_parse): Remove #define.
|
* as.c (itbl_parse): Remove #define.
|
||||||
|
@ -266,7 +266,6 @@ enum flag_code {
|
|||||||
CODE_32BIT,
|
CODE_32BIT,
|
||||||
CODE_16BIT,
|
CODE_16BIT,
|
||||||
CODE_64BIT };
|
CODE_64BIT };
|
||||||
#define NUM_FLAG_CODE ((int) CODE_64BIT + 1)
|
|
||||||
|
|
||||||
static enum flag_code flag_code;
|
static enum flag_code flag_code;
|
||||||
static unsigned int object_64bit;
|
static unsigned int object_64bit;
|
||||||
|
Reference in New Issue
Block a user