diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-08-28 15:59:32 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2008-08-28 15:59:32 +0000 |
commit | ddab3d59175a57004f4938f69e13dc3d68db78e9 (patch) | |
tree | 35a2dbecd5057d4efd6fda57da918475cdf67ebb /opcodes/i386-dis.c | |
parent | b19d53853286eb24857979b662a1e49df9ffa43c (diff) | |
download | gdb-ddab3d59175a57004f4938f69e13dc3d68db78e9.zip gdb-ddab3d59175a57004f4938f69e13dc3d68db78e9.tar.gz gdb-ddab3d59175a57004f4938f69e13dc3d68db78e9.tar.bz2 |
gas/testsuite/
2008-08-28 Jan Beulich <jbeulich@novell.com>
* gas/i386/intel.s: Add retf.
* gas/i386/intel.{d,e}: Adjust.
* gas/i386/opcode-intel.d: Replace lret with retf.
opcodes/
2008-08-28 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (dis386): Adjust far return mnemonics.
* i386-opc.tbl: Add retf.
* i386-tbl.h: Re-generate.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 9fd384e..6207ac4 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -1530,8 +1530,8 @@ static const struct dis386 dis386[] = { /* c8 */ { "enterT", { Iw, Ib } }, { "leaveT", { XX } }, - { "lretP", { Iw } }, - { "lretP", { XX } }, + { "Jret{|f}P", { Iw } }, + { "Jret{|f}P", { XX } }, { "int3", { XX } }, { "int", { Ib } }, { X86_64_TABLE (X86_64_CE) }, |