Properly handle suffix for iret and sysret
[binutils-gdb.git] / gas / testsuite / ChangeLog
index 8bf212127c882a0114837517d8541030d28b7e7d..f67448b5a25eeef56560aa439b4701c6b5a5245a 100644 (file)
@@ -1,3 +1,156 @@
+2014-09-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run suffix-intel, x86-64-suffix and
+       x86-64-suffix-intel.
+
+       * gas/i386/suffix.s: Add tests for iret and sysret.
+       * gas/i386/suffix.d: Updated.
+
+       * gas/i386/suffix-intel.d: New file.
+       * gas/i386/x86-64-suffix-intel.d: Likewise.
+       * gas/i386/x86-64-suffix.d: Likewise.
+       * gas/i386/x86-64-suffix.s: Likewise.
+
+2014-09-10  Alan Modra  <amodra@gmail.com>
+
+       * gas/arm/got_prel.d: Adjust for changed section header placement.
+       * gas/i386/ilp32/x86-64-size-1.d: Likewise.
+       * gas/i386/ilp32/x86-64-size-3.d: Likewise.
+       * gas/i386/ilp32/x86-64-size-5.d: Likewise.
+       * gas/i386/ilp32/x86-64-unwind.d: Likewise.
+       * gas/i386/size-1.d: Likewise.
+       * gas/i386/size-3.d: Likewise.
+       * gas/i386/x86-64-size-1.d: Likewise.
+       * gas/i386/x86-64-size-3.d: Likewise.
+       * gas/i386/x86-64-size-5.d: Likewise.
+       * gas/i386/x86-64-unwind.d: Likewise.
+       * gas/ia64/alias-ilp32.d: Likewise.
+       * gas/ia64/alias.d: Likewise.
+       * gas/ia64/group-1.d: Likewise.
+       * gas/ia64/group-2.d: Likewise.
+       * gas/ia64/secname-ilp32.d: Likewise.
+       * gas/ia64/secname.d: Likewise.
+       * gas/ia64/unwind-ilp32.d: Likewise.
+       * gas/ia64/unwind.d: Likewise.
+       * gas/mmix/bspec-1.d: Likewise.
+       * gas/mmix/bspec-2.d: Likewise.
+       * gas/mmix/byte-1.d: Likewise.
+       * gas/mmix/loc-1.d: Likewise.
+       * gas/mmix/loc-2.d: Likewise.
+       * gas/mmix/loc-3.d: Likewise.
+       * gas/mmix/loc-4.d: Likewise.
+       * gas/mmix/loc-5.d: Likewise.
+       * gas/tic6x/scomm-directive-4.d: Likewise.
+
+2014-09-06  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * gas/mips/attr-gnu-abi-fp-1.d: Relax expected output.
+       * gas/mips/elf_ase_micromips-2.d: Likewise.
+       * gas/mips/elf_ase_micromips.d: Likewise.
+       * gas/mips/elf_ase_mips16-2.d: Likewise.
+       * gas/mips/elf_ase_mips16.d: Likewise.
+       * gas/mips/module-mfp32.d: Likewise.
+       * gas/mips/module-msingle-float.d: Likewise.
+       * gas/mips/module-msoft-float.d: Likewise.
+
+2014-09-06  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * gas/mips/module-defer-warn2.l: Ignore differences in output from
+       64-bit vs 32-bit targets using O32.
+
+2014-09-06  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * gas/elf/type.e: Account for new sections.
+       * gas/mips/mips16-e.d: Likewise.
+       * gas/mips/mips16-f.d: Likewise.
+       * gas/mips/mipsel16-e.d: Likewise.
+       * gas/mips/mipsel16-f.d: Likewise.
+       * gas/mips/tmips16-e.d: Appropriately escape dots.
+       * gas/mips/tmips16-f.d: Likewise.
+       * gas/mips/tmipsel16-e.d: Likewise.
+       * gas/mips/tmipsel16-f.d: Likewise.
+
+2014-09-04  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * gas/mips/mips.exp: Add mipsisa32 and mipsisa32el to
+       the list of addr32 targets.
+
+2014-09-03  Jiong Wang  <jiong.wang@arm.com>
+
+       * gas/aarch64/illegal.s: Update testcase.
+       * gas/aarch64/illegal.d: Likewise.
+       * gas/aarch64/sysreg-1.s: Likewise.
+       * gas/aarch64/sysreg-1.d: Likewise.
+
+2014-09-03  Jiong Wang  <jiong.wang@arm.com>
+
+       * gas/aarch64/lse-atomic.d: New.
+       * gas/aarch64/lse-atomic.s: Likewise.
+       * gas/aarch64/illegal-lse.d: Likewise.
+       * gas/aarch64/illegal-lse.l: Likewise.
+       * gas/aarch64/illegal-lse.s: Likewise.
+       * gas/aarch64/diagnostic.s: Check processor feature detect for lse
+       instruction.
+       * gas/aarch64/diagnostic.l: Likewise.
+
+2014-08-26  Jiong Wang  <jiong.wang@arm.com>
+
+       * gas/arm/blx-bl-convert.d: New testcase.
+       * gas/arm/blx-bl-convert.l: Warning expectation.
+       * gas/arm/blx-bl-convert.s: Source file.
+
+2014-08-26  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/l_d.d: Remove ECOFF offset alternatives.
+       * gas/mips/mips1@l_d.d: Likewise.
+       * gas/mips/ld.d: Likewise.
+       * gas/mips/mips1@ld.d: Likewise.
+       * gas/mips/mips1@ld-forward.d: Likewise.
+       * gas/mips/s_d.d: Likewise.
+       * gas/mips/mips1@s_d.d: Likewise.
+       * gas/mips/sd.d: Likewise.
+
+2014-08-25  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * gas/sparc/ldx_stx.s: New file.
+       * gas/sparc/ldx_stx.d: Likewise.
+
+       * gas/sparc/ldx_efsr.s: New file.
+       * gas/sparc/ldx_efsr.d: Likewise.
+
+       * gas/sparc/ld_st_fsr.s: New file.
+       * gas/sparc/ld_st_fsr.d: Likewise.
+
+       * gas/sparc/sparc.exp: Run the tests ldx_stx, ldx_efsr and
+       ld_st_fsr.
+
+2014-08-22  Paul Brook  <paul@codesourcery.com>
+
+       * gas/arm/arch7a-mp.d: Adjust according to `print_arm_address'
+       offset fix.
+       * gas/arm/arch7r-mp.d: Likewise.
+
+2014-08-21  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/mips.exp: Correct indentation.
+
+2014-08-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * gas/arm/ual-vcmp.s: New file.
+       * gas/arm/ual-vcmp.d: Likewise.
+       * gas/arm/vcmp-zero-bad.s: Likewise.
+       * gas/arm/vcmp-zero-bad.d: Likewise.
+       * gas/arm/vcmp-zero-bad.l: Likewise.
+
+2014-08-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/parallel_illegal.d: Add missing semicolons.
+
+2014-08-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/load.d: Update output.
+       * gas/bfin/load.s: Add .data section.
+
 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/omit-lock.s: Remove type directive.