diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-07-05 07:16:54 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-07-05 07:16:54 +0000 |
commit | 3012383869aefee12175ab4c8f5028449b4be4e9 (patch) | |
tree | e3ba259a7225982198b73a306be5b3ab6c9209d1 /opcodes/ChangeLog | |
parent | b35d266b300fb3acd9e4a6190da4c3c5368ad734 (diff) | |
download | gdb-3012383869aefee12175ab4c8f5028449b4be4e9.zip gdb-3012383869aefee12175ab4c8f5028449b4be4e9.tar.gz gdb-3012383869aefee12175ab4c8f5028449b4be4e9.tar.bz2 |
gas/
2005-07-05 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.h (CpuSVME): New.
(CpuUnknownFlags): Include CpuSVME.
* config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
as alias of sledgehammer.
(md_assemble): Include invlpga in the check for insns with two source
operands.
(process_operands): Include SVME insns in the check for ignored
segment overrides. Adjust diagnostic.
(i386_index_check): Special-case SVME insns with memory operands.
gas/testsuite/
2005-07-05 Jan Beulich <jbeulich@novell.com>
* gas/i386/svme.d: New.
* gas/i386/svme.s: New.
* gas/i386/svme64.d: New.
* gas/i386/i386.exp: Run new tests.
include/opcode/
2005-07-05 Jan Beulich <jbeulich@novell.com>
* i386.h (i386_optab): Add new insns.
opcodes/
2005-07-05 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (SVME_Fixup): New.
(grps): Use it for the lidt entry.
(PNI_Fixup): Call OP_M rather than OP_E.
(INVLPG_Fixup): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 605766a..f78ecf2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2005-07-05 Jan Beulich <jbeulich@novell.com> + + * i386-dis.c (SVME_Fixup): New. + (grps): Use it for the lidt entry. + (PNI_Fixup): Call OP_M rather than OP_E. + (INVLPG_Fixup): Likewise. + 2005-07-04 H.J. Lu <hongjiu.lu@intel.com> * tic30-dis.c (cnvt_tmsfloat_ieee): Use HUGE_VALF if defined. |