gas/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index 32e140de98b4029b071fd09a60f1e6fa6f20e694..2b16921e0bdffbeaef3e79ea099c406d8743ef17 100644 (file)
@@ -1,3 +1,139 @@
+2006-06-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/opcode.s: Add "xchg %ax,%ax".
+       * gas/i386/opcode.d: Updated.
+
+       * gas/i386/x86-64-opcode.s: Add xchg %ax,%ax, xchg %eax,%eax,
+       xchg %rax,%rax, rex64 xchg %rax,%rax and xchg %rax,%r8.
+       * gas/i386/x86-64-opcode.d: Updated.
+
+2006-06-09  Thiemo Seufer  <ths@mips.com>
+            Nigel Stephens  <nigel@mips.com>
+
+       * gas/mips/mips32-sf32.s, gas/mips/mips32-sf32.d: New test for odd
+       single precision FPRs on MIPS32.
+       * gas/mips/mips.exp: Run them.
+
+2006-06-08  Thiemo Seufer  <ths@mips.com>
+            Nigel Stephens  <nigel@mips.com>
+
+       * gas/mips/mips32.s: Added cop2 branches with explicit condition
+       code register numbers.
+       * gas/mips/mips32.d: Likewise.
+
+2006-06-07  Julian Brown  <julian@codesourcery.com>
+
+       * gas/arm/itblock.s: New file. Helper macro for making all-true IT
+       blocks.
+       * gas/arm/neon-cond-bad-inc.s: New test. Make sure unconditional
+       Neon instructions are rejected...
+       * gas/arm/neon-cond-bad.s: In ARM mode, and...
+       * gas/arm/neon-cond-bad_t2.s: Accepted in Thumb mode (with IT).
+       * gas/arm/neon-cond-bad.l: Expected error output in ARM mode.
+       * gas/arm/neon-cond-bad.d: Control ARM mode test.
+       * gas/arm/neon-cond-bad_t2.d: Expected output in Thumb mode.
+       * gas/arm/vfp-neon-syntax-inc.s: Test VFP Neon-style syntax.
+       * gas/arm/vfp-neon-syntax.s: ...in ARM mode.
+       * gas/arm/vfp-neon-syntax_t2.s: ...and Thumb mode.
+       * gas/arm/vfp-neon-syntax.d: Expected output in ARM mode.
+       * gas/arm/vfp-neon-syntax_t2.d: Expected output in Thumb mode.
+
+2006-06-06  Paul Brook  <paul@codesourcery.com>
+
+       * gas/arm/thumb2_bcond.d: Update expected output.
+       * gas/arm/thumb32.d: Ditto.
+       * gas/arm/vfp1_t2.d: Ditto.
+       * gas/arm/vfp1xD_t2.d: Ditto.
+
+2006-06-06  Thiemo Seufer  <ths@mips.com>
+            Chao-ying Fu  <fu@mips.com>
+
+       * gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
+       * gas/mips/mips.exp: Run DSP64 tests.
+
+2006-06-05  Thiemo Seufer  <ths@mips.com>
+
+       * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d,
+       gas/mips/mips32-mt.s: Remove instructions with invalid arguments.
+       * gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file.
+
+2006-05-25  Richard Sandiford  <richard@codesourcery.com>
+
+       * gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
+       * gas/m68k/mcf-fpu.d: Adjust accordingly.
+
+2006-05-25  Jie Zhang  <jie.zhang@analog.com>
+       
+       * gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
+       thrown away.
+
+2006-05-23  Thiemo Seufer  <ths@mips.com>
+
+       * gas/mips/mips-gp32-fp64-pic.d, mips/mips-gp32-fp64.d,
+       gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.l,
+       gas/mips/mips-gp64-fp64.d: Adjust test cases to the changes assembler
+       output.
+       * gas/mips/mips-gp32-fp64.l, gas/mips/mips-gp64-fp32-pic.l: New files,
+       catch assembler warnings.
+
+2006-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in
+       warning messages.
+       * gas/mips/mips32-mt.l: Likewise.
+
+2006-05-19  Thiemo Seufer  <ths@mips.com>
+
+       * gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
+       endian testcases.
+       * gas/mips/vxworks1.d, gas/mips/vxworks1-xgot.d: Build as big endian.
+       * gas/mips/mips.exp: Run new testcases.
+
+2006-05-14  Thiemo Seufer  <ths@mips.com>
+            Nigel Stephens  <nigel@mips.com>
+
+       * gas/mips/mips.exp: Run new tests.
+       * gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
+       gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.
+
+2006-05-11  Paul Brook  <paul@codesourcery.com>
+
+       * gas/arm/local_function.d: New test.
+       * gas/arm/local_function.s: New test.
+
+2006-05-11  Thiemo Seufer  <ths@mips.com>
+
+       * gas/mips/jal-range.l: Don't check the range of j or jal
+       addresses.
+
+2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/x86-64-gidt.d: Adjusted.
+
+2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run x86-64-gidt.
+
+       * gas/i386/x86-64-gidt.d: New file.
+       * gas/i386/x86-64-gidt.s: Likewise.
+
+2006-05-09  David Ung  <davidu@mips.com>
+
+       * gas/mips/jal-range.l: Only warn about an out-of-range j or jal
+       address.
+
+2006-05-08  Thiemo Seufer  <ths@mips.com>
+
+       * gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
+       larger offset arguments for cache instructions.
+
+2006-05-08  Thiemo Seufer  <ths@mips.com>
+            Nigel Stephens  <nigel@mips.com>
+            David Ung  <davidu@mips.com>
+
+       * gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
+       * gas/mips/mips.exp: Run smartmips test.
+
 2006-05-05  Julian Brown  <julian@codesourcery.com>
 
        * gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
This page took 0.027984 seconds and 4 git commands to generate.