This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] x86: remove (unused) NUM_FLAG_CODE
- From: "Jan Beulich" <jbeulich at novell dot com>
- To: <binutils at sourceware dot org>
- Date: Tue, 25 Sep 2007 17:08:51 +0100
- Subject: [PATCH] x86: remove (unused) NUM_FLAG_CODE
Unless someone know this unused #define is good for something, I'd like
to get rid of it.
Built and tested on x86_64-unknown-linux-gnu.
gas/
2007-09-25 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (NUM_FLAG_CODE): Remove.
--- 2007-09-25/gas/config/tc-i386.c 2007-09-25 16:27:43.000000000 +0200
+++ 2007-09-25/gas/config/tc-i386.c 2007-09-24 16:01:35.000000000 +0200
@@ -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;