opcodes:
From Robin Getz <robin.getz@analog.com>
* bfin-dis.c (bu32): Typedef.
(enum const_forms_t): Add c_uimm32 and c_huimm32.
(constant_formats[]): Add uimm32 and huimm16.
(fmtconst_val): New.
(uimm32): Define.
(huimm32): Define.
(imm16_val): Define.
(luimm16_val): Define.
(struct saved_state): Define.
(GREG, DPREG, DREG, PREG, SPREG, FPREG, IREG, MREG, BREG, LREG,
A0XREG, A0WREG, A1XREG, A1WREG,CCREG, LC0REG, LT0REG, LB0REG,
LC1REG, LT1REG, LB1REG, RETSREG, PCREG): Define.
(get_allreg): New.
(decode_LDIMMhalf_0): Print out the whole register value.
gas/testsuite:
From Jie Zhang <jie.zhang@analog.com>
* gas/bfin/load.d: Update.
2008-03-26 22:50:52 +08:00
|
|
|
|
2008-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
|
|
|
|
|
|
|
|
|
|
From Jie Zhang <jie.zhang@analog.com>
|
|
|
|
|
* gas/bfin/load.d: Update.
|
2008-03-26 23:18:42 +08:00
|
|
|
|
* gas/bfin/expected_comparison_errors.l: New test.
|
|
|
|
|
* gas/bfin/expected_comparison_errors.s: New test.
|
|
|
|
|
* gas/bfin/bfin.exp: Add expected_comparison_errors.
|
opcodes:
From Robin Getz <robin.getz@analog.com>
* bfin-dis.c (bu32): Typedef.
(enum const_forms_t): Add c_uimm32 and c_huimm32.
(constant_formats[]): Add uimm32 and huimm16.
(fmtconst_val): New.
(uimm32): Define.
(huimm32): Define.
(imm16_val): Define.
(luimm16_val): Define.
(struct saved_state): Define.
(GREG, DPREG, DREG, PREG, SPREG, FPREG, IREG, MREG, BREG, LREG,
A0XREG, A0WREG, A1XREG, A1WREG,CCREG, LC0REG, LT0REG, LB0REG,
LC1REG, LT1REG, LB1REG, RETSREG, PCREG): Define.
(get_allreg): New.
(decode_LDIMMhalf_0): Print out the whole register value.
gas/testsuite:
From Jie Zhang <jie.zhang@analog.com>
* gas/bfin/load.d: Update.
2008-03-26 22:50:52 +08:00
|
|
|
|
|
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
(s390_cond_extensions): Reduced extensions to the compare related.
(main): z10 cpu type option added.
(expandConditionalJump): Renamed to ...
(insertExpandedMnemonic): ... this.
* opcodes/s390-opc.c: Re-group the operand format makros.
(INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
INSTR_SIL_RDU): New instruction formats added.
(MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
masks added.
(s390_opformats): New formats added "ris", "rrs", "sil".
* opcodes/s390-opc.txt: Add the conditional jumps with the
extensions removed from automatic expansion in s390-mkopc.c manually.
(asi - trtre): Add new System z10 EC instructions.
* include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* config/tc-s390.c (md_parse_option): z10 option added.
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* gas/s390/zarch-z10.d: New file.
* gas/s390/zarch-z10.s: New file.
* gas/s390/s390.exp: Run the z10 testcases.
2008-03-19 18:29:18 +08:00
|
|
|
|
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
|
|
|
|
|
|
|
|
|
|
* gas/s390/zarch-z10.d: New file.
|
|
|
|
|
* gas/s390/zarch-z10.s: New file.
|
|
|
|
|
* gas/s390/s390.exp: Run the z10 testcases.
|
|
|
|
|
|
2008-03-18 02:45:35 +08:00
|
|
|
|
2008-03-17 Richard Sandiford <rsandifo@nildram.co.uk>
|
|
|
|
|
|
|
|
|
|
* gas/mips/elf-rel26.d: Add -32.
|
|
|
|
|
* gas/mips/mips16-intermix.d: Likewise.
|
|
|
|
|
|
2008-03-13 18:51:33 +08:00
|
|
|
|
2008-03-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR gas/5895
|
|
|
|
|
* gas/macros/exit.s: New test case.
|
|
|
|
|
* gas/macros/macros.exp: Run the new test, expect it to produce an
|
|
|
|
|
error result.
|
|
|
|
|
|
2008-03-09 21:23:29 +08:00
|
|
|
|
2008-03-09 Paul Brook <paul@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* gas/arm/vfpv3-d16-bad.d: New test.
|
|
|
|
|
* gas/arm/vfpv3-d16-bad.l: New test.
|
|
|
|
|
|
2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
* s390-opc.c (INSTR_RSL_R0RD): Fix operands.
* s390-opc.txt (cmpsc): Duplicate entry removed.
(dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
fier, cu42, cu41): Fix operand format.
2008-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
* gas/s390/esa-g5.d (cdfbr, cdfr, cefbr, cefr, cxfbr, cxfr,
dxr, fidr, fier, fixr, lzdr, lzer, lzxr, sqdr, sqer, tp): Fix
operand format.
* gas/s390/esa-g5.s: Likewise.
* gas/s390/zarch-z900.d (cdgbr, cdgr, cegbr, cegr, cxgbr,
cxgr): Likewise.
* gas/s390/zarch-z900.s: Likewise.
* gas/s390/zarch-z9-109.d (cu41, cu42): Remove mask operand.
* gas/s390/zarch-z9-109.s: Likewise.
2008-03-06 20:01:13 +08:00
|
|
|
|
2008-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
|
|
|
|
|
|
|
|
|
|
* gas/s390/esa-g5.d (cdfbr, cdfr, cefbr, cefr, cxfbr, cxfr,
|
|
|
|
|
dxr, fidr, fier, fixr, lzdr, lzer, lzxr, sqdr, sqer, tp): Fix
|
|
|
|
|
operand format.
|
|
|
|
|
* gas/s390/esa-g5.s: Likewise.
|
|
|
|
|
* gas/s390/zarch-z900.d (cdgbr, cdgr, cegbr, cegr, cxgbr,
|
|
|
|
|
cxgr): Likewise.
|
|
|
|
|
* gas/s390/zarch-z900.s: Likewise.
|
|
|
|
|
* gas/s390/zarch-z9-109.d (cu41, cu42): Remove mask operand.
|
|
|
|
|
* gas/s390/zarch-z9-109.s: Likewise.
|
|
|
|
|
|
2008-03-05 09:31:26 +08:00
|
|
|
|
2008-03-04 Paul Brook <paul@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* gas/arm/archv6m.d: New test.
|
|
|
|
|
* gas/arm/archv6m.s: New test.
|
|
|
|
|
* gas/arm/t16-bad.s: Test low register non flag setting add.
|
|
|
|
|
* gas/arm/t16-bad.l: Update expected output.
|
|
|
|
|
|
2008-03-03 23:28:58 +08:00
|
|
|
|
2008-03-03 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/5543
|
|
|
|
|
* gas/i386/i386.exp: Run inval-equ-1 and inval-equ-2.
|
|
|
|
|
|
|
|
|
|
* gas/i386/inval-equ-1.l: New.
|
|
|
|
|
* gas/i386/inval-equ-1.s: Likewise.
|
|
|
|
|
* gas/i386/inval-equ-2.l: Likewise.
|
|
|
|
|
* gas/i386/inval-equ-2.s: Likewise.
|
2008-03-02 07:30:51 +08:00
|
|
|
|
|
|
|
|
|
2008-03-01 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-branch.s: Add tests for 16-bit near indirect
|
|
|
|
|
branches.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-inval.s: Remove tests for 16-bit near indirect
|
|
|
|
|
branches.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-branch.d: Updated.
|
|
|
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
|
2008-02-27 20:33:43 +08:00
|
|
|
|
2008-02-27 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 3134
|
|
|
|
|
* gas/h8300/pr3134.s: New test.
|
|
|
|
|
* gas/h8300/pr3134.d: Expected disassembly
|
|
|
|
|
* gas/h8300/h8300.exp: Run the new test.
|
|
|
|
|
|
|
|
|
|
* gas/h8300/h8300-coff.exp: Fix test for COFF based ports to
|
|
|
|
|
accept h8300-rtemscoff not just h8300-rtems.
|
|
|
|
|
|
2008-02-27 00:18:16 +08:00
|
|
|
|
2008-02-26 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/jump.d: Updated for COFF.
|
|
|
|
|
|
2008-02-24 01:29:17 +08:00
|
|
|
|
2008-02-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/jump.s: Add tests for far branches.
|
|
|
|
|
* gas/i386/jump16.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/jump.d: Updated.
|
|
|
|
|
* gas/i386/jump16.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-inval.s: Add tests for 16-bit near indirect
|
|
|
|
|
branches.
|
|
|
|
|
|
2008-02-22 23:33:31 +08:00
|
|
|
|
2008-02-22 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gas/m68hc11/bug-1825.d: Update to match changes in the
|
|
|
|
|
information generated with source-in-disassembly listings.
|
|
|
|
|
* gas/m68hc11/indexed12.d: Likewise.
|
|
|
|
|
* gas/m68hc11/insns-dwarf2.d: Likewise.
|
|
|
|
|
* gas/m68hc11/lbranch-dwarf2.d: Likewise.
|
|
|
|
|
|
2008-02-19 05:05:07 +08:00
|
|
|
|
2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* cfi/cfi.exp (gas_x86_64_check): New.
|
|
|
|
|
(gas_x86_32_check): Likewise.
|
|
|
|
|
Run 32bit and 64bit tests for x86 targets if they are supportd.
|
|
|
|
|
|
2008-02-18 16:44:38 +08:00
|
|
|
|
2008-02-18 Jan Beulich <jbeulich@novell.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/att-regs.s, gas/i386/att-regs.d,
|
|
|
|
|
gas/i386/intel-regs.s, gas/i386/intel-regs.d: New.
|
|
|
|
|
* gas/i386/i386.exp: Run new tests.
|
|
|
|
|
|
2008-02-15 00:35:51 +08:00
|
|
|
|
2008-02-14 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR gas/5712
|
|
|
|
|
* gas/arm/fp-save.s: New test.
|
|
|
|
|
* gas/arm/fp-save.d: Expected disassembly.
|
|
|
|
|
|
2008-02-14 01:22:43 +08:00
|
|
|
|
2008-02-13 Adam Nemet <anemet@caviumnetworks.com>
|
|
|
|
|
|
|
|
|
|
* gas/mips/branch-misc-2pic-64.d (#name): Have a unique name
|
|
|
|
|
different from the branch-misc-2-64.d test.
|
|
|
|
|
|
2008-02-13 21:41:26 +08:00
|
|
|
|
2008-02-13 Jan Beulich <jbeulich@novell.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/intelok.s: Replace invalid offset expression with
|
|
|
|
|
valid ones.
|
|
|
|
|
* gas/i386/x86_64.s: Likewise.
|
|
|
|
|
|
2008-02-13 21:29:31 +08:00
|
|
|
|
2008-02-13 Jan Beulich <jbeulich@novell.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/intelbad.s, gas/i386/intelok.s: Add 'bound' tests.
|
|
|
|
|
* gas/i386/intelbad.l, gas/i386/intelok.l, gas/i386/intelok.e,
|
|
|
|
|
gas/i386/opcode-intel.d: Adjust.
|
|
|
|
|
|
2008-02-13 18:14:40 +08:00
|
|
|
|
2008-02-13 Jan Beulich <jbeulich@novell.com>
|
|
|
|
|
|
|
|
|
|
* gas/cfi/cfi-i386.s: Add code testing use of all registers.
|
|
|
|
|
Fix a few comments.
|
|
|
|
|
* gas/cfi/cfi-x86_64.s: Likewise.
|
|
|
|
|
* gas/cfi/cfi-i386.d, gas/cfi/cfi-x86_64.d: Adjust.
|
|
|
|
|
|
2008-02-21 07:32:33 +08:00
|
|
|
|
2008-02-12 H.J. Lu <hongjiu.lu@intel.com>
|
2008-02-13 02:56:12 +08:00
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run x86-64-arch-2 instead of
|
|
|
|
|
x86-64-arch-10.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-arch-10.d: Removed.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-arch-2.d: New.
|
|
|
|
|
* gas/i386/x86-64-arch-2.s: Likewise.
|
|
|
|
|
|
2008-02-12 23:35:29 +08:00
|
|
|
|
2008-02-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-xsave.d: Remove prefix.
|
|
|
|
|
|
2008-02-12 13:35:36 +08:00
|
|
|
|
2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/arch-10.s: Add xgetbv.
|
|
|
|
|
|
|
|
|
|
* gas/i386/arch-10.d: Updated.
|
|
|
|
|
* gas/i386/arch-10-1.l: Likewise.
|
|
|
|
|
* gas/i386/arch-10-2.l: Likewise.
|
|
|
|
|
* gas/i386/arch-10-3.l: Likewise.
|
|
|
|
|
* gas/i386/arch-10-4.l: Likewise.
|
|
|
|
|
* gas/i386/x86-64-arch-10.d: Likewise.
|
|
|
|
|
|
2008-02-12 08:04:45 +08:00
|
|
|
|
2002-02-11 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run xsave, xsave-intel, x86-64-xsave
|
|
|
|
|
and x86-64-xsave-intel.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-xsave-intel.d: New file.
|
|
|
|
|
* gas/i386/x86-64-xsave.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-xsave.s: Likewise.
|
|
|
|
|
* gas/i386/xsave-intel.d: Likewise.
|
|
|
|
|
* gas/i386/xsave.d: Likewise.
|
|
|
|
|
* gas/i386/xsave.s: Likewise.
|
|
|
|
|
|
2008-02-06 13:29:03 +08:00
|
|
|
|
2008-02-05 Adam Nemet <anemet@caviumnetworks.com>
|
|
|
|
|
|
|
|
|
|
* gas/mips/mips.exp: Invoke the tests smartmips, mips32-dsp,
|
|
|
|
|
mips32-dspr2, mips64-dsp and mips32-mt with run_dump_test instead
|
|
|
|
|
of run_dump_test_arches.
|
|
|
|
|
* gas/mips/smartmips.d: Pass -mips32.
|
|
|
|
|
* gas/mips/mips64-dsp.d: Pass -mips64r2.
|
|
|
|
|
* gas/mips/mips32-dsp.d: Pass -mips32r2.
|
|
|
|
|
* gas/mips/mips32-dspr2.d: Likewise.
|
|
|
|
|
* gas/mips/mips32-mt.d: Likewise.
|
|
|
|
|
|
2008-02-05 03:19:43 +08:00
|
|
|
|
2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
|
|
|
|
|
|
|
|
|
|
* gas/mips/mips.exp: Call mips_arch_create for Octeon. Invoke
|
|
|
|
|
Octeon tests.
|
|
|
|
|
* gas/mips/octeon.s, gas/mips/octeon.d: New test.
|
|
|
|
|
|
2008-02-02 01:58:48 +08:00
|
|
|
|
2008-01-31 Marc Gauthier <marc@tensilica.com>
|
|
|
|
|
|
|
|
|
|
* gas/all/gas.exp: Recognize Xtensa processor variants.
|
|
|
|
|
* gas/elf/elf.exp: Likewise.
|
|
|
|
|
* gas/lns/lns.exp: Likewise.
|
|
|
|
|
|
2008-01-28 23:15:32 +08:00
|
|
|
|
2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with
|
|
|
|
|
DW_CFA_def_cfa_register.
|
|
|
|
|
* gas/cfi/cfi-alpha-3.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-hppa-1.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-i386.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-m68k.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-mips-1.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-sh-1.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-sparc-1.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-sparc64-1.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-x86_64.d: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/cfi/cfi-common-1.d: Updated for i386/x86-64 register
|
|
|
|
|
names.
|
|
|
|
|
* gas/cfi/cfi-common-2.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-common-5.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-i386.d: Likewise.
|
|
|
|
|
* gas/cfi/cfi-x86_64.d: Likewise.
|
|
|
|
|
|
2008-01-24 23:11:35 +08:00
|
|
|
|
2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-sib.s: Add tests for r12.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-sib-intel.d: Updated.
|
|
|
|
|
* gas/i386/x86-64-sib.d: Likewise.
|
|
|
|
|
|
2008-01-24 03:05:12 +08:00
|
|
|
|
2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp : Run x86-64-arch-1 and x86-64-arch-10.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-arch-1.d: New.
|
|
|
|
|
* gas/i386/x86-64-arch-1.s: Likewise.
|
|
|
|
|
* gas/i386/x86-64-arch-10.d: Likewise.
|
|
|
|
|
|
2008-01-23 16:57:11 +08:00
|
|
|
|
2008-01-23 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* gas/ia64/regs.d: Updated as the ia64 disassembler now displays
|
|
|
|
|
symbolic names for all ar registers.
|
|
|
|
|
|
2008-01-23 03:57:30 +08:00
|
|
|
|
2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/arch-10.d: New.
|
|
|
|
|
* gas/i386/arch-11.s: Likewise.
|
|
|
|
|
* gas/i386/arch-12.d: Likewise.
|
|
|
|
|
* gas/i386/arch-12.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run arch-11 and arch-12.
|
|
|
|
|
|
2008-01-23 03:16:45 +08:00
|
|
|
|
2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/arch-10-1.l: New.
|
|
|
|
|
* gas/i386/arch-10-1.s: Likewise.
|
|
|
|
|
* gas/i386/arch-10-2.l: Likewise.
|
|
|
|
|
* gas/i386/arch-10-2.s: Likewise.
|
|
|
|
|
* gas/i386/arch-10-3.l: Likewise.
|
|
|
|
|
* gas/i386/arch-10-3.s: Likewise.
|
|
|
|
|
* gas/i386/arch-10-4.l: Likewise.
|
|
|
|
|
* gas/i386/arch-10-4.s: Likewise.
|
|
|
|
|
* gas/i386/arch-10.d: Likewise.
|
|
|
|
|
* gas/i386/arch-10.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run arch-10, arch-10-1, arch-10-2,
|
|
|
|
|
arch-10-3 and arch-10-4.
|
|
|
|
|
|
|
|
|
|
* gas/i386/nops-2.s: Use movsbl instead of cmove.
|
|
|
|
|
* gas/i386/nops-2-i386.d: Updated.
|
|
|
|
|
* gas/i386/nops-2-merom.d: Likewise.
|
|
|
|
|
* gas/i386/nops-2.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-nops-2.d: Likewise.
|
|
|
|
|
|
2008-01-16 08:05:56 +08:00
|
|
|
|
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/prescott.s: Add tests for movddup in Intel syntax.
|
|
|
|
|
* gas/i386/x86-64-prescott.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/prescott.d: Updated.
|
|
|
|
|
* gas/i386/x86-64-prescott.d: Likewise.
|
|
|
|
|
|
2008-01-16 02:50:44 +08:00
|
|
|
|
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.s: Add more tests for movsx and movzx.
|
|
|
|
|
* gas/i386/x86_64.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/inval.s: Remove tests for movsxw and movzxw.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-inval.s: Remove tests for movsxb, movsxw,
|
|
|
|
|
movsxl, movzxb and movzxw.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.d: Updated.
|
|
|
|
|
* gas/i386/inval.l: Likewise.
|
|
|
|
|
* gas/i386/x86_64.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
|
2008-01-15 09:37:56 +08:00
|
|
|
|
2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.s: Add tests for movsx, movzx and movnti.
|
|
|
|
|
* gas/i386/inval.s: Likewise.
|
|
|
|
|
* gas/i386/x86_64.s: Likewise.
|
|
|
|
|
* gas/i386/x86-64-inval.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.d: Updated.
|
|
|
|
|
* gas/i386/inval.l: Likewise.
|
|
|
|
|
* gas/i386/x86_64.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
|
gas/testsuite/
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5534
* gas/i386/i386.s: Add tests for fnstsw and fstsw.
* gas/i386/inval.s: Likewise.
* gas/i386/x86_64.s: Likewise.
* gas/i386/intel.s: Use word instead of dword on ss.
* gas/i386/x86-64-inval.s: Add tests for fnstsw, fstsw, in
and out.
* gas/i386/prefix.s: Remove invalid fstsw.
* gas/i386/inval.l: Updated.
* gas/i386/intelbad.l: Likewise.
* gas/i386/i386.d: Likewise.
* gas/i386/x86_64.d: Likewise.
* gas/i386/x86-64-inval.l: Likewise.
* gas/i386/prefix.d: Updated.
gas/
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5534
* config/tc-i386.c (_i386_insn): Update comment.
(operand_type_match): Also clear unspecified.
(operand_type_register_match): Likewise.
(parse_operands): Initialize unspecified.
(i386_intel_operand): Likewise.
(match_template): Check memory and accumulator operand size.
(i386_att_operand): Clear unspecified on register operand.
(intel_e11): Likewise.
(intel_e09): Set operand size and clean unspecified for
"XXX PTR".
opcodes/
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5534
* i386-gen.c (operand_type_init): Add Dword to
OPERAND_TYPE_ACC32. Add Qword to OPERAND_TYPE_ACC64.
(opcode_modifiers): Remove CheckSize, Byte, Word, Dword,
Qword and Xmmword.
(operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
Xmmword, Unspecified and Anysize.
(set_bitfield): Make Mmword an alias of Qword. Make Oword
an alias of Xmmword.
* i386-opc.h (CheckSize): Removed.
(Byte): Updated.
(Word): Likewise.
(Dword): Likewise.
(Qword): Likewise.
(Xmmword): Likewise.
(FWait): Updated.
(OTMax): Likewise.
(i386_opcode_modifier): Remove checksize, byte, word, dword,
qword and xmmword.
(Fword): New.
(TBYTE): Likewise.
(Unspecified): Likewise.
(Anysize): Likewise.
(i386_operand_type): Add byte, word, dword, fword, qword,
tbyte xmmword, unspecified and anysize.
* i386-opc.tbl: Updated to use Byte, Word, Dword, Fword, Qword,
Tbyte, Xmmword, Unspecified and Anysize.
* i386-reg.tbl: Add size for accumulator.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
2008-01-13 00:05:42 +08:00
|
|
|
|
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/5534
|
|
|
|
|
* gas/i386/i386.s: Add tests for fnstsw and fstsw.
|
|
|
|
|
* gas/i386/inval.s: Likewise.
|
|
|
|
|
* gas/i386/x86_64.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/intel.s: Use word instead of dword on ss.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-inval.s: Add tests for fnstsw, fstsw, in
|
|
|
|
|
and out.
|
|
|
|
|
|
|
|
|
|
* gas/i386/prefix.s: Remove invalid fstsw.
|
|
|
|
|
|
|
|
|
|
* gas/i386/inval.l: Updated.
|
|
|
|
|
* gas/i386/intelbad.l: Likewise.
|
|
|
|
|
* gas/i386/i386.d: Likewise.
|
|
|
|
|
* gas/i386/x86_64.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
* gas/i386/prefix.d: Updated.
|
|
|
|
|
|
2008-01-10 22:52:35 +08:00
|
|
|
|
2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/nops.s: Add more tests with opcodes from 0x0f19
|
|
|
|
|
to 0x0f1f.
|
|
|
|
|
* gas/i386/x86-64-nops.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/nops.d: Updated.
|
|
|
|
|
* gas/i386/x86-64-nops.d: Likewise.
|
|
|
|
|
|
2008-01-10 01:30:59 +08:00
|
|
|
|
2008-01-09 Bob Wilson <bob.wilson@acm.org>
|
|
|
|
|
|
|
|
|
|
* gas/lns/lns.exp: Run new lns-big-delta test for targets that set
|
|
|
|
|
DWARF2_USE_FIXED_ADVANCE_PC.
|
|
|
|
|
* gas/lns/lns-big-delta.s: New.
|
|
|
|
|
* gas/lns/lns-big-delta.d: New.
|
|
|
|
|
|
2008-01-08 16:37:13 +08:00
|
|
|
|
2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
|
|
|
|
|
|
|
|
|
PR gas/5322
|
|
|
|
|
* lib/gas-defs.exp (gas_host_run): Add fourth argument to regsub
|
|
|
|
|
command.
|
|
|
|
|
|
gas/
2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
* doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
* config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
only.
(md_assemble): Remove Intel mode workaround.
(match_template): Check support for old gcc, AT&T mnemonic
and Intel Syntax.
(md_parse_option): Don't set intel_mnemonic to 0 for
OPTION_MOLD_GCC.
gas/testsuite/
2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/intel.s: Add tests for fadd, faddp, fdiv, fdivp,
fdivr, fdivrp, fmul, fmulp, fsub, fsubp, fsubr and fsubrp.
* gas/i386/intel.d: Updated.
* gas/i386/intel.e: Likewise.
opcodes/
2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Rename IntelMnemonic to
ATTSyntax.
* i386-opc.h (IntelMnemonic): Renamed to ..
(ATTSyntax): This
(Opcode_Modifier_Max): Updated.
(i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
and intelsyntax.
* i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax
on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp.
* i386-tbl.h: Regenerated.
2008-01-06 01:07:25 +08:00
|
|
|
|
2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/intel.s: Add tests for fadd, faddp, fdiv, fdivp,
|
|
|
|
|
fdivr, fdivrp, fmul, fmulp, fsub, fsubp, fsubr and fsubrp.
|
|
|
|
|
|
|
|
|
|
* gas/i386/intel.d: Updated.
|
|
|
|
|
* gas/i386/intel.e: Likewise.
|
|
|
|
|
|
2008-01-05 02:03:02 +08:00
|
|
|
|
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/rexw.d: New.
|
|
|
|
|
* gas/i386/rexw.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-sse4_1-intel.d: Updated.
|
|
|
|
|
* gas/i386/x86-64-sse4_1.d: Likewise.
|
|
|
|
|
|
2008-01-04 22:53:50 +08:00
|
|
|
|
2008-01-04 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gas/ppc/altivec_and_spe.s: New test - checks that ISA extension
|
|
|
|
|
command line options (-maltivec, -mspe) can be specified before
|
|
|
|
|
CPU selection command line options.
|
|
|
|
|
* gas/ppc/altivec_and_spe.d: Expected disassembly.
|
|
|
|
|
* gas/ppc/ppc.exp: Run the new test
|
|
|
|
|
|
2008-01-04 09:05:45 +08:00
|
|
|
|
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/arch-9.d: New file.
|
|
|
|
|
* gas/i386/arch-9.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run arch-9.
|
|
|
|
|
|
2008-01-03 13:29:53 +08:00
|
|
|
|
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/arch-5.d: New file.
|
|
|
|
|
* gas/i386/arch-5.s: Likewise.
|
|
|
|
|
* gas/i386/arch-6.d: Likewise.
|
|
|
|
|
* gas/i386/arch-6.s: Likewise.
|
|
|
|
|
* gas/i386/arch-7.d: Likewise.
|
|
|
|
|
* gas/i386/arch-7.s: Likewise.
|
|
|
|
|
* gas/i386/arch-8.d: Likewise.
|
|
|
|
|
* gas/i386/arch-8.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run arch-5, arch-6, arch-7 and arch-8.
|
|
|
|
|
|
2008-01-03 11:28:35 +08:00
|
|
|
|
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.s: Add tests for movq.
|
|
|
|
|
* gas/i386/x86_64.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.d Updated.
|
|
|
|
|
* gas/i386/x86_64.d: Likewise.
|
|
|
|
|
|
gas/
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5534
* config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
Check memory size in Intel mode.
(process_suffix): Handle XMMWORD_MNEM_SUFFIX.
(intel_e09): Likewise.
* config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
gas/testsuite/
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5534
* gas/i386/intel.s: Use QWORD on movq instead of DWORD.
* gas/i386/inval.s: Add tests for movq.
* gas/i386/x86-64-inval.s: Likewise.
* gas/i386/inval.l: Updated.
* gas/i386/x86-64-inval.l: Likewise.
opcodes/
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5534
* i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
Byte, Word, Dword, QWord and Xmmword.
* i386-opc.h (No_xSuf): New.
(CheckSize): Likewise.
(Byte): Likewise.
(Word): Likewise.
(Dword): Likewise.
(QWord): Likewise.
(Xmmword): Likewise.
(FWait): Updated.
(i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
Dword, QWord and Xmmword.
* i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
used.
* i386-tbl.h: Regenerated.
2008-01-03 05:43:34 +08:00
|
|
|
|
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/5534
|
|
|
|
|
* gas/i386/intel.s: Use QWORD on movq instead of DWORD.
|
|
|
|
|
|
|
|
|
|
* gas/i386/inval.s: Add tests for movq.
|
|
|
|
|
* gas/i386/x86-64-inval.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/inval.l: Updated.
|
|
|
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
|
2008-01-03 04:59:47 +08:00
|
|
|
|
2008-01-02 Catherine Moore <clm@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* gas/mips/jalr.s: New test.
|
|
|
|
|
* gas/mips/jalr.l: New test output.
|
|
|
|
|
* gas/mips/mips.exp: Run new test.
|
|
|
|
|
|
2008-01-03 05:41:02 +08:00
|
|
|
|
For older changes see ChangeLog-2007
|
2004-01-02 19:16:21 +08:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|