diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-21 16:09:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-21 16:09:43 +0000 |
commit | 20f0a1fc7d3349b326456c16297278dccd2686c9 (patch) | |
tree | 02a9ff6b646204104f6a3e3701f22dd7124cac4f /opcodes/ChangeLog | |
parent | 93a64231435694f18eaf109859cca2e8225f94e3 (diff) | |
download | gdb-20f0a1fc7d3349b326456c16297278dccd2686c9.zip gdb-20f0a1fc7d3349b326456c16297278dccd2686c9.tar.gz gdb-20f0a1fc7d3349b326456c16297278dccd2686c9.tar.bz2 |
Corrections for x86_64 assembly.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 23f2e1d..65fd78c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2004-07-21 Jan Beulich <jbeulich@novell.com> + + * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode + regardless of address size prefix in effect. + (ptr_reg): Size or address registers does not depend on rex64, but + on the presence of an address size override. + (OP_MMX): Use rex.x only for xmm registers. + (OP_EM): Use rex.z only for xmm registers. + 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2 |