* i386-dis.c (print_insn): Use x86-64 as option.

This commit is contained in:
Andreas Jaeger
2001-11-14 12:01:12 +00:00
parent b89e9eae55
commit fa405d97a1
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-11-14 Andreas Jaeger <aj@suse.de>
* i386-dis.c (print_insn): Use x86-64 as option.
2001-11-14 Alan Modra <amodra@bigpond.net.au> 2001-11-14 Alan Modra <amodra@bigpond.net.au>
* disassemble.c (disassembler): Call print_insn_i386. * disassemble.c (disassembler): Call print_insn_i386.
@ -18,7 +22,7 @@
(has_lkaddr): Don't forget about Lmem insns. (has_lkaddr): Don't forget about Lmem insns.
* tic54x-opc.c: Add emulation trap. Parallel table now uses * tic54x-opc.c: Add emulation trap. Parallel table now uses
standard opcode templates. standard opcode templates.
2001-11-13 Zack Weinberg <zack@codesourcery.com> 2001-11-13 Zack Weinberg <zack@codesourcery.com>
* i386-dis.c (grps): Change "sldt", "str", and "smsw" entries * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
@ -130,7 +134,7 @@
* openrisc-desc.c: Regenerate. * openrisc-desc.c: Regenerate.
* openrisc-ibld.c: Regenerate. * openrisc-ibld.c: Regenerate.
* po/opcodes.pot: Regenerate. * po/opcodes.pot: Regenerate.
2001-10-12 matthew green <mrg@redhat.com> 2001-10-12 matthew green <mrg@redhat.com>
* ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
@ -186,7 +190,7 @@
DSP single data transfer instructions. DSP single data transfer instructions.
* sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
instructions. instructions.
2001-10-08 Nick Clifton <nickc@cambridge.redhat.com> 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com>

View File

@ -1903,7 +1903,7 @@ print_insn (pc, info)
for (p = info->disassembler_options; p != NULL; ) for (p = info->disassembler_options; p != NULL; )
{ {
if (strncmp (p, "x86_64", 6) == 0) if (strncmp (p, "x86-64", 6) == 0)
{ {
mode_64bit = 1; mode_64bit = 1;
priv.orig_sizeflag = AFLAG | DFLAG; priv.orig_sizeflag = AFLAG | DFLAG;