gas: blackfin: gas: blackfin: reject invalid BYTEUNPACK insns
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index 16efa6dcc42519cb7b9d0ad1c5a9309581d820f7..2101e9fc3daabfb6b031e01b9c3003fa7dbfb6d0 100644 (file)
@@ -1,3 +1,179 @@
+2011-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid BYTEUNPACK insn tests.
+       * gas/bfin/expected_errors.l: Add new error messages.
+
+2011-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid BYTEOP16M insn tests.
+       * gas/bfin/expected_errors.l: Add new error messages.
+
+2011-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid BYTEOP16P insn tests.
+       * gas/bfin/expected_errors.l: Add new error messages.
+
+2011-03-28  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid 16bit acc add insn tests.
+       * gas/bfin/expected_errors.l: Add new error messages.
+       * testsuite/gas/bfin/video2.s: Drop invalid 16bit acc add insn.
+       * testsuite/gas/bfin/video2.d: Updated disassembly output.
+
+2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/ilp32/inval.s: Remove .quad.
+       * gas/i386/ilp32/inval.l: Updated.
+
+       * gas/i386/ilp32/quad.d: New.
+       * gas/i386/ilp32/quad.s: Likewise.
+
+2011-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid vector add/sub insn tests.
+       * gas/bfin/expected_errors.l: Add new error messages.
+
+2011-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/16bit_illegals.d, gas/bfin/16bit_illegals.s: Delete.
+       * gas/bfin/allinsn16.d, gas/bfin/allinsn16.s: New files.
+       * gas/bfin/bfin.exp: Change 16bit_illegals to allinsn16.
+
+2011-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid dsp mult insn tests.
+       * gas/bfin/expected_errors.l: Add new error messages.
+
+2011-03-23  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/expected_errors.s: Add invalid SEARCH/BITMUX insns.
+       * gas/bfin/expected_errors.l: Add expected errors.
+
+2011-03-18  Alan Modra  <amodra@gmail.com>
+
+       * gas/elf/bad-size.err: Adjust expected error.
+       * gas/i386/bad-size.warn: Likewise.
+       * gas/i386/inval-equ-2.l: Likewise.
+       * gas/symver/symver2.l: Likewise.
+
+2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/12589
+       * gas/i386/pr12589-1.d: New.
+       * gas/i386/pr12589-1.s: Likewise.
+
+       * gas/i386/i386.exp: Run pr12589-1.
+
+2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/bad-size.d: New.
+       * gas/i386/bad-size.s: Likewise.
+       * gas/i386/bad-size.warn: Likewise.
+
+       * gas/i386/i386.exp: Run bad-size for ELF targets.
+
+2011-03-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/elf/bad-size.err: Revert the last change.
+
+2011-03-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/elf/bad-size.err: Updated.
+
+2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/alnv_ps-swap.d: New test for ALNV.PS instruction
+       branch swapping.
+       * gas/mips/alnv_ps-swap.s: Source for the new test.
+       * gas/mips/mips.exp: Run the new test.
+
+2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/relax-bposge.l: New test for DSP branch relaxation.
+       * gas/mips/relax-bposge.s: Source for the new test.
+       * gas/mips/mips.exp: Run the new test.
+
+2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/relax-at.d: New test for branch relaxation with .set
+       at.
+       * gas/mips/relax.s: Update to support the new test.
+       * gas/mips/relax.l: Update accordingly.
+       * gas/mips/relax.d: Update for multi-arch invocation.
+       * gas/mips/mips.exp: Run the new test.  Adjust to run "relax"
+       across all applicable architectures.
+
+2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/branch-misc-2.d: Adjust for relocation change.
+       * gas/mips/branch-misc-2pic.d: Likewise.
+       * gas/mips/branch-misc-4.d: New test for PC-relative relocation
+       overflow.
+       * gas/mips/branch-misc-4-64.d: Likewise.
+       * gas/mips/branch-misc-4.s: Source for the new tests.
+       * testsuite/gas/mips/mips.exp: Run the new tests.
+
+2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gas/mips/relax-swap1.l: Adjust for message capitalization
+       correction.
+       * gas/mips/relax-swap2.l: Likewise.
+       * gas/mips/relax.l: Likewise.
+
+2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/ilp32/ilp32.exp: Run reloc64.
+
+       * gas/i386/ilp32/reloc64.s: Allow TLS relocations with 32bit
+       register destinations.
+       * gas/i386/ilp32/reloc64.d: Updated.
+
+       * gas/i386/ilp32/reloc64.l: New.
+
+2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/12519
+       * gas/elf/bad-size.d: New.
+       * gas/elf/bad-size.err: Likewise.
+       * gas/elf/bad-size.s: Likewise.
+
+       * gas/elf/elf.exp: Run bad-size.
+
+2011-02-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/arithmetic.d, gas/bfin/parallel.d: Change A0 to A1.
+
+2011-02-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/arithmetic.d, gas/bfin/parallel.d, gas/bfin/parallel3.d,
+       gas/bfin/vector.d, gas/bfin/vector2.d: Add ".L" to dsp mult insns.
+
+2011-02-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * gas/bfin/video.d, gas/bfin/video.s, gas/bfin/video2.d,
+       gas/bfin/video2.s: Remove BYTEOP2M insns.
+
+2011-02-10  Kai Tietz  <kai.tietz@onevision.com>
+
+       * gas/cfi/cfi-x86_64.d: Adjust for x64 PE+.
+
+2011-02-10  Vincent Rivière  <vincent.riviere@freesbee.fr>
+
+       * gas/m68k/cpu32.d: Set explicit architecture for objdump.
+       * gas/m68k/mcf-coproc.d: Likewise.
+       * gas/m68k/mcf-wdebug.d: Likewise.
+
+2011-02-10  Alan Modra  <amodra@gmail.com>
+
+       * gas/elf/dwarf2-4.s: Don't use @.
+
+2011-02-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/6957
+       * gas/i386/nops-1-i686.d: Updated.
+       * gas/i386/nops-3-i686.d: Likewise.
+       * gas/i386/nops-4-i686.d: Likewise.
+
 2011-02-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/i386.exp: Run nops-4a-i686 and nops-6.
This page took 0.06025 seconds and 4 git commands to generate.