diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-05-25 06:50:23 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-05-25 06:50:23 +0000 |
commit | 3d456fa193c525d78728ce37289c06be939b888c (patch) | |
tree | 28ef44aeae38abfea0e7951fc32242cefb4ed3df /opcodes/ChangeLog | |
parent | c7e2e997e4681ed5de3c3b19a583b637dd81332b (diff) | |
download | gdb-3d456fa193c525d78728ce37289c06be939b888c.zip gdb-3d456fa193c525d78728ce37289c06be939b888c.tar.gz gdb-3d456fa193c525d78728ce37289c06be939b888c.tar.bz2 |
gas/testsuite/
2005-05-25 Jan Beulich <jbeulich@novell.com>
* gas/i386/intelok.d: Account for 32-bit displacements being shown
in hex.
opcodes/
2005-05-25 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (OP_E): In Intel mode, display 32-bit displacements in
hex (but retain it being displayed as signed). Remove redundant
checks. Add handling of displacements for 16-bit addressing in Intel
mode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7b57e5b..6713f2d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,12 @@ 2005-05-25 Jan Beulich <jbeulich@novell.com> + * i386-dis.c (OP_E): In Intel mode, display 32-bit displacements in + hex (but retain it being displayed as signed). Remove redundant + checks. Add handling of displacements for 16-bit addressing in Intel + mode. + +2005-05-25 Jan Beulich <jbeulich@novell.com> + * i386-dis.c (prefix_name): Remove pointless mode_64bit check. (OP_E): Remove redundant REX_EXTZ handling. Remove pointless masking of 'rm' in 16-bit memory address handling. |