diff options
author | H.J. Lu <hjl@lucon.org> | 2007-09-27 18:31:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2007-09-27 18:31:51 +0000 |
commit | 8fb8ddae13670334a717a271e7e3835cf2cf4206 (patch) | |
tree | 7c120dae59105269600a38d8d085d530f1f16f3b /opcodes/ChangeLog | |
parent | d49ce15b12ea70bcad8aed8b791421a26159e5e0 (diff) | |
download | gdb-8fb8ddae13670334a717a271e7e3835cf2cf4206.tar.gz |
gas/testsuite/gas/
2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5072
* gas/i386/i386.exp: Run x86-64-opcode-inval and
x86-64-opcode-inval-intel.
* gas/i386/x86-64-opcode-inval-intel.d: New.
* gas/i386/x86-64-opcode-inval.d: Likewise.
* gas/i386/x86-64-opcode-inval.s: Likewise.
opcodes/
2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5072
* i386-dis.c: Update comments on '{', '}' and '|' to support
only AT&T and Intel modes.
(X86_64_4...X86_64_27): New.
(dis386): Updated. Use X86_64_4...X86_64_21.
(dis386_twobyte): Updated.
(float_mem): Likewise.
(x86_64_table): Add X86_64_4...X86_64_27.
(opc_ext_table): Updated. Use X86_64_22 and X86_64_27.
(putop): Updated handling of '{', '}' and '|' to support only
AT&T and Intel modes.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 391b552c7e1..4c7deb5313c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,17 @@ +2007-09-27 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/5072 + * i386-dis.c: Update comments on '{', '}' and '|' to support + only AT&T and Intel modes. + (X86_64_4...X86_64_27): New. + (dis386): Updated. Use X86_64_4...X86_64_21. + (dis386_twobyte): Updated. + (float_mem): Likewise. + (x86_64_table): Add X86_64_4...X86_64_27. + (opc_ext_table): Updated. Use X86_64_22 and X86_64_27. + (putop): Updated handling of '{', '}' and '|' to support only + AT&T and Intel modes. + 2007-09-27 Kazu Hirata <kazu@codesourcery.com> * m68k-dis.c (print_insn_arg): Use %mbo instead of %mbb. |