summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-01-08 08:22:35 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-01-08 08:22:35 -0800
commit143e9f4a65664332159aa6eb2f3c4c55cc9f7138 (patch)
tree3a8ce48d0abed0b6493689ff6226b998243aa366
parent43a8475ca01b676fb764aaed0c4ed1cc16fc3c87 (diff)
downloadbinutils-gdb-143e9f4a65664332159aa6eb2f3c4c55cc9f7138.tar.gz
Remove regbnd and vec_disp8
* config/tc-i386.c (regbnd): Removed. (vec_disp8): Likewise.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-i386.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0ed7b2d47a6..0bb31f57915 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
+ * config/tc-i386.c (regbnd): Removed.
+ (vec_disp8): Likewise.
+
+2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
+
* as.c (parse_args): Update copyright year to 2014.
2014-01-07 Tom Tromey <tromey@redhat.com>
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index c6e1dba5039..147acdfa36c 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -1,7 +1,7 @@
/* tc-i386.c -- Assemble code for the Intel 80386
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
- 2012
+ 2012, 2013, 2014
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -1667,8 +1667,6 @@ static const i386_operand_type imm16_32 = OPERAND_TYPE_IMM16_32;
static const i386_operand_type imm16_32s = OPERAND_TYPE_IMM16_32S;
static const i386_operand_type imm16_32_32s = OPERAND_TYPE_IMM16_32_32S;
static const i386_operand_type vec_imm4 = OPERAND_TYPE_VEC_IMM4;
-static const i386_operand_type regbnd = OPERAND_TYPE_REGBND;
-static const i386_operand_type vec_disp8 = OPERAND_TYPE_VEC_DISP8;
enum operand_type
{