diff options
author | Alan Modra <amodra@gmail.com> | 2001-07-18 13:33:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-07-18 13:33:12 +0000 |
commit | bcb5558b05340223e59e61b451ba680126e89af1 (patch) | |
tree | 164be0410caf45a802d95b7357cf44075401661b /opcodes/ChangeLog | |
parent | f27a38390b050e2b546c5265806979bd5203c95c (diff) | |
download | gdb-bcb5558b05340223e59e61b451ba680126e89af1.zip gdb-bcb5558b05340223e59e61b451ba680126e89af1.tar.gz gdb-bcb5558b05340223e59e61b451ba680126e89af1.tar.bz2 |
* i386-dis.c (grps): Print l or w suffix, and require mem modrm
for lgdt, lidt, sgdt, sidt.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8c81cf8..bee3b55 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2001-07-18 Alan Modra <amodra@bigpond.net.au> + + * i386-dis.c (grps): Print l or w suffix, and require mem modrm + for lgdt, lidt, sgdt, sidt. + 2001-07-13 Philip Blundell <philb@gnu.org> * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR. |