gas/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index 5540b548b8a0e178b002a74d81038c5c313da4ce..dcb467e656534d344190e29a807d363f8a5e2526 100644 (file)
@@ -1,3 +1,141 @@
+2008-04-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/arch-10-1.l: Replace CLMUL with PCLMUL.
+       * 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/clmul-intel.d: Likewise.
+       * gas/i386/clmul.d: Likewise.
+       * gas/i386/clmul.s: Likewise.
+       * gas/i386/x86-64-arch-2.s: Likewise.
+       * gas/i386/x86-64-clmul-intel.d: Likewise.
+       * gas/i386/x86-64-clmul.d: Likewise.
+       * gas/i386/x86-64-clmul.s: Likewise.
+
+       * gas/i386/arch-10.d: Replace clmul with pclmul.
+       * gas/i386/x86-64-arch-2.d: Likewise.
+
+2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run aes, aes-intel, x86-64-aes,
+       x86-64-aes-intel, avx, avx-intel, inval-avx, x86-64-avx,
+       x86-64-avx-intel and x86-64-inval-avx.
+
+       * gas/cfi/cfi-i386.s: Add tests for AVX register maps.
+       * gas/cfi/cfi-x86_64.s: Likewise.
+
+       * gas/i386/aes.d: New.
+       * gas/i386/aes.s: Likewise.
+       * gas/i386/aes-intel.d: Likewise.
+       * gas/i386/avx.d: Likewise.
+       * gas/i386/avx.s: Likewise.
+       * gas/i386/avx-intel.d: Likewise.
+       * gas/i386/clmul.d: Likewise.
+       * gas/i386/clmul-intel.d: Likewise.
+       * gas/i386/clmul.s: Likewise.
+       * gas/i386/i386.exp: Likewise.
+       * gas/i386/inval-avx.l: Likewise.
+       * gas/i386/inval-avx.s: Likewise.
+       * gas/i386/sse2avx.d: Likewise.
+       * gas/i386/sse2avx.s: Likewise.
+       * gas/i386/x86-64-aes.d: Likewise.
+       * gas/i386/x86-64-aes.s: Likewise.
+       * gas/i386/x86-64-aes-intel.d: Likewise.
+       * gas/i386/x86-64-avx.d: Likewise.
+       * gas/i386/x86-64-avx.s: Likewise.
+       * gas/i386/x86-64-avx-intel.d: Likewise.
+       * gas/i386/x86-64-clmul.d: Likewise.
+       * gas/i386/x86-64-clmul-intel.d: Likewise.
+       * gas/i386/x86-64-clmul.s: Likewise.
+       * gas/i386/x86-64-inval-avx.l: Likewise.
+       * gas/i386/x86-64-inval-avx.s: Likewise.
+       * gas/i386/x86-64-sse2avx.d: Likewise.
+       * gas/i386/x86-64-sse2avx.s: Likewise.
+
+       * gas/i386/arch-10.s: Add tests for AVX, AES, CLMUL and FMA.
+       * gas/i386/x86-64-arch-2.s: Likewise.
+
+       * gas/i386/rexw.s: Add AVX tests.
+
+       * gas/i386/x86-64-opcode-inval.s: Remove lds/les test.
+
+       * gas/cfi/cfi-i386.d: Updated.
+       * gas/cfi/cfi-x86_64.d: Likewise.
+       * gas/i386/arch-10.d:  Likewise.
+       * 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/rexw.d: Likewise.
+       * gas/i386/x86-64-arch-2.d: Likewise.
+       * gas/i386/x86-64-opcode-inval.d: Likewise.
+       * gas/i386/x86-64-opcode-inval-intel.d: Likewise.
+
+2008-03-26  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       From Jie Zhang  <jie.zhang@analog.com>
+       * gas/bfin/load.d: Update.
+       * gas/bfin/expected_comparison_errors.l: New test.
+       * gas/bfin/expected_comparison_errors.s: New test.
+       * gas/bfin/bfin.exp: Add expected_comparison_errors.
+       * gas/bfin/expected_errors.l, gas/bfin/expected_errors.s: Add
+       tests for bad options of "multiply and multipy-accumulate to
+       accumulator" instructions.  Add new vector instruction option
+       mode tests.
+       * gas/bfin/vector2.s: Add new vector instruction option mode test.
+       * gas/bfin/vector2.d: Adjust accordingly.
+       * gas/bfin/expected_errors.l, gas/bfin/expected_errors.s:
+       Add check for mismatch of accumulator and data register.
+       * gas/bfin/arithmetic.s, gas/bfin/arithmetic.d: Add check
+       for IU option.
+
+       * gas/bfin/flow.d: Adjust since the generated labels for LOOP_BEGIN
+       and LOOP_END instruction are local now.
+       * gas/bfin/flow2.d: Likewise.
+
+       From  Mike Frysinger  <michael.frysinger@analog.com>
+       * gas/bfin/expected_errors.s, gas/bfin/expected_errors.l: Add test
+       for mismatched half registers in vector multipy-accumulate
+       instructions.
+
+       From Robin Getz  <rgetz@blackfin.uclinux.org>
+       * gas/bfin/arithmetic.d: Update to reflect spaces/capitalization in
+       recent changes in opcodes/bfin-dis.c.
+       gas/bfin/arithmetic.s: Likewise.
+       gas/bfin/bit.d: Likewise.
+       gas/bfin/bit2.d: Likewise.
+       gas/bfin/control_code.d: Likewise.
+       gas/bfin/control_code2.d: Likewise.
+       gas/bfin/event.d: Likewise.
+       gas/bfin/event2.d: Likewise.
+       gas/bfin/flow.d: Likewise.
+       gas/bfin/flow2.d: Likewise.
+       gas/bfin/load.d: Likewise.
+       gas/bfin/logical.d: Likewise.
+       gas/bfin/logical2.d: Likewise.
+       gas/bfin/move.d: Likewise.
+       gas/bfin/move2.d: Likewise.
+       gas/bfin/parallel.d: Likewise.
+       gas/bfin/parallel2.d: Likewise.
+       gas/bfin/parallel3.d: Likewise.
+       gas/bfin/parallel4.d: Likewise.
+       gas/bfin/shift.d: Likewise.
+       gas/bfin/shift2.d: Likewise.
+       gas/bfin/stack.d: Likewise.
+       gas/bfin/stack2.d: Likewise.
+       gas/bfin/store.d: Likewise.
+       gas/bfin/vector.d: Likewise.
+       gas/bfin/vector2.d: Likewise.
+       gas/bfin/video.d: Likewise.
+       gas/bfin/video2.d: Likewise.
+
+2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * gas/s390/zarch-z10.d: New file.
+       * gas/s390/zarch-z10.s: New file.
+       * gas/s390/s390.exp: Run the z10 testcases.
+
 2008-03-17  Richard Sandiford  <rsandifo@nildram.co.uk>
 
        * gas/mips/elf-rel26.d: Add -32.
This page took 0.024314 seconds and 4 git commands to generate.