aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2006-12-04 08:53:29 +0000
committerJan Beulich <jbeulich@novell.com>2006-12-04 08:53:29 +0000
commitd807a492c6640cad84bfba13c2266747b407b521 (patch)
tree6c0e384a691f8e4433cb6bfa7bce4993b3748dca /opcodes
parent22d8a47037d5c80e91cbcece6db7b952986a5e34 (diff)
downloadfsf-binutils-gdb-d807a492c6640cad84bfba13c2266747b407b521.zip
fsf-binutils-gdb-d807a492c6640cad84bfba13c2266747b407b521.tar.gz
fsf-binutils-gdb-d807a492c6640cad84bfba13c2266747b407b521.tar.bz2
opcodes/
2006-12-04 Jan Beulich <jbeulich@novell.com> * i386-dis.c (OP_J): Update used_prefixes in v_mode. gas/testsuite/ 2006-12-04 Jan Beulich <jbeulich@novell.com> * gas/i386/opcode-intel.d: Fix wrong expectation. Make white space expectations more consistent.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-dis.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ad63d72..c8091f5 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-04 Jan Beulich <jbeulich@novell.com>
+
+ * i386-dis.c (OP_J): Update used_prefixes in v_mode.
+
2006-11-30 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (SEG_Fixup): Delete.
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index de5afbf..b902db2 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -4871,6 +4871,7 @@ OP_J (int bytemode, int sizeflag)
displacement is added! */
mask = 0xffff;
}
+ used_prefixes |= (prefixes & PREFIX_DATA);
break;
default:
oappend (INTERNAL_DISASSEMBLER_ERROR);