X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2FChangeLog;h=4cdb1f2d9f62e3081beaca404149c899d1629375;hb=eab4f823f7793e025759fb47748b4b71bb88dac9;hp=a1affb30a1b3cb62c7729a77a7c4b5270e271e5b;hpb=55881a11e8e03416fbb6541bbbe3ba30a12faba0;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a1affb30a1..4cdb1f2d9f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,560 @@ +2010-09-17 Tejas Belagod + + * gas/arm/thumb2_ldmstm.d: Change single-register stmia to use 16-bit + str encoding instead of str.w. Likewise for ldmia. + * gas/arm/thumb2_ldmstm.s: Change stmia comment. Add tests for T1 + ldmia-to-ldr. + +2010-09-17 Tejas Belagod + + * gas/arm/msr-reg.s: New file. + * gas/arm/msr-reg.d: Likewise. + * gas/arm/msr-imm.s: Likewise. + * gas/arm/msr-imm.d: Likewise. + * gas/arm/msr-imm-bad.d: Likewise. + * gas/arm/msr-imm-bad.l: Likewise. + * gas/arm/msr-reg-bad.d: Likewise. + * gas/arm/msr-imm-bad.d: Likewise. + * gas/arm/msr-reg-thumb.d: Likewise. + * gas/arm/arch7.s: Add tests for xpsr. + * gas/arm/arch7.d: Likewise. + +2010-09-17 Tejas Belagod + + * gas/arm/copro.s: Add test for APSR_nzcv as a MRC operand. + * gas/arm/copro.d: Change pc in MRC to disassemble as APSR_nzcv. Also + add disassembly for test added in copro.s + +2010-09-17 Andrew Burgess + + PR gas/12011 + * gas/elf/bad-section-flag.d, * gas/elf/bad-section-flag.err, + * gas/elf/bad-section-flag.s: New test. + * gas/elf/elf.exp: Run it. + +2010-09-16 Alan Modra + + * gas/all/redef3.d: Don't run on arc. + * gas/i386/i386.exp: Don't run intel-got32 on linuxaout. Move + x86_64 mingw exclusions to equivalent elf only block of tests. + +2010-09-15 Kai Tietz + + * gas/pe/pe.exp: Add new test. + * gas/pe/seh-x64-err-1.l: New. + * gas/pe/seh-x64-err-1.s: New. + + * gas/pe/pe.exp: Add peseh-x64-4,5,6 tests. + * gas/pe/peseh-x64-4.s: New. + * gas/pe/peseh-x64-4.d: New. + * gas/pe/peseh-x64-5.d: New. + * gas/pe/peseh-x64-6.d: New. + +2010-09-14 Maciej W. Rozycki + + * gas/mips/mips32r2-sync.d: New test for MIPS32r2 "sync" + instruction variants. + * gas/mips/octeon@mips32r2-sync.d: Likewise, Octeon version. + * gas/mips/mips32r2-sync.s: Source for the new test. + * gas/mips/mips.exp: Run the new test. + +2010-09-13 Kai Tietz + + * gas/pe/pe.exp: Add x64 SEH tests. + * gas/pe/peseh-x64.s: New. + * gas/pe/peseh-x64.d: New. + * gas/pe/peseh-x64-2.s: New. + * gas/pe/peseh-x64-2.d: New. + * gas/pe/peseh-x64-3.s: New. + * gas/pe/peseh-x64-3.d: New. + +2010-09-09 Nick Clifton + + PR gas/11973 + * gas/mn10300/pr11973.s: New file: Test case. + * gas/mn10300/pr11973.d: New file: Expected output. + * gas/mn10300/basic.exp: Run the new test. + +2010-09-09 Tejas Belagod + + * gas/arm/addsw-bad.s: New file. + * gas/arm/addsw-bad.l: New file. + * gas/arm/addsw-bad.d: New file. + +2010-09-03 H.J. Lu + + PR gas/11974 + * gas/i386/immed64.s: Add more movabs tests. + * gas/i386/immed64.d: Updated. + +2010-09-03 Jan Kratochvil + + * gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output. + * gas/elf/dwarf2-2.d: Likewise. + * gas/i386/dw2-compress-1.d: Likewise. + +2010-09-03 Kai Tietz + + * gas/cfi/cfi-i386.d: Use objdump -Wf instead of readelf. + * gas/cfi/cfi-i386.s: Remove .type directives. + * gas/cfi/reloc-pe-i386.d: Adjust test for i386. + +2010-09-02 Richard Henderson + + * gas/cfi/cfi-common-1.d: Use objdump instead of readelf to dump. + * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d, + gas/cfi/cfi-common-4.d, gas/cfi/cfi-common-6.d, + gas/cfi/cfi-common-7.d, gas/cfi/cfi-x86_64.d: Likewise. + * gas/cfi/cfi-x86_64.s: Remove .type directives. + * gas/cfi/cfi.exp: Run for pecoff objects too. + + * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test. + +2010-08-31 H.J. Lu + + PR binutils/11960 + * gas/i386/opcode-intel.d: Updated. + * gas/i386/x86-64-opcode.d: Likewise. + + * gas/i386/x86-64-opcode.s: Add a "pushw imm16" test. + +2010-08-25 Jie Zhang + + * gas/arm/ldst-pc.d: New test. + * gas/arm/ldst-pc.s: New test. + * gas/arm/sp-pc-validations-bad.s: `str r0,[pc,#4]' is valid. + * gas/arm/sp-pc-validations-bad.l: Adjust accordingly. + +2010-08-17 Roland McGrath + + * gas/elf/groupauto.s: New file. + * gas/elf/groupautoa.d: New file. + * gas/elf/groupautob.d: New file. + * gas/elf/elf.exp (run_elf_list_test): Use them. + +2010-08-06 Quentin Neill + + * gas/i386/arch-10-1.l: Add nopl instruction. + * gas/i386/arch-10-2.l: Likewise. + * gas/i386/arch-10-3.l: Likewise. + * gas/i386/arch-10-4.l: Likewise. + * gas/i386/arch-10.s: Likewise. + * gas/i386/arch-10.d: Add nopl instruction, and +nopl extension + flag to as flags. + * gas/i386/nops-5-i686.d: Change alignment code generated for + -mtune=i686. + * gas/i386/nops-5.d: Change alignment code generated for + .arch i686. + * gas/i386/x86-64-nops-5-k8.d: Likewise. + * gas/i386/x86-64-nops-5.d: Likewise. + +2010-08-05 H.J. Lu + + * gas/i386/i386.exp: Run arch-4. + + * gas/i386/arch-4.d: New. + * gas/i386/arch-4.s: Likewise. + + * gas/i386/intel.d: Replace ud2a/ud2b with ud2/ud1. + * gas/i386/opcode-intel.d: Likewise. + * gas/i386/opcode-suffix.d: Likewise. + * gas/i386/opcode.d: Likewise. + +2010-08-03 Alan Modra + + * gas/all/octa.s, * gas/all/octa.d: New test. + * gas/all/gas.exp: Run octa. + * gas/elf/data-1.s, * gas/elf/data-1.d: Delete. + * gas/elf/elf.exp: Don't run data-1. + +2010-08-02 H.J. Lu + + * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64. + +2010-08-02 H.J. Lu + + PR gas/11867 + * gas/elf/data-1.d: New. + * gas/elf/data-1.s: Likewise. + + * elf/elf.exp: Run data-1. + +2010-08-02 Tristan Gingold + + * lib/gas-defs.exp (get_standard_section_names): New function. + (run_dump_tests): Document the new behavior for objdump, + document to new section-subst option. Automatically perform + substitutions for objdump. + (objdump_finish): Add REF_SUBST argument. + (run_list_test): Adjust call of regexp_diff. + (run_list_test_stdin): Ditto. + * gas/all/gas.exp (test_cond): Adjust call of regexp_diff. + * gas/symver/symver.exp (run_error_test): Ditto. + * gas/mt/relocs.exp (regexp_test): Ditto. + * gas/mep/complex-relocs.exp (regexp_test): Ditto. + * gas/m68k/all.exp: Ditto. + * gas/elf/elf.exp (run_elf_list_test): Ditto. + * gas/rx/rx-asm-good.d: Set section-subst to no. + +2010-08-02 Alan Modra + + * gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets. + (dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux + target test. + +2010-08-02 Alan Modra + + * gas/ppc/power4.d: Update for ppc_fix_adjustable change. + +2010-07-28 H.J. Lu + + * gas/i386/i386.exp: Xfail dw2-compress-2 and + x86-64-dw2-compress-2. + +2010-07-24 Maciej W. Rozycki + + * gas/mips/jal-svr4pic-noreorder.d: New test case. + * gas/mips/mips1@jal-svr4pic-noreorder.d: New test + subarchitecture. + * gas/mips/r3000@jal-svr4pic-noreorder.d: Likewise. + * gas/mips/jal-svr4pic-noreorder.s: Source for the new test + case. + * gas/mips/mips.exp: Run the new test case. + +2010-07-24 Maciej W. Rozycki + + * gas/mips/jal-svr4pic.d: Rename to... + * gas/mips/mips1@jal-svr4pic.d: ... this. + * gas/mips/r3000@jal-svr4pic.d: New test subarchitecture. + * gas/mips/jal-svr4pic.d: New default subarchitecture patterns. + * gas/mips/mips.exp: Run jal-svr4pic with run_dump_test_arches + rather than run_dump_test. + +2010-07-24 Maciej W. Rozycki + + * gas/mips/jal-svr4pic.d: Reformat. Use --show-raw-insn with + `objdump'. + * gas/mips/jal-svr4pic.s: Reformat. Fix up trailing zeroes. + +2010-07-24 Maciej W. Rozycki + + * lib/gas-defs.exp (run_dump_test): Handle the "dump" option. + +2010-07-23 Naveen.H.S + Ina Pandit + + * gas/v850/split-lo16.d: Update the "ld" instructions with a space + for second operand. + * gas/v850/v850e1.d: Likewise. + +2010-07-22 Alan Modra + + * gas/arm/mapdir.s: Don't specify attr/type for .fini_array. + * gas/elf/dwarf2-3.s: Don't specify attr for .init_array. + * gas/elf/dwarf2-3.d: Don't run on h8300. + +2010-07-19 Andreas Schwab + + * gas/i386/x86-64-unwind.d: Ignore "Key to Flags" contents. + * gas/ia64/alias-ilp32.d: Likewise. + * gas/ia64/alias.d: Likewise. + * gas/ia64/group-1.d: Likewise. + * gas/ia64/group-2.d: Likewise. + * gas/ia64/secname-ilp32.d: Likewise. + * gas/ia64/secname.d: Likewise. + * gas/ia64/unwind-ilp32.d: Likewise. + * gas/ia64/unwind.d: Likewise. + * gas/mmix/byte-1.d: Likewise. + * gas/mmix/loc-1.d: Likewise. + * gas/mmix/loc-2.d: Likewise. + * gas/mmix/loc-3.d: Likewise. + * gas/mmix/loc-4.d: Likewise. + * gas/mmix/loc-5.d: Likewise. + +2010-07-16 H.J. Lu + + * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit. + +2010-07-14 Rhonda Wittels + + * gas/elf/pseudo.s: New. + * gas/elf/pseudo.l: New. + * gas/elf/pseudo.d: New. + * gas/elf/elf.exp: Run the new test. + +2010-07-14 H.J. Lu + + * config/default.exp (ADDR2LINE): New. + (ADDR2LINEFLAGS): Likewise. + + * gas/i386/i386.exp: Run dw2-compress-2 and x86-64-dw2-compress-2. + + * gas/i386/dw2-compress-2.d: New. + * gas/i386/dw2-compress-2.s: Likewise. + * gas/i386/x86-64-dw2-compress-2.d: Likewise. + * gas/i386/x86-64-dw2-compress-2.s: Likewise. + + * lib/gas-defs.exp (run_dump_test): Support addr2line as dump + program. + (slurp_options): Allow numbers in options. + +2010-07-14 Maciej W. Rozycki + + * gas/elf/dwarf2-3.s: Replace .short and .long directives in + .debug_info section with .2byte and .4byte respectively. + +2010-07-11 Kai Tietz + + * gas/pe/aligncomm-b.d: Regenerated content dump. + * gas/pe/aligncomm-d.d: Regenerated content dump. + * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test. + +2010-07-08 Tejas Belagod + + * gas/arm/barrier.s: New file. + * gas/arm/barrier.d: New file. + * gas/arm/barrier-thumb.s: New file. + * gas/arm/barrier-thumb.d: New file. + * gas/arm/barrier-bad.s: New file. + * gas/arm/barrier-bad.d: New file. + * gas/arm/barrier-bad.l: New file. + * gas/arm/barrier-bad-thumb.s: New file. + * gas/arm/barrier-bad-thumb.d: New file. + * gas/arm/barrier-bad-thumb.l: New file. + +2010-07-08 Daniel Gutson + + * gas/arm/reloc-bad.d: New. + * gas/arm/reloc-bad.s: New. + * gas/arm/reloc-bad.l: New. + +2010-07-06 Maciej W. Rozycki + + * gas/mips/elf-rel27.d: New test for HI16/LO16 relocation + pairing. + * gas/mips/elf-rel27.s: Source for the new test. + * gas/mips/mips.exp: Create "mips16" architecture. Adjust + conditions involving negated properties throughout to require + "mips1" as appropriate. Run the new test. + (mips_arch_destroy): New procedure. + +2010-07-05 Maciej W. Rozycki + + * gas/mips/mips.exp (run_dump_test_arch): Check for the presence + of an architecture-specific test first and use it if found, + before falling back to the generic one. + +2010-07-05 Maciej W. Rozycki + + * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for + branch-likely instructions and place them... + * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s: + ... in this new test. + * gas/mips/mips4-fp.l: Update accordingly. + * gas/mips/mips4-branch-likely.l: New stderr output for the new + test. + * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and + a list test with mips4-branch-likely similarly to mips4-fp. + +2010-07-05 Maciej W. Rozycki + + * gas/mips/beq.d, gas/mips/beq.s: Remove checks for + branch-likely instructions. + * gas/mips/bge.d, gas/mips/bge.s: Likewise. + * gas/mips/bgeu.d, gas/mips/bgeu.s: Likewise. + * gas/mips/blt.d, gas/mips/blt.s: Likewise. + * gas/mips/bltu.d, gas/mips/bltu.s: Likewise. + * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test, + collecting checks for branch-likely instructions removed from + the above. + * gas/mips/mips.exp: Run the new test and update the + constraints for the updated tests to include MIPS I. + +2010-07-05 Maciej W. Rozycki + + * gas/mips/mips4-fp.d: Reformat. + +2010-07-05 Maciej W. Rozycki + + * gas/mips/beq.d: Reformat. + * gas/mips/bge.d, gas/mips/bgeu.d: Likewise. + * gas/mips/blt.d, gas/mips/bltu.d: Likewise. + +2010-07-05 Maciej W. Rozycki + + * gas/mips/beq.d: Remove leftover symbols/relocs from the + change on 2009-02-06. + +2010-07-05 H.J. Lu + + AVX Programming Reference (June, 2010) + * gas/i386/rdrnd.s: Replace rdrnd with rdrand. + * gas/i386/rdrnd-intel.d: Likewise. + * gas/i386/rdrnd.d: Likewise. + * gas/i386/x86-64-rdrnd-intel.d: Likewise. + * gas/i386/x86-64-rdrnd.d: Likewise. + * gas/i386/x86-64-rdrnd.s: Likewise. + +2010-07-05 H.J. Lu + + PR gas/10531 + PR gas/11789 + * gas/i386/dw2-compress-1.d: Remove bogus line debug info. + + * gas/elf/dwarf2-1.d: New. + * gas/elf/dwarf2-1.s: Likewise. + * gas/elf/dwarf2-2.d: Likewise. + * gas/elf/dwarf2-2.s: Likewise. + * gas/elf/dwarf2-3.d: Likewise. + * gas/elf/dwarf2-3.s: Likewise. + * gas/i386/debug1.d: Likewise. + * gas/i386/debug1.s: Likewise. + + * gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3. + + * gas/i386/i386.exp: Run debug1 for both 32bit and 64bit. + +2010-07-04 H.J. Lu + + * gas/i386/dw2-compress-1.d: New. + * gas/i386/dw2-compress-1.s: Likewise. + + * gas/i386/i386.exp: Run dw2-compress-1 for Linux. + +2010-07-03 Jan Beulich + + PR gas/11732 + * gas/i386/i386.exp: Run new tests. + * gas/i386/intel-got{32,64}.{s,d}: New. + +2010-07-01 H.J. Lu + + AVX Programming Reference (June, 2010) + * gas/i386/arch-10.s: Add xsaveopt. + * gas/i386/x86-64-arch-2.s: Likwise. + + * 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-2.d: Likewise. + + * gas/i386/f16c-intel.d: New. + * gas/i386/f16c.d: Likewise. + * gas/i386/f16c.s: Likewise. + * gas/i386/fsgs-intel.d: Likewise. + * gas/i386/fsgs.d: Likewise. + * gas/i386/fsgs.s: Likewise. + * gas/i386/rdrnd-intel.d: Likewise. + * gas/i386/rdrnd.d: Likewise. + * gas/i386/rdrnd.s: Likewise. + * gas/i386/x86-64-f16c-intel.d: Likewise. + * gas/i386/x86-64-f16c.d: Likewise. + * gas/i386/x86-64-f16c.s: Likewise. + * gas/i386/x86-64-fsgs-intel.d: Likewise. + * gas/i386/x86-64-fsgs.d: Likewise. + * gas/i386/x86-64-fsgs.s: Likewise. + * gas/i386/x86-64-rdrnd-intel.d: Likewise. + * gas/i386/x86-64-rdrnd.d: Likewise. + * gas/i386/x86-64-rdrnd.s: Likewise. + + * gas/i386/i386.exp: Run f16c, f16c-intel, fsgs, fsgs-intel, + rdrnd, rdrnd-intel, x86-64-f16c, x86-64-f16c-intel, x86-64-fsgs, + x86-64-fsgs-intel, x86-64-rdrnd, x86-64-rdrnd-intel. + + * gas/i386/x86-64-xsave.s: Add tests for xsaveopt64. + + * gas/i386/x86-64-xsave-intel.d: Updated. + * gas/i386/x86-64-xsave.d: Likewise. + +2010-07-01 Matthew Gretton-Dann + + * gas/arm/thumb2_bad_reg.s: Update mov register tests. + * gas/arm/thumb2_bad_reg.l: Likewise. + +2010-06-29 Alan Modra + + * gas/maxq10/maxq10.exp: Delete file. + * gas/maxq10/bits.d, * gas/maxq10/bits.s, * gas/maxq10/call.d, + * gas/maxq10/call.s, * gas/maxq10/data.s, * gas/maxq10/data2.d, + * gas/maxq10/data2.s, * gas/maxq10/data3.d, * gas/maxq10/data3.s, + * gas/maxq10/err.s, * gas/maxq10/jump.d, * gas/maxq10/jump.s, + * gas/maxq10/logical.d, * gas/maxq10/logical.s, * gas/maxq10/math.d, + * gas/maxq10/math.s, * gas/maxq10/pmtest.d, * gas/maxq10/pmtest.s, + * gas/maxq10/range.d, * gas/maxq10/range.s: Likewise. + * gas/maxq20/maxq20.exp: Delete file. + * gas/maxq20/bits.d, * gas/maxq20/bits.s, * gas/maxq20/call.d, + * gas/maxq20/call.s, * gas/maxq20/data1.d, * gas/maxq20/data1.s, + * gas/maxq20/data2.d, * gas/maxq20/data2.s, * gas/maxq20/data3.d, + * gas/maxq20/data3.s, * gas/maxq20/jump.d, * gas/maxq20/jump.s, + * gas/maxq20/jzimm.d, * gas/maxq20/jzimm.s, * gas/maxq20/logical.d, + * gas/maxq20/logical.s, * gas/maxq20/math.d, * gas/maxq20/math.s, + * gas/maxq20/pfx2.s, * gas/maxq20/pmtest.d, * gas/maxq20/pmtest.s, + * gas/maxq20/pxf0.s, * gas/maxq20/range.d, + * gas/maxq20/range.s: Likewise. + * gas/all/gas.exp: Remove references to maxq. + +2010-06-28 Matthew Gretton-Dann + + * gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix. + * gas/arm/neon-ldst-align-bad.s: Likewise. + * gas/arm/neon-ldst-es.d: Likewise. + * gas/arm/neon-ldst-es.s: Likewise. + +2010-06-22 Jan Beulich + + * gas/i386/jump.d: Adjust. + * gas/i386/jump.s: Add check for branch to 2+$. + +2010-06-18 Joseph Myers + + * gas/tic6x/resource-func-unit-1.d, + gas/tic6x/resource-func-unit-1.l, + gas/tic6x/resource-func-unit-1.s, + gas/tic6x/resource-func-unit-2.d, + gas/tic6x/resource-func-unit-2.l, + gas/tic6x/resource-func-unit-2.s: New. + +2010-06-16 Vincent Rivière + + PR gas/11673 + * gas/m68k/p11673.s: New test. + * gas/m68k/all.exp: Run the new test. + +2010-06-16 Nick Clifton + + PR binutils/11676 + * gas/m68k/pr11676.s: New test. + * gas/m68k/pr11676.d: Expected disassembly. + * gas/m68k/all.exp: Run the new test. + +2010-06-15 Joseph Myers + + * gas/elf/elf.exp: Set target_machine for tic6x-*-*. + * gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d, + gas/tic6x/attr-arch-directive-1.s, + gas/tic6x/attr-arch-directive-2.d, + gas/tic6x/attr-arch-directive-2.s, + gas/tic6x/attr-arch-directive-3.d, + gas/tic6x/attr-arch-directive-3.s, + gas/tic6x/attr-arch-directive-4.d, + gas/tic6x/attr-arch-directive-4.s, + gas/tic6x/attr-arch-directive-5.d, + gas/tic6x/attr-arch-directive-5.s, + gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d, + gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d, + gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d, + gas/tic6x/attr-arch-opts-none-1.d, + gas/tic6x/attr-arch-opts-none-2.d, + gas/tic6x/attr-arch-opts-override-1.d, + gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New. + +2010-06-14 Sebastian Andrzej Siewior + + * gas/ppc/e500.s: Add eieio, mbar and lwsync + * gas/ppc/e500.d: Likewise. + 2010-06-09 Matthew Gretton-Dann * gas/arm/vldm-arm.d: New test.