]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove regbnd and vec_disp8
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 8 Jan 2014 16:22:35 +0000 (08:22 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 8 Jan 2014 16:26:13 +0000 (08:26 -0800)
* config/tc-i386.c (regbnd): Removed.
(vec_disp8): Likewise.

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

index ab68c33f350aa2fd318b8557353e4a8080b999a5..67bcc50f3db1b75214ee67c284608d47087d944c 100644 (file)
@@ -1,3 +1,9 @@
+2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * as.c (parse_args): Update copyright year to 2014.
+       * config/tc-i386.c (regbnd): Removed.
+       (vec_disp8): Likewise.
+
 2013-12-18  Yufeng Zhang  <yufeng.zhang@arm.com>
 
        * config/tc-aarch64.c (md_assemble): Defer the feature checking until
index 3c423da7a8353d2d7b83c7eb6ccba47040153792..8e8d826f1cd318685d2b4996793fe20c0ad11ace 100644 (file)
@@ -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.
@@ -1665,8 +1665,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
 {