aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2009-12-11 20:38:51 +0000
committerSebastian Pop <sebastian.pop@amd.com>2009-12-11 20:38:51 +0000
commit02e647f9419e1134c3bd1e8ff8959c8429fd5e64 (patch)
tree404577a623921360ea1d842d3917ec8f0652b09a /opcodes/ChangeLog
parent2e98972ef6211756ea3aed4c172fa873557a2a09 (diff)
downloadgdb-02e647f9419e1134c3bd1e8ff8959c8429fd5e64.zip
gdb-02e647f9419e1134c3bd1e8ff8959c8429fd5e64.tar.gz
gdb-02e647f9419e1134c3bd1e8ff8959c8429fd5e64.tar.bz2
2009-12-11 Quentin Neill <quentin.neill@amd.com>
gas/testsuite/ * gas/i386/fma4.d: Add test cases. * gas/i386/fma4.s: Add test cases. * gas/i386/x86-64-fma4.d: Add test cases. * gas/i386/x86-64-fma4.s: Add test cases. opcodes/ * i386-dis.c (get_vex_imm8): Extend logic to apply in all cases, to avoid fetching ahead for the immediate bytes when OP_E_memory has already been called. Fix indentation.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 04d35ff..8a605d2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-11 Quentin Neill <quentin.neill@amd.com>
+
+ * i386-dis.c (get_vex_imm8): Extend logic to apply in all cases,
+ to avoid fetching ahead for the immediate bytes when OP_E_memory
+ has already been called. Fix indentation.
+
2009-12-11 Nick Clifton <nickc@redhat.com>
* Makefile.in: Regenerate.