gas/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index 4eea75c6cf77f2bab930ed5b36b4a5901aa0b14e..3a61f519609badd02edc35bc36663b403205a68e 100644 (file)
@@ -1,3 +1,286 @@
+2007-09-12  Jan Beulich  <jbeulich@novell.com>
+       * gas/i386/amdfam10.s, gas/i386/x86-64-amdfam10.s: Add Intel syntax
+       code.
+       * gas/i386/amdfam10.d, gas/i386/x86-64-amdfam10.d: Adjust.
+
+2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/svme.s: Updated to allow eax in 64bit.
+       * gas/i386/svme.d: Updated.
+       * gas/i386/svme64.d: Likewise.
+
+2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/svme.s: Updated to accept eax in 32bit and rax in
+       64bit.
+       * gas/i386/svme.d: Updated.
+       * gas/i386/svme64.d: Likewise.
+
+2007-08-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/amd.s: Add rdtscp.
+       * gas/i386/amd.d: Updated.
+
+       * gas/i386/mem-intel.d: Update invlpg for BYTE PTR.
+       * gas/i386/x86-64-mem-intel.d: Likewise.
+
+       * gas/i386/x86-64-opcode.s: Add swapgs.
+       * gas/i386/x86-64-opcode.d: Updated.
+
+2007-08-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gas/lns/lns-duplicate.d, gas/lns/lns-duplicate.s: New.
+       * gas/lns/lns.exp: Run lns-duplicate.
+
+2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run x86-64-reg and x86-64-reg-intel.
+
+       * gas/i386/x86-64-reg.s: New. Add tests for instructions
+       with one register operand.
+       * gas/i386/x86-64-reg-intel.d: Likewise.
+       * gas/i386/x86-64-reg.d: Likewise.
+
+2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run reg and reg-intel.
+
+       * gas/i386/katmai.d: Update bad instructions.
+
+       * gas/i386/reg.s: New. Add tests for instructions with one
+       register operand.
+       * gas/i386/reg-intel.d: Likewise.
+       * gas/i386/reg.d: Likewise.
+
+2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run mem, mem-intel, x86-64-mem and
+       x86-64-mem-intel.
+
+       * gas/i386/mem.s: New. Add tests for instructions with one
+       memory operand.
+       * gas/i386/x86-64-mem.s: Likewise.
+       * gas/i386/mem-intel.d: Likewise.
+       * gas/i386/mem.d: Likewise.
+       * gas/i386/x86-64-mem-intel.d: Likewise.
+       * gas/i386/x86-64-mem.d: Likewise.
+
+2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/gas-defs.exp (gas_version): Use remote_* functions instead
+       of exec.
+       (gas_host_run): New.
+       (gas_run): Use gas_host_run.
+       (gas_start): Likewise.
+       (run_dump_test): Likewise.
+       (objdump): Use gas_host_run.
+       (objdump_start_no_subdir): Likewise.
+       * lib/gas-dg.exp (gas-dg-test): Use "remote_file host delete".
+       * lib/run: Remove.
+       * gas/macros/macros.exp: Download app4b.s to host.
+       * gas/i386/i386.exp (gas_64_check): Use gas_host_run.
+       (gas_32_check): Likewise.
+       * gas/maxq10/maxq10.exp (gas_64_check): Likewise
+       (gas_32_check): Likewise.
+       * gas/maxq20/maxq20.exp (gas_64_check): Likewise
+       (gas_32_check): Likewise.
+       * gas/sparc/sparc.exp (gas_64_check): Likewise.
+       * gas/cfi/cfi.exp: Likewise.
+       * gas/elf/elf.exp (run_list_test): Likewise.  Use temporary file
+       for readelf output in place of pipe.
+       * gas/all/gas.exp: Download incbin.dat to host.
+       (do_comment): Allow \r\r\n.
+
+2007-08-09  Paul Brook  <paul@codesourcery.com>
+
+       * gas/arm/relax_load_align.d: new test.
+       * gas/arm/relax_load_align.s: new test.
+
+2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run sse4_1-intel, sse4_2-intel,
+       x86-64-sse4_1-intel and x86-64-sse4_2-intel.
+
+       * gas/i386/sse4_1-intel.d: New file.
+       * gas/i386/sse4_2-intel.d: Likewise.
+       * gas/i386/x86-64-sse4_1-intel.d: Likewise.
+       * gas/i386/x86-64-sse4_2-intel.d: Likewise.
+
+       * gas/i386/sse4_1.s: Add tests for Intel syntax.
+       * gas/i386/sse4_2.s: Likewise.
+       * gas/i386/x86-64-sse4_1.s: Likewise.
+       * gas/i386/x86-64-sse4_2.s: Likewise.
+
+       * gas/i386/sse4_1.d: Updated.
+       * gas/i386/sse4_2.d: Likewise.
+       * gas/i386/x86-64-sse4_1.d: Likewise.
+       * gas/i386/x86-64-sse4_2.d: Likewise.
+
+2007-08-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/all/weakref1u.d (not-target): Match *-*-*aout.
+
+2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/4834
+       * gas/i386/simd-intel.d: Updated.
+       * gas/i386/simd.d: Likewise.
+       * gas/i386/x86-64-simd-intel.d: Likewise.
+       * gas/i386/x86-64-simd.d: Likewise.
+
+       * gas/i386/simd.s: Add tests for SSE4 instructions.
+       * gas/i386/x86-64-simd.s: Likewise.
+
+2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel
+       mode.
+       * gas/i386/x86-64-simd.s: Likewise.
+
+       * gas/i386/simd-intel.d: Updated.
+       * gas/i386/simd.d: Likewise.
+       * gas/i386/x86-64-simd-intel.d: Likewise.
+       * gas/i386/x86-64-simd.d: Likewise.
+
+2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/4834
+       * gas/i386/simd-intel.d: Updated.
+       * gas/i386/simd.d: Likewise.
+       * gas/i386/x86-64-simd-intel.d: Likewise.
+       * gas/i386/x86-64-simd.d: Likewise.
+
+       * gas/i386/simd.s: Add new tests.
+       * gas/i386/x86-64-simd.s: Likewise.
+
+2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/x86-64-opcode.d: Updated.
+       * gas/i386/x86-64-simd-intel.d: Likewise.
+       * gas/i386/x86-64-simd.d: Likewise.
+
+       * gas/i386/x86-64-simd.s: Add movq.
+
+2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
+       nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
+       x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.
+
+       * gas/i386/nops-1-i386-i686.d: New.
+       * gas/i386/nops-1-k8.d: Likewise.
+       * gas/i386/nops-3-i386.d : Likewise.
+       * gas/i386/nops-3-i686.d: Likewise.
+       * gas/i386/nops-4-i386.d: Likewise.
+       * gas/i386/nops-4.d: Likewise.
+       * gas/i386/nops16-1.d: Likewise.
+       * gas/i386/nops16-1.s: Likewise.
+       * gas/i386/x86-64-nops-1-k8.d: Likewise.
+       * gas/i386/x86-64-nops-2.d: Likewise.
+       * gas/i386/x86-64-nops-3.d: Likewise.
+       * gas/i386/x86-64-nops-4-core2.d: Likewise.
+       * gas/i386/x86-64-nops-4-k8.d: Likewise.
+       * gas/i386/x86-64-nops-4.d: Likewise.
+
+       * gas/i386/nops-1-i386.d: Updated.
+       * gas/i386/nops-1-i686.d: Likewise.
+       * gas/i386/nops-1.d: Likewise.
+       * gas/i386/nops-2-i386.d: Likewise.
+       * gas/i386/nops-2-merom.d : Likewise.
+       * gas/i386/nops-2.d: Likewise.
+       * gas/i386/nops-3.d: Likewise.
+       * gas/i386/x86-64-nops-1-merom.d: Likewise.
+       * gas/i386/x86-64-nops-1-nocona.d: Likewise.
+       * gas/i386/x86-64-nops-1.d: Likewise.
+
+       * gas/i386/x86-64-nops-1.s: Removed.
+
+2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
+       nops-3-i686 and nops-4-i686.
+
+       * gas/i386/nops-3-i686.d: New.
+       * gas/i386/nops-4-i686.d: Likewise.
+       * gas/i386/nops-4.s: Likewise.
+
+2007-07-23  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/gas-defs.exp (run_list_test): Make the options optional.
+       * gas/cr16/cr16.exp (run_list_test): Delete.
+
+2007-07-19  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/4804
+       * gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
+       in the same way as the arm-eabi target.
+       * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
+       target.
+       * gas/arm/mapshort-elf.d: Do not use this file for the
+       arm-linux-gnu target.
+
+2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
+       punpcklwd and punpcklqdq.
+       * gas/i386/x86-64-simd.s: Likewise.
+
+       * gas/i386/simd-intel.d: Updated.
+       * gas/i386/simd.d: Likewise.
+       * gas/i386/x86-64-simd-intel.d: Likewise.
+       * gas/i386/x86-64-simd.d: Likewise.
+
+2007-07-14  Nick Clifton  <nickc@redhat.com>
+
+       * gas/arm/arm.s: Add tests for re-aliasing a previously removed
+       alias.
+       * gas/arm/arm.l: Add new expected warning message.
+
+2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/ssemmx2.d: Ignore padding.
+
+2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/rex.s: Avoid the last rex prefix becoming the
+       rex prefix for the padding.
+
+2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
+
+2007-07-04  Nick Clifton  <nickc@redhat.com>
+
+       * gas/mep/relocs.d: Fix expected disassembly to work on 64-bit
+       hosts.
+
+2007-07-03  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
+
+       * gas/elf/elf.exp: Expect redef test to fail for CR16.
+       * gas/all/gas.exp: Expect forward and do_930509a tests to fail for
+       the CR16.
+       * gas/cr16/cinv_test.d: Remove whitespace dependencies.
+
+2007-07-03  Nick Clifton  <nickc@redhat.com>
+
+       * lib/gas-defs.exp: Update copyright notice to refer to GPLv3.
+       * gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
+       gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
+       gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
+       gas/hppa/unsorted/unsorted.exp, gas/mmix/mmix-err.exp,
+       gas/mmix/mmix-list.exp, gas/mmix/mmix.exp, gas/mn10200/basic.exp,
+       gas/mn10300/am33-2.c, gas/mn10300/basic.exp, gas/pdp11/opcode.s,
+       gas/ppc/aix.exp, gas/sh/arch/arch.exp, gas/sh/sh64/sh64.exp,
+       gas/sh/basic.exp, gas/sh/err.exp, gas/v850/basic.exp: Likewise.
+
+2007-07-03  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gas/m68k/mcf-coproc.d: New.
+       * gas/m68k/mcf-coproc.s: New.
+       * gas/m68k/all.exp: Add it.
+
 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
 
        * gas/cr16: New directory
This page took 0.030031 seconds and 4 git commands to generate.