X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2FChangeLog;h=9e2791c66f237ff2dda44686c7c3b7422899bd11;hb=a08f0c757380a9ebc0d9d47d8c0741f466aadd3e;hp=83c69f6494274aca4f1687aea987020b45fd383e;hpb=570de99165f5eb094f2b2a0ba84bae3fd53032ee;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 83c69f6494..9e2791c66f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,199 @@ +2008-09-09 Peter Bergner + + * gas/ppc/common.s: New test. + * gas/ppc/common.d: Likewise. + * gas/ppc/power4_32.s: Likewise. + * gas/ppc/power4_32.d: Likewise. + * gas/ppc/power6.s: Add attn, mtcr, mtcrf, mfcr, dcbz. + * gas/ppc/power6.d: Likewise. + * gas/ppc/ppc.exp: Run power4_32 test. + +2008-09-06 Richard Sandiford + + * gas/mips/cfi-n64-1.s, gas/mips/cfi-n64-1.d: New test. + * gas/mips/mips.exp: Run it. + +2008-09-05 Nick Clifton + + * gas/arm/abs12.d: Update expected disassembly. + * gas/arm/tls_vxworks.d: Likewise. + * gas/arm/unwind_vxworks.d: Likewise. + * gas/arm/group-reloc-alu-encoding-bad.d: Skip for vxworks + targets. + * gas/arm/group-reloc-alu.d: Likewise. + * gas/arm/group-reloc-ldc-encoding-bad.d: Likewise. + * gas/arm/group-reloc-ldc.d: Likewise. + * gas/arm/group-reloc-ldr-encoding-bad.d: Likewise. + * gas/arm/group-reloc-ldr.d: Likewise. + * gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise. + * gas/arm/group-reloc-ldrs.d: Likewise. + * gas/arm/local_function.d: Likewise. + * gas/arm/mapshort-elf.d: Likewise. + * gas/arm/undefined.d: Likewise. + +2008-09-04 Christian Groessler + + * lib/gas-defs.exp (run_dump_test): If the test expects an error, + fail the test if gas doesn't report an error. + +2008-08-28 Jan Beulich + + * gas/i386/intel.s: Add retf. + * gas/i386/intel.{d,e}: Adjust. + * gas/i386/opcode-intel.d: Replace lret with retf. + +2008-08-28 Jan Beulich + + * gas/i386/gas/i386/opcode-suffix.d: Add suffixes to cmovXX. + +2008-08-28 H.J. Lu + + * gas/ia64/dv-raw-err.s: Add tests for cr.iib0 and cr.iib1. + * gas/ia64/dv-waw-err.s: Likewise. + * gas/ia64/regs.s: Likewise. + + * gas/ia64/dv-raw-err.l: Updated. + * gas/ia64/dv-waw-err.l: Likewise. + * gas/ia64/regs.d: Likewise. + +2008-08-28 Jan Beulich + + * gas/i386/string-bad.{l,s}, gas/i386/string-ok.{d,e,s}: New. + * gas/i386/i386.exp: Run new tests. + +2008-08-27 H.J. Lu + + * gas/i386/intel.s: Add tests for fidivr. + + * gas/i386/intel.d: Updated. + +2008-08-26 Jie Zhang + + * gas/bfin/arith_mode.d: New test. + * gas/bfin/arith_mode.s: New test. + * gas/bfin/invalid_arith_mode.l: New test. + * gas/bfin/invalid_arith_mode.s: New test. + * gas/bfin/bfin.exp: Add arith_mode and invalid_arith_mode. + +2008-08-22 Jie Zhang + + * gas/bfin/misc.s: New test. + * gas/bfin/misc.d: New test. + * gas/bfin/bfin.exp: Add misc test. + +2008-08-21 Richard Henderson + + * gas/cfi/cfi-common-1.d: Allow for differing offsets, and + for DW_CFA_offset_extended_sf results. Allow for differing nops. + * gas/cfi/cfi-hppa-1.d: Invert data alignment sign. Change + offsets to match 64-bit offsets. + * gas/cfi/cfi.exp: Don't run common tests on hppa64. + +2008-08-20 Bob Wilson + + * gas/all/gas.exp: Expect the redef test to fail on Xtensa. + +2008-08-20 H.J. Lu + + AVX Programming Reference (August, 2008) + * gas/i386/avx.s: Add AES + AVX tests. + * gas/i386/arch-10.s: Likewise. + * gas/i386/sse2avx.s: Likewise. + * gas/i386/x86-64-arch-2.s: Likewise. + * gas/i386/x86-64-avx.s: Likewise. + * gas/i386/x86-64-sse2avx.s: Likewise. + + * 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/avx.d: Likewise. + * gas/i386/avx-intel.d: Likewise. + * gas/i386/sse2avx.d: Likewise. + * gas/i386/x86-64-arch-2.d: Likewise. + * gas/i386/x86-64-avx.d: Likewise. + * gas/i386/x86-64-avx-intel.d: Likewise. + * gas/i386/x86-64-sse2avx.d: Likewise. + + * gas/i386/i386.exp: Run arch-avx-1, arch-avx-1-1 and + arch-avx-1-2. + + * gas/i386/arch-avx-1.d: New. + * gas/i386/arch-avx-1.s: Likewise. + * gas/i386/arch-avx-1-1.l: Likewise. + * gas/i386/arch-avx-1-1.s: Likewise. + * gas/i386/arch-avx-1-2.l: Likewise. + * gas/i386/arch-avx-1-2.s: Likewise. + +2008-08-15 Andreas Krebbel + + * gas/s390/esa-g5.d: lxr operands are floating point. + * gas/s390/esa-g5.s: Likewise. + * gas/testsuite/gas/s390/zarch-z9-ec.d: rrdtr, rrxtr third + operands is gpr. + * gas/testsuite/gas/s390/zarch-z9-ec.s: Likewise. + +2008-08-12 H.J. Lu + + * gas/i386/amd.s: Add syscall and sysret. Remove padding. + + * gas/i386/amd.d: Updated. + * gas/i386/x86-64-opcode.d: Likewise. + + * gas/i386/i386.exp: Run x86-64-intel64. + + * gas/i386/x86-64-intel64.d: New. + * gas/i386/x86-64-intel64.s: Likewise. + + * gas/i386/x86-64-opcode.s: Add syscall and sysret. + +2008-08-08 Richard Sandiford + + * gas/mips/call-nonpic-1.s, gas/mips/call-nonpic-1.d: New test. + * gas/mips/mips.exp: Run it. + +2008-08-06 Richard Sandiford + + * gas/mips/elf-rel8-mips16.d, gas/mips/elf-rel8-mips16.s, + * gas/mips/elf-rel9-mips16.d, gas/mips/elf-rel9-mips16.s, + * gas/mips/elf-rel13-mips16.d, gas/mips/elf-rel13-mips16.s: New tests. + * gas/mips/mips.exp: Run them. + +2008-08-01 Peter Bergner + + * gas/ppc/power7.d: New. + * gas/ppc/power7.s: Likewise. + * gas/ppc/ppc.exp: Run power7 test. + +2008-08-01 H.J. Lu + + * gas/cfi/cfi-i386.s: Remove tests for AVX register maps. + * gas/cfi/cfi-x86_64.s: Likewise. + + * gas/cfi/cfi-i386.d: Updated. + * gas/cfi/cfi-x86_64.d: Likewise. + +2008-07-31 Peter Bergner + + * gas/ppc/cell.s: Add altivec instructions. + * gas/ppc/cell.d: Update expected output. + * gas/ppc/power6.d: New. + * gas/ppc/power6.s: Likewise. + * gas/ppc/ppc.exp (powerpc64*-*-*): Move cell from here to... + (powerpc*-*-*): Here. Run power6 test. + +2008-07-24 H.J. Lu + + * gas/i386/nops-1.d: Add -mtune=generic32. + * gas/i386/nops-2.d: Likewise. + * gas/i386/nops-3.d: Likewise. + + * gas/i386/x86-64-nops-1.d: Add -mtune=generic64. + * gas/i386/x86-64-nops-2.d: Likewise. + * gas/i386/x86-64-nops-3.d: Likewise. + * gas/i386/x86-64-nops-4.d: Likewise. + 2008-07-22 Chao-ying Fu * gas/mips/tls-ill.l: Update error message.