gas/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index 5bac61e29348cc4ec31a8d7847298e8c921076b3..fa5023f5590924bda3a40c56ff8a380ee47cfad3 100644 (file)
@@ -1,5 +1,435 @@
+2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10636
+       * gas/i386/disp.d: New.
+       * gas/i386/disp.s: Likewise.
+       * gas/i386/x86-64-disp.d: Likewise.
+       * gas/i386/x86-64-disp.s: Likewise.
+
+       * gas/i386/i386.exp: Run disp and x86-64-disp.
+
+       * gas/i386/x86-64-addr32.s: Add high 32bit displacement tests.
+
+       * gas/i386/x86-64-addr32.d: Updated.
+       * gas/i386/x86-64-addr32-intel.d: Likewise.
+       * gas/i386/x86-64-inval.l: Likewise.
+       * gas/i386/x86-64-prescott.d: Likewise.
+
+       * gas/i386/x86-64-inval.s: Add invalid displacement tests.
+
+       * gas/i386/x86-64-prescott.s: Replace 0x90909090 displacement
+       with 0x909090.
+
+2009-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gas/mips/jalr2.s, gas/mips/jalr2.d: New test.
+       * gas/mips/jal-svr4pic.d: Don't expect R_MIPS_JALRs to be reduced.
+       * gas/mips/jal-xgot.d: Likewise.
+       * gas/mips/mips-abi32-pic2.d: Likewise.
+       * gas/mips/mips.exp: Run it.
+
+2009-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gas/mips/mips16-dwarf2-n32.d: Expect odd addresses.
+
+2009-09-11  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR gas/10623
+       * gas/mmix/err-swym1.s, gas/mmix/swym-opreg1.d,
+       gas/mmix/swym-opreg1.s, gas/mmix/swym-opreg2.d,
+       gas/mmix/swym-opreg2.s: New tests.
+       * gas/mmix/odd-1.d: Adjust for reloc change.
+
+2009-09-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/lns/lns-common-1.s: Use two nops between each .loc.
+       * gas/lns/lns.exp: Don't exclude d10v.
+
+2009-09-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * gas/sh/sh64/syntax-1.s: Regenerate.
+
+2009-09-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * gas/sh/basic.exp: Add -big to ASFLAGS for sh*l*-*-netbsdelf*.
+
+2009-09-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/d30v/serial2.l: Adjust position of page break.
+       * gas/lns/lns-common-1-alt.d: Match 2009-04-24 change.
+       * gas/mt/ms1-16-003.d: Correct reloc name.
+       * gas/mt/relocs.d: Elide incorrect file format strings.
+
+2009-09-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/all/gas.exp (do_comment): Don't run on m32c.
+       * gas/all/align.d: Likewise.
+       * gas/all/incbin.d: Likewise.
+       * gas/macros/semi.d: Likewise.
+       * gas/elf/ifunc-1.d: Don't run on alpha.
+
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/arithmetic.s, gas/bfin/arithmetic.d: Add check
+       for (IU) option for multiply and multiply-accumulate to
+       data register instructon.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/parallel5.s: New test.
+       * gas/bfin/error.exp: New test.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/line_number.l, gas/bfin/line_number.s: New test.
+       * gas/bfin/bfin.exp: Add the new test.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/expected_move_errors.s,
+       gas/bfin/expected_move_errors.l: Add "LC1 = I0;".
+       * gas/bfin/move.s, gas/bfin/move.d: Remove "CYCLES = A0.W".
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/expected_comparison_errors.l: Expect error on Line 13.
+
+2009-09-03  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/loop.s, gas/bfin/loop.d: New test.
+       * gas/bfin/loop2.s, gas/bfin/loop2.d: New test.
+       * gas/bfin/loop3.s, gas/bfin/loop3.d: New test.
+       * gas/bfin/bfin.exp: Add the new tests.
+
+2009-09-02  Jie Zhang  <jie.zhang@analog.com>
+
+       From  Bernd Schmidt  <bernd.schmidt@analog.com>
+       * gas/bfin/expected_errors.l, gas/bfin/expected_errors.s:
+       Check error messages for invalid load/store insns.
+
+2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/att-regs.s: Add ymm tests for 16bit and 64bit.
+       * gas/i386/intel-regs.s: Likewise.
+
+       * gas/i386/att-regs.d: Updated.
+       * gas/i386/intel-regs.d: Likewise.
+
+2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/att-regs.s: Remove a tab.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/expected_comparison_errors.s: Add more cases.
+       * gas/bfin/expected_comparison_errors.l: Update accordingly.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
+       * gas/bfin/stack2.s: Add pop multiple instruction with a label
+       on the same line.
+       * gas/bfin/stack2.d: Adjust accordingly.
+
+2009-08-31  Jan Beulich  <jbeulich@novell.com>
+
+       * gas/elf/section5.l: Remove no longer issued warning pattern.
+
+2009-08-29  Matt Fleming  <matt@console-pimps.org>
+
+       * gas/sh/sign-extension.d: New file.
+       * gas/sh/sign-extension.s: New file.
+       * gas/sh/basic.exp: Run new test.
+
+2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/l1om.d: Check elf64-l1om format.
+
+2006-08-11  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * gas/bfin/parallel.s: Add more test cases.
+       * gas/bfin/parallel.d: Update accordingly.
+       * gas/bfin/resource_conflict.l: New test.
+       * gas/bfin/resource_conflict.s: New test.
+       * gas/bfin/bfin.exp: Add resource_conflict.
+
+2009-08-11  Nick Clifton  <nickc@redhat.com>
+
+       PR 10443
+       * gas/arm/t16-bad.l: Update expected messages for moves with
+       shifted operands.
+
+2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
+
+       PR gas/10479
+       * gas/arm/sp-pc-usage-t.d: New test case.
+       * gas/arm/sp-pc-usage-t.s: New file.
+
+2006-08-09  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       From Mike Frysinger <michael.frysinger@analog.com>
+       * gas/bfin/reloc.d: Adjust for the renamed relocations.
+
+2009-08-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gas/arm/mapping2.s: Test code after .ident.
+
+2009-08-05  Chao-ying Fu  <fu@mips.com>
+
+       * gas/mips/jal-svr4pic.d, gas/mips/jal-xgot.d,
+       gas/mips/mips-abi32-pic2.d: Add R_MIPS_JALR relocations after jalr.
+
+2009-08-04  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gas/arm/missing.s: New.
+       * gas/arm/missing.d: New.
+       * gas/arm/missing.l: New.
+
+2009-07-15  Daniel Gutson  <dgutson@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gas/arm/mapdir.d, gas/arm/mapdir.s: New files.
+       * gas/arm/mapping.d: Adapted to new symbols generation.
+       * gas/arm/mapping2.d: New test case.
+       * gas/arm/mapping2.s: New file.
+       * gas/arm/mapping3.d: New test case.
+       * gas/arm/mapping3.s: New file.
+       * gas/arm/mapping4.d: New test case.
+       * gas/arm/mapping4.s: New file.
+       * gas/arm/mapshort-eabi.d: Adapted to new symbols generation.
+       * gas/elf/section2.e-armeabi: Adapted to new symbols generation.
+
+2009-07-27  Jan Beulich  <jbeulich@novell.com>
+
+       * gas/elf/file.[ds]: New.
+       * gas/elf/elf.exp: Run new test.
+
+2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/l1om.d: New.
+       * gas/i386/l1om-inval.l: Likewise.
+       * gas/i386/l1om-inval.s: Likewise.
+
+       * gas/i386/i386.exp: Run l1om-inval and l1om.
+
+2009-07-24  Jan Beulich  <jbeulich@novell.com>
+
+       * gas/i386/8087.[ds]: New.
+       * gas/i386/287.[ds]: New.
+       * gas/i386/387.[ds]: New.
+       * gas/i386/no87.[ls]: New.
+       * gas/i386/no87-2.[ls]: New.
+       * gas/i386/i386.exp: Run new tests.
+       * gas/i386/att-regs.s: Also check FPU register access.
+       * gas/i386/intel-regs.s: Likewise.
+       * gas/i386/att-regs.d: Adjust expectations.
+       * gas/i386/intel-regs.d: Likewise.
+
+2009-07-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * gas/elf/type.s: Add unique global symbol definition.
+       * gas/elf/type.e: Add expected readelf output for global unique
+       symbol.
+
+2009-07-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10420
+       * gas/i386/i386.exp: Run x86-64-nops-1-pentium.
+
+       * gas/i386/x86-64-nops-1-pentium.d: New.
+
+2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run ifunc and x86-64-ifunc.
+
+       * gas/i386/ifunc.d: New,
+       * gas/i386/ifunc.s: Likewise.
+       * gas/i386/x86-64-ifunc.d: Likewise.
+
+2009-07-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gas/arm/target-reloc-1.s: New.
+       * gas/arm/target-reloc-1.d: New.
+
+2009-07-14  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gas/arm/align64.s: New test case.
+       * gas/arm/align64.d: Expected disassembly.
+
+2009-07-14  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gas/arm/thumb-w-bad.d: New test case.
+       * gas/arm/thumb-w-bad.l: New file.
+       * gas/arm/thumb-w-bad.s: New file.
+       * gas/arm/thumb-w-good.d: New test case.
+       * gas/arm/thumb-w-good.s: New file.
+
+2009-07-09  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gas/arm/inst-po.d: New testcase.
+       * gas/arm/inst-po.s: New file.
+       * gas/arm/inst-po-2.d: New testcase.
+       * gas/arm/inst-po-2.s: New file.
+       * gas/arm/inst-po-2.l: New file.
+       * gas/arm/inst-po-3.d: New testcase.
+       * gas/arm/inst-po-3.s: New file.
+       * gas/arm/inst-po-be.d: New testcase.
+
+2009-07-07  2009-07-04  Chung-Lin Tang  <cltang@pllab.cs.nthu.edu.tw>
+
+       * gas/arm/iwmmxt2.d: Fix insn pattern for torvsc,
+       add patterns for waddsubhx.
+       * gas/arm/iwmmxt2.s: Add tests for waddsubhx.
+
+2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/fma4.d: Append "#pass".
+       * gas/i386/x86-64-fma4.d: Likewise.
+
+2009-07-07  Tristan Gingold  <gingold@adacore.com>
+
+       * gas/i386/jump.d: Adjust to be relocated offset for jump to
+       external symbol.
+
+2009-07-06  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
+
+       * gas/i386/i386.exp: Add FMA4 tests.
+       * gas/i386/x86-64-fma4.d: Ditto.
+       * gas/i386/fma4.d: Ditto.
+       * gas/i386/x86-64-fma4.s: Ditto.
+       * gas/i386/fma4.s: Ditto.       
+       
+2009-07-01  Nick Clifton  <nickc@redhat.com>
+
+       PR 10168
+       * gas/arm/thumb32.d: Fix expected disassembly of PKHTB insn.
+
+2009-07-01  Paul Brook <paul@codesourcery.com>
+
+       * gas/arm/fp-save.s: Add .fnstart and .fnend directives.
+
+2009-06-30  Nick Clifton  <nickc@redhat.com>
+
+       PR 10288
+       * gas/arm/adrl.d: Update expected disassembly.
+       * gas/arm/arch4t-eabi.d: Likewise.
+       * gas/arm/arch4t.d: Likewise.
+       * gas/arm/arch6zk.d: Likewise.
+       * gas/arm/archv6t2.d: Likewise.
+       * gas/arm/arm-it.d: Likewise.
+       * gas/arm/arm3.d: Likewise.
+       * gas/arm/arm7dm.d: Likewise.
+       * gas/arm/arm7t.d: Likewise.
+       * gas/arm/backslash-at.d: Likewise.
+       * gas/arm/bl-local-v4t.d: Likewise.
+       * gas/arm/blx-local.d: Likewise.
+       * gas/arm/copro.d: Likewise.
+       * gas/arm/el_segundo.d: Likewise.
+       * gas/arm/float.d: Likewise.
+       * gas/arm/fp-save.d: Likewise.
+       * gas/arm/fpa-mem.d: Likewise.
+       * gas/arm/group-reloc-alu.d: Likewise.
+       * gas/arm/group-reloc-ldr.d: Likewise.
+       * gas/arm/group-reloc-ldrs.d: Likewise.
+       * gas/arm/immed.d: Likewise.
+       * gas/arm/inst.d: Likewise.
+       * gas/arm/iwmmxt.d: Likewise.
+       * gas/arm/ldconst.d: Likewise.
+       * gas/arm/macro1.d: Likewise.
+       * gas/arm/mapmisc.d: Likewise.
+       * gas/arm/mapsecs.d: Likewise.
+       * gas/arm/mapshort-eabi.d: Likewise.
+       * gas/arm/mapshort-elf.d: Likewise.
+       * gas/arm/movw-local.d: Likewise.
+       * gas/arm/neon-ldst-rm.d: Likewise.
+       * gas/arm/offset.d: Likewise.
+       * gas/arm/reg-alias.d: Likewise.
+       * gas/arm/relax_load_align.d: Likewise.
+       * gas/arm/tcompat.d: Likewise.
+       * gas/arm/tcompat2.d: Likewise.
+       * gas/arm/thumb-eabi.d: Likewise.
+       * gas/arm/thumb.d: Likewise.
+       * gas/arm/thumb1_unified.d: Likewise.
+       * gas/arm/thumb2_add.d: Likewise.
+       * gas/arm/thumb2_it.d: Likewise.
+       * gas/arm/thumb2_it_auto.d: Likewise.
+       * gas/arm/thumb2_pool.d: Likewise.
+       * gas/arm/thumb2_relax.d: Likewise.
+       * gas/arm/thumb32.d: Likewise.
+       * gas/arm/thumbv6.d: Likewise.
+       * gas/arm/thumbv6k.d: Likewise.
+       * gas/arm/tls.d: Likewise.
+       * gas/arm/vfp1.d: Likewise.
+       * gas/arm/vfp1_t2.d: Likewise.
+       * gas/arm/vfp1xD.d: Likewise.
+       * gas/arm/wince.d: Likewise.
+       * gas/arm/wince_inst.d: Likewise.
+       * gas/arm/xscale.d: Likewise.
+
+2009-06-29  Nick Clifton  <nickc@redhat.com>
+
+       PR 10288
+       * gas/arm/arch6zk.d: Update expected disassembly.
+       * gas/arm/arch7.d: Likewise.
+       * gas/arm/arm-it-auto-2.d: Likewise.
+       * gas/arm/arm-it-auto.d: Likewise.
+       * gas/arm/copro.d: Likewise.
+       * gas/arm/float.d: Likewise.
+       * gas/arm/fpa-mem.d: Likewise.
+       * gas/arm/group-reloc-ldc.d: Likewise.
+       * gas/arm/group-reloc-ldr.d: Likewise.
+       * gas/arm/iwmmxt.d: Likewise.
+       * gas/arm/maverick.d: Likewise.
+       * gas/arm/neon-omit.d: Likewise.
+       * gas/arm/svc.d: Likewise.
+       * gas/arm/thumb-eabi.d: Likewise.
+       * gas/arm/thumb.d: Likewise.
+       * gas/arm/thumb1_unified.d: Likewise.
+       * gas/arm/thumb2_add.d: Likewise.
+       * gas/arm/thumb2_relax.d: Likewise.
+       * gas/arm/thumb32.d: Likewise.
+       * gas/arm/vfp-neon-syntax.d: Likewise.
+       * gas/arm/vfp-neon-syntax_t2.d: Likewise.
+       * gas/arm/vfp1xD.d: Likewise.
+       * gas/arm/vfp1xD_t2.d: Likewise.
+       * gas/arm/vfpv3-const-conv.d: Likewise.
+       * gas/arm/xscale.d: Likewise.
+
+2009-06-22  Daniel Gutson <dgutson@codesourcery.com>
+
+       * gas/arm/arm-it-auto.d: New test.
+       * gas/arm/arm-it-auto.s: New file.
+       * gas/arm/arm-it-auto-2.d: New test case.
+       * gas/arm/arm-it-auto-2.s: New file.
+       * gas/arm/arm-it-auto-3.d: New test case.
+       * gas/arm/arm-it-auto-3.s: New file.
+       * gas/arm/arm-it-bad.d: New test case.
+       * gas/arm/arm-it-bad.l: New file.
+       * gas/arm/arm-it-bad.s: New file.
+       * gas/arm/arm-it-bad-2.d: New test case.
+       * gas/arm/arm-it-bad-2.l: New file.
+       * gas/arm/arm-it-bad-2.s: New file.
+       * gas/arm/arm-it-bad-3.d: New test case.
+       * gas/arm/arm-it-bad-3.l: New file.
+       * gas/arm/arm-it-bad-3.s: New file.
+       * gas/arm/thumb2_it_auto.d: New test.
+       * gas/arm/thumb2_it_bad.l: Error message updated.
+       * gas/arm/thumb2_it_bad_auto.d: New test.
+       * gas/arm/thumb2_it.d: Comment added.
+       * gas/arm/thumb2_it_bad.d: Comment added.
+
+2009-06-19  Alan Modra  <amodra@bigpond.net.au>
+
+       PR gas/10255
+       * gas/cfi/cfi-common-7.s: Skip a multiple of four.
+       * gas/cfi/cfi-common-7.d: Adjust.
+
 2009-06-18  Nick Clifton  <nickc@redhat.com>
 
+       PR 10169
+       * gas/arm/thumb2_bad_reg.s: Add tests for SSAT and USAT with an
+       out of range shift.
+       * gas/arm/thumb2_bad_reg.l: Update expected error messages.
+
        PR 10288
        * gas/arm/align.s: Add labels so that COFF based targets can
        correctly locate THUMB code.
This page took 0.02661 seconds and 4 git commands to generate.