Add addr2line, objcopy and strip tests for compressed debug sections.
[binutils-gdb.git] / gas / testsuite / ChangeLog
index 75e6054305cf54a397b0fdfec54b37172f03b243..f0ca9e07ff6970bc762e27823d1625af5a1e18ef 100644 (file)
@@ -1,3 +1,723 @@
+2010-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * 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  <macro@codesourcery.com>
+
+       * gas/elf/dwarf2-3.s: Replace .short and .long directives in
+       .debug_info section with .2byte and .4byte respectively.
+
+2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
+
+       * 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 <tejas.belagod@arm.com>
+
+       * 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  <dgutson@codesourcery.com>
+
+       * gas/arm/reloc-bad.d: New.
+       * gas/arm/reloc-bad.s: New.
+       * gas/arm/reloc-bad.l: New.
+
+2010-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * 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  <macro@codesourcery.com>
+
+       * 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  <macro@codesourcery.com>
+
+       * 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  <macro@codesourcery.com>
+
+       * 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  <macro@codesourcery.com>
+
+       * gas/mips/mips4-fp.d: Reformat.
+
+2010-07-05  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * 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  <macro@codesourcery.com>
+
+       * gas/mips/beq.d: Remove leftover symbols/relocs from the
+       change on 2009-02-06.
+
+2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       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  <hongjiu.lu@intel.com>
+
+       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  <hongjiu.lu@intel.com>
+
+       * 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  <jbeulich@novell.com>
+
+       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  <hongjiu.lu@intel.com>
+
+       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  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/thumb2_bad_reg.s: Update mov register tests.
+       * gas/arm/thumb2_bad_reg.l: Likewise.
+
+2010-06-29  Alan Modra  <amodra@gmail.com>
+
+       * 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  <matthew.gretton-dann@arm.com>
+
+       * 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  <jbeulich@novell.com>
+
+       * gas/i386/jump.d: Adjust.
+       * gas/i386/jump.s: Add check for branch to 2+$.
+
+2010-06-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * 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  <vincent.riviere@freesbee.fr>
+
+       PR gas/11673
+       * gas/m68k/p11673.s: New test.
+       * gas/m68k/all.exp: Run the new test.
+
+2010-06-16  Nick Clifton  <nickc@redhat.com>
+
+       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  <joseph@codesourcery.com>
+
+       * 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  <bigeasy@linutronix.de>
+
+       * gas/ppc/e500.s: Add eieio, mbar and lwsync
+       * gas/ppc/e500.d: Likewise.
+
+2010-06-09 Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/vldm-arm.d: New test.
+       * gas/arm/vldm-thumb-bad.d: Likewise.
+       * gas/arm/vldm-thumb-bad.l: Likewise.
+       * gas/arm/vldm.s: Likewise.
+       * gas/arm/vldmw-arm-bad.d: Likewise.
+       * gas/arm/vldmw-bad.l: Likewise.
+       * gad/arm-vldmw-bad.s: Likewise.
+       * gas/arm/vldmw-thumb-bad.d: Likewise.
+
+2010-06-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+       * gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs.
+       * gas/arm/thumb.d: Likewise.
+       * gas/arm/thumb.s: Likewise.
+       * gas/arm/thumb2_it.d: Update for change in lsls/movs disassembly.
+       * gas/arm/thumb2_it_auto.d: Liekwise.
+       * gas/arm/thumb32.d: Likewise.
+
+2010-05-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
+       gas/arm/thumb2_it.d: Likewise.
+       gas/arm/thumb32.d: Likewise.
+
+2010-05-27  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+       * gas/arm/thumb2_ldmstm.d: Add new testcases.
+       * gas/arm/thumb2_ldmstm.s: Likeiwse.
+       * gas/arm/thumb2_ldmstm_bad.d: Add testcases to check for
+       UNPREDICTABLE ldm/stm.
+       * gas/arm/thumb2_ldmstm_bad.l: Likewise.
+       * gas/arm/thumb2_ldmstm_bad.s: Likewise.
+
+2010-05-26  Catherine Moore  <clm@codesoucery.com>
+           Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * gas/mips/set-arch.d: Expect ehb.
+
+2010-05-26  Catherine Moore  <clm@codesoucery.com>
+
+       * gas/mips/mips-no-jalx.l: Delete.
+       * gas/mips/mips-no-jalx.s: Delete.
+       * gas/mips/mips-jalx-2.d: New.
+       * gas/mips/mips-jalx-2.s: New.
+       * gas/mips/mips.exp (mips-jalx-2): Run new test.
+       (mips-no-jalx): Remove deleted test.
+
+2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+           Andrew Stubbs  <ams@codesourcery.com>
+
+       * gas/sh/basic.exp: Run new tests.  Handle uClinux like Linux.
+       * gas/sh/fdpic.d: New file.
+       * gas/sh/fdpic.s: New file.
+       * gas/sh/reg-prefix.d: Force big-endian.
+       * gas/sh/sh2a-pic.d: New file.
+       * gas/sh/sh2a-pic.s: New file.
+       * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
+
+2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/11600
+       * gas/elf/elf.exp: Run section8.
+
+       * gas/elf/section8.d: New.
+       * gas/elf/section8.s: Likewise.
+
+2010-05-13  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gas/arm/armv1-bad.l: Adjust expected error text.
+       * gas/arm/arch7em-bad.l: Likewise.
+       * gas/arm/arch7m-bad.l: Likewise.
+       * gas/arm/thumb-w-bad.l: Likewise.
+       * gas/arm/arm7-bad.d: New.
+       * gas/arm/arm7-bad.l: New.
+       * gas/arm/arm7-bad.s: New.
+
+2010-05-13  Alan Modra  <amodra@gmail.com>
+
+       * gas/all/gas.exp: Don't run byte test on powerpc.
+
+       * gas/ppc/a2.d: Correct wclr encoding.
+
+2010-05-11  Andrew Stubbs  <ams@codesourcery.com>
+
+       * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
+       * gas/arm/attr-default.d: Likewise.
+       * gas/arm/attr-march-armv1.d: Likewise.
+       * gas/arm/attr-march-armv2.d: Likewise.
+       * gas/arm/attr-march-armv2a.d: Likewise.
+       * gas/arm/attr-march-armv2s.d: Likewise.
+       * gas/arm/attr-march-armv3.d: Likewise.
+       * gas/arm/attr-march-armv3m.d: Likewise.
+       * gas/arm/attr-march-armv4.d: Likewise.
+       * gas/arm/attr-march-armv4t.d: Likewise.
+       * gas/arm/attr-march-armv4txm.d: Likewise.
+       * gas/arm/attr-march-armv4xm.d: Likewise.
+       * gas/arm/attr-march-armv5.d: Likewise.
+       * gas/arm/attr-march-armv5t.d: Likewise.
+       * gas/arm/attr-march-armv5te.d: Likewise.
+       * gas/arm/attr-march-armv5tej.d: Likewise.
+       * gas/arm/attr-march-armv5texp.d: Likewise.
+       * gas/arm/attr-march-armv5txm.d: Likewise.
+       * gas/arm/attr-march-armv6-m.d: Likewise.
+       * gas/arm/attr-march-armv6.d: Likewise.
+       * gas/arm/attr-march-armv6j.d: Likewise.
+       * gas/arm/attr-march-armv6k.d: Likewise.
+       * gas/arm/attr-march-armv6kt2.d: Likewise.
+       * gas/arm/attr-march-armv6t2.d: Likewise.
+       * gas/arm/attr-march-armv6z.d: Likewise.
+       * gas/arm/attr-march-armv6zk.d: Likewise.
+       * gas/arm/attr-march-armv6zkt2.d: Likewise.
+       * gas/arm/attr-march-armv6zt2.d: Likewise.
+       * gas/arm/attr-march-armv7-a.d: Likewise.
+       * gas/arm/attr-march-armv7.d: Likewise.
+       * gas/arm/attr-march-armv7a.d: Likewise.
+       * gas/arm/attr-march-iwmmxt.d: Likewise.
+       * gas/arm/attr-march-iwmmxt2.d: Likewise.
+       * gas/arm/attr-march-marvell-f.d: Likewise.
+       * gas/arm/attr-march-xscale.d: Likewise.
+       * gas/arm/attr-mcpu.d: Likewise.
+       * gas/arm/attr-mfpu-arm1020e.d: Likewise.
+       * gas/arm/attr-mfpu-arm1020t.d: Likewise.
+       * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
+       * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
+       * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
+       * gas/arm/attr-mfpu-fpa.d: Likewise.
+       * gas/arm/attr-mfpu-fpa10.d: Likewise.
+       * gas/arm/attr-mfpu-fpa11.d: Likewise.
+       * gas/arm/attr-mfpu-fpe.d: Likewise.
+       * gas/arm/attr-mfpu-fpe2.d: Likewise.
+       * gas/arm/attr-mfpu-fpe3.d: Likewise.
+       * gas/arm/attr-mfpu-maverick.d: Likewise.
+       * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
+       * gas/arm/attr-mfpu-neon.d: Likewise.
+       * gas/arm/attr-mfpu-softfpa.d: Likewise.
+       * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
+       * gas/arm/attr-mfpu-softvfp.d: Likewise.
+       * gas/arm/attr-mfpu-vfp.d: Likewise.
+       * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
+       * gas/arm/attr-mfpu-vfp10.d: Likewise.
+       * gas/arm/attr-mfpu-vfp3.d: Likewise.
+       * gas/arm/attr-mfpu-vfp9.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv2.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv3.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv4.d: Likewise.
+       * gas/arm/attr-mfpu-vfpxd.d: Likewise.
+       * gas/arm/attr-order.d: Likewise.
+       * gas/arm/attr-override-cpu-directive.d: Likewise.
+       * gas/arm/attr-override-mcpu.d: Likewise.
+       * gas/arm/eabi_attr_1.d: Likewise.
+
+2010-05-11  Jie Zhang  <jie@codesourcery.com>
+
+       * gas/arm/attr-mfpu-vfpxd.d: New test.
+
+2010-05-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/thumb32.d: Fix expected disassembly of ldmia
+       instruction.
+
+2010-05-05  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gas/all/byte.s: New.
+       * gas/all/byte.l: New.
+       * gas/all/byte.d: New.
+       * gas/all/gas.exp: Add it.
+
+2010-04-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gas/arm/weakdef-1.s: New.
+       * gas/arm/weakdef-1.d: New.
+       * gas/arm/weakdef-2.s: New.
+       * gas/arm/weakdef-2.d: New.
+       * gas/arm/weakdef-2.l: New.
+
+2010-04-27  Joseph Myers  <joseph@codesourcery.com>
+
+       * gas/tic6x/align-1-be.d, gas/tic6x/align-1.d,
+       gas/tic6x/align-1.s, gas/tic6x/align-2.d, gas/tic6x/align-2.s:
+       New.
+
+2010-04-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/11535
+       * gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
+       * gas/i386/intelok.d: Updated.
+
+2010-04-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
+       "b .S2 b3".
+
+2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/11509
+       * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
+       * gas/i386/equ.d: Updated.
+
+2010-04-20  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/11507
+       * gas/macros/altmacro.s: New test.
+       * gas/macros/altmacro.d: Expected output.
+
+2010-04-16  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/11395
+       * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
+       * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
+       disassembly.
+
+2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/attr-mcpu.d: Update for new attribute tag names.
+       * gas/arm/attr-mfpu-arm1020e.d: Likewise.
+       * gas/arm/attr-mfpu-arm1020t.d: Likewise.
+       * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
+       * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
+       * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
+       * gas/arm/attr-mfpu-neon.d: Likewise.
+       * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
+       * gas/arm/attr-mfpu-vfp.d: Likewise.
+       * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
+       * gas/arm/attr-mfpu-vfp10.d: Likewise.
+       * gas/arm/attr-mfpu-vfp3.d: Likewise.
+       * gas/arm/attr-mfpu-vfp9.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv2.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv3.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv4.d: Likewise.
+       * gas/arm/attr-mfpu-vfpxd.d: Likewise.
+       * gas/arm/attr-names.d: Add test to make sure all attribute names
+       are recognised.
+       * gas/arm/attr-names.s: Likewise.
+
+2010-04-07  Jie Zhang  <jie@codesourcery.com>
+
+       * gas/arm/mapmisc.s: Test multiple mapping symbols have
+       the same value 0.
+
+2010-04-06  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
+       * gas/ppc/476.s: Likewise.
+       * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
+       * gas/ppc/a2.s: Likewise.
+
+2010-03-25  Joseph Myers  <joseph@codesourcery.com>
+
+       * gas/tic6x: New directory and testcases.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * gas/macros/dot.s: Remove space in .byte operands.
+
+2010-03-22  Sebastian Pop  <sebastian.pop@amd.com>
+           Quentin Neill <quentin.neill@amd.com>
+
+       * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
+       * testsuite/gas/i386/lwp.s: Same.
+       * testsuite/gas/i386/x86-64-lwp.d: Updated.
+       * testsuite/gas/i386/lwp.d: Updated.
+
+2010-03-19  Jie Zhang  <jie@codesourcery.com>
+
+       * gas/arm/mapmisc.s: Add the test case for two mapping
+       symbols having the same value.
+       * gas/arm/mapmisc.d: Likewise.
+
+2010-03-18  Wei Guozhi  <carrot@google.com>
+
+       PR gas/11323
+       * gas/arm/got_prel.s: New test case.
+       * gas/arm/got_prel.d: Expected disassembly.
+
+2010-03-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
+       ELF tagets.
+
+2010-03-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/9966
+       PR gas/11356
+       * gas/i386/list-1.l: New.
+       * gas/i386/list-1.s: Likewise.
+       * gas/i386/list-2.l: Likewise.
+       * gas/i386/list-2.s: Likewise.
+       * gas/i386/list-3.l: Likewise.
+       * gas/i386/list-3.s: Likewise.
+
+       * gas/i386/i386.exp: Run list-1, list-2 and list-3.
+
+       * lib/gas-defs.exp (gas_run_stdin): New.
+       (run_list_test_stdin): Likewise.
+
+2010-02-26  Doug Evans  <dje@sebabeach.org>
+
+       * gas/mep/allinsn.be.d: Renamed from allinsn.d.  Pass -EB.
+       * gas/mep/allinsn.exp: branch1 is now bi-endian.
+       * gas/mep/branch1.be.d: Renamed from branch1.d.  Pass -EB.
+       * gas/mep/branch1.le.d: New file.
+       * gas/mep/dj1.be.d: Renamed from dj1.d.  Pass -EB.
+       * gas/mep/dj2.be.d: Renamed from dj2.d.  Pass -EB.
+
+2010-02-26  Jie Zhang  <jie@codesourcery.com>
+
+       * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
+       for strexd.
+       * gas/arm/thumb32.l: Adjust.
+
+2010-02-26  Jie Zhang  <jie@codesourcery.com>
+
+       * gas/arm/neon-ldst-align-bad.d: New test.
+       * gas/arm/neon-ldst-align-bad.l: New test.
+       * gas/arm/neon-ldst-align-bad.s: New test.
+
+2010-02-25  Wu Zhangjin  <wuzhangjin@gmail.com>
+
+       * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
+       * gas/mips/loongson-2f-2.d: Likewise.
+       * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
+       * gas/mips/loongson-2f-3.d: Likewise.
+       * gas/mips/mips.exp: Run the new tests.
+
+2010-02-24  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/6773
+       * gas/arm/arch7em.d: Replace expected disassembly of
+       <prefix>addsubx with <prefix>asx.  Also replace <prefix>subaddx
+       with <prefix>sax.
+       * gas/arm/archv6.d: Likewise.
+       * gas/arm/thumb32.d: Likewise.
+
+2010-02-23  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gas/arm/depr-swp.d: New test case.
+       * gas/arm/depr-swp.s: New file.
+       * gas/arm/depr-swp.l: New file.
+
+2010-02-23  Nick Clifton  <nickc@redhat.com>
+
+       * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
+       end of the section depending upon the target of the arm assembler
+       being tested.
+
+2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/attr-order.d: Fix test for new names for attribute
+       values.
+
+2010-02-12  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gas/arm/sp-pc-validations-bad.d: New testcase.
+       * gas/arm/sp-pc-validations-bad.l: New file.
+       * gas/arm/sp-pc-validations-bad.s: New file.
+       * gas/arm/sp-pc-validations-bad-t.d: New testcase.
+       * gas/arm/sp-pc-validations-bad-t.l: New file.
+       * gas/arm/sp-pc-validations-bad-t.s: New file.
+       * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
+       * gas/arm/sp-pc-usage-t.s: Likewise.
+       * gas/arm/unpredictable.d: Likewise.
+       * gas/arm/unpredictable.s: Likewise.
+       * gas/arm/thumb2_bcond.d: Added test.
+       * gas/arm/thumb2_bcond.s: Likewise.
+
+2010-02-12  Tristan Gingold  <gingold@adacore.com>
+
+       * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
+       * gas/ia64/ia64.exp: Add slotcount test (vms only).
+
+2010-02-10  Quentin Neill  <quentin.neill@amd.com>
+           Sebastian Pop  <sebastian.pop@amd.com>
+
+       * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
+       * gas/i386/x86-64-xop.s: Likewise.
+       * gas/i386/xop.d: Likewise.
+       * gas/i386/xop.s: Likewise.
+
+2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
+
+       * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
+       gas/arm/branch-reloc.l: New tests and expected results with all
+       variants of call: ARM/Thumb, local/global, inter/intra-section,
+       using BL/BLX.
+
+2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
+
+       * gas/arm/arm-it-auto.d: Update expected results.
+       * gas/arm/bl-local-v4t.d: Likewise.
+       * gas/arm/blx-local.d: Likewise.
+       * gas/arm/thumb-w-good.d: Likewise.
+       * gas/arm/wince.d: Likewise.
+
+2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
+
+       * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
+       * gas/ppc/ppc.exp: Run it.
+
+2010-02-03  Quentin Neill  <quentin.neill@amd.com>
+
+       * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
+       * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
+       gas/i386/x86-64-nops-1-bdver1.d.
+       * gas/i386/nops-1-amdfam15.d: Renamed test case to
+       gas/i386/nops-1-bdver1.d.
+
+2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gas/arm/dis-data.d: Update test name.  Do not expect
+       .word output.
+       * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
+       gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
+
+2010-01-29  Nick Clifton  <nickc@redhat.com>
+
+       PR 11136
+       * gas/arm/neon-omit.s: Add instruction that causes crash.
+       * gas/arm/neon-omit.d: Add expected disassembly.
+
+2010-01-28  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * gas/pe/section-align-1.d: Don't test section flags.
+       * gas/pe/section-align-2.d: Likewise.
+
+2010-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/fma-scalar-intel.d: New.
+       * gas/i386/fma-scalar.d: Likewise.
+       * gas/i386/fma-scalar.s: Likewise.
+       * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
+       * gas/i386/x86-64-fma-scalar.d: Likewise.
+       * gas/i386/x86-64-fma-scalar.s: Likewise.
+
+       * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
+       x86-64-fma-scalar and x86-64-fma-scalar-intel.
+
+2010-01-28  Nick Clifton  <nickc@redhat.com>
+
+       PR 11225
+       * gas/pe/aligncomm-c.d: Dump all sections.
+
 2010-01-27  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        * gas/pe/section-align-1.s: New test source file.