aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-11-01 19:06:54 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-11-01 19:06:54 +0000
commit7ce189b305dfcd2d0c094d763696f71a67baaab3 (patch)
treee015d3ab2886b817dd7ec19d7893653ba8babc9d /opcodes/i386-gen.c
parent4a146fc23c49f610976a41458061bd8ec1bd62f8 (diff)
downloadfsf-binutils-gdb-7ce189b305dfcd2d0c094d763696f71a67baaab3.zip
fsf-binutils-gdb-7ce189b305dfcd2d0c094d763696f71a67baaab3.tar.gz
fsf-binutils-gdb-7ce189b305dfcd2d0c094d763696f71a67baaab3.tar.bz2
gas/
2007-11-01 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_assemble): Replace no_xsuf with no_ldsuf. (match_template): Likewise. opcodes/ 2007-11-01 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (opcode_modifiers): Replace No_xSuf with No_ldSuf. * i386-opc.tbl: Likewise. * i386-opc.h (No_xSuf): Renamed to ... (No_ldSuf): This. (FWait): Updated.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 05ec414..d3ca2a3 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -272,7 +272,7 @@ static bitfield opcode_modifiers[] =
BITFIELD (No_lSuf),
BITFIELD (No_sSuf),
BITFIELD (No_qSuf),
- BITFIELD (No_xSuf),
+ BITFIELD (No_ldSuf),
BITFIELD (FWait),
BITFIELD (IsString),
BITFIELD (RegKludge),