diff options
author | Alan Modra <amodra@gmail.com> | 1999-12-27 16:10:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-12-27 16:10:31 +0000 |
commit | 3138f287b13f7f83b9290011391bbf77cbf65da0 (patch) | |
tree | aca6129dab6f19a0f643d335d1369ea08b921f2c /opcodes/ChangeLog | |
parent | 221f77a9db36dc14f5f529d616808e5a46d6bb94 (diff) | |
download | gdb-3138f287b13f7f83b9290011391bbf77cbf65da0.zip gdb-3138f287b13f7f83b9290011391bbf77cbf65da0.tar.gz gdb-3138f287b13f7f83b9290011391bbf77cbf65da0.tar.bz2 |
x86 indirect jump/call syntax fixes. Disassembly fix for lcall.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0b222d0..f5b0971 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +1999-12-27 Alan Modra <alan@spri.levels.unisa.edu.au> + + * i386-dis.c (grps[]): Correct GRP5 FF/3 from "call" to "lcall". + Wed Dec 1 03:34:53 1999 Jeffrey A Law (law@cygnus.com) * m10300-opc.c, m10300-dis.c: Add am33 support. |