x86: fix handling of 64-bit operand size VPCMPESTR{I,M}
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0f46787ebacd231cd8582889605a260ddbc058b9..c80527a9b63ac6fc36708ba66f04395f8125f68f 100644 (file)
@@ -1,3 +1,90 @@
+2017-02-28  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
+       VPCMPESTR{I,M}.
+       * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
+       * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
+       of PCMPESTR{I,M}.
+       * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx.d: Likewise.
+       * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
+       * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
+
+2017-02-28  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
+
+2017-02-28  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
+       (md_apply_fix): Remove fx_subsy check.  Move code converting to
+       pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA.  Remove code
+       emiiting errors on seeing fx_pcrel set on unexpected relocs, as
+       that is done now by the generic code via..
+       * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
+       (TC_VALIDATE_FIX_SUB): Define.
+
+2017-02-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
+       * testsuite/gas/mips/jalr4.d: Adjust accordingly.  Remove MIPSr6
+       encoding patterns.
+       * testsuite/gas/mips/jalr4-n64.d: Likewise.
+       * testsuite/gas/mips/mipsr6@jalr4.d: New test.
+       * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
+       * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
+
+2017-02-25  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/elf/strtab.s: Don't put directives on first
+       column or continuation with labels not in first column.
+
+2017-02-24  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
+       * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
+       to be used with SVE registers.
+       (parse_operands): Handle new SVE operands.
+       (aarch64_features): Make "sve" require F16 rather than FP.  Also
+       require COMPNUM.
+       * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
+       Include compnum tests.
+       * testsuite/gas/aarch64/sve.d: Update accordingly.
+       * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
+       * testsuite/gas/aarch64/sve-invalid.l: Update accordingly.  Also
+       update expected output for new FMOV and MOV alternatives.
+
+2017-02-24  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * doc/c-aarch64.texi: Add a "compnum" entry.
+       * config/tc-aarch64.c (aarch64_features): Likewise,
+       * testsuite/gas/aarch64/advsimd-compnum.s: New test.
+       * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
+
+2017-02-24  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
+       * testsuite/gas/i386/x86-64-opcode.s: Likewise.
+       * testsuite/gas/i386/opcode.d: Adjust accordingly.
+       * testsuite/gas/i386/opcode-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-opcode.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
+
+2017-02-24  Sheldon Lobo  <sheldon.lobo@oracle.com>
+
+       Test cases for the architecture level aware SPARC ASI work.
+       * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
+       * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
+       * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
+       * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
+       * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
+
 2017-02-23  Maciej W. Rozycki  <macro@imgtec.com>
 
        * testsuite/gas/mips/jalr4.d: New test.
This page took 0.024239 seconds and 4 git commands to generate.