diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-27 18:31:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-27 18:31:51 +0000 |
commit | 7c52e0e8658a0ea03067c301a15e793cf9f1c208 (patch) | |
tree | 0ca931f76403e20a53fc6d1e8b4d988c6f22237f /gas/testsuite/ChangeLog | |
parent | 7a4d50bfe016959b5bb6e11433b0d38899c02458 (diff) | |
download | gdb-7c52e0e8658a0ea03067c301a15e793cf9f1c208.zip gdb-7c52e0e8658a0ea03067c301a15e793cf9f1c208.tar.gz gdb-7c52e0e8658a0ea03067c301a15e793cf9f1c208.tar.bz2 |
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 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 32d5263..6f8d27d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,13 @@ +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. + 2007-09-27 Kazu Hirata <kazu@codesourcery.com> * gas/m68k/fido.s: Add tests for %mbo. |