Check flag_code instead of use_rela_relocations for 64bit.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index a71657a0b29adc772c61d1939fce08beb05a4a09..73eee887d5b5c5be9ec231e42544f300275dc758 100644 (file)
@@ -1,3 +1,143 @@
+2010-09-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/11974
+       * gas/i386/immed64.s: Add more movabs tests.
+       * gas/i386/immed64.d: Updated.
+
+2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * 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  <kai.tietz@onevision.com>
+
+       * 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  <rth@redhat.com>
+
+       * 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  <hongjiu.lu@intel.com>
+
+       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  <jie@codesourcery.com>
+
+       * 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  <roland@redhat.com>
+
+       * 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 <quentin.neill@amd.com>
+
+       * 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  <hongjiu.lu@intel.com>
+
+       * 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  <amodra@gmail.com>
+
+       * 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  <hongjiu.lu@intel.com>
+
+       * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
+
+2010-08-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       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  <gingold@adacore.com>
+
+       * 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  <amodra@gmail.com>
+
+       * 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  <amodra@gmail.com>
+
+       * gas/ppc/power4.d: Update for ppc_fix_adjustable change.
+
+2010-07-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Xfail dw2-compress-2 and
+       x86-64-dw2-compress-2.
+
+2010-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * 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  <macro@codesourcery.com>
 
        * gas/mips/jal-svr4pic.d: Rename to...
This page took 0.029291 seconds and 4 git commands to generate.