xtensa: typedef enums when defining them
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 64e890b278c33053a2521529634e627ca395e6e4..ff6adf32781c553b8d9ba8e193888c733427097b 100644 (file)
@@ -1,3 +1,222 @@
+2016-06-01  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/xtensa-relax.h: Move typedefs of enums to the enums
+       definition.
+
+2016-06-01  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
+       macro.
+
+2016-06-01  Graham Markall  <graham.markall@embecosm.com>
+
+       * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
+       operands of types a,b,u6, 0,b,u6, and 0,b,limm.
+       * testsuite/gas/arc/nps-400-1.d: Likewise.
+
+2016-05-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20145
+       * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
+       noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
+       noavx512ifma and noavx512vbmi.
+       * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
+       noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
+       and noavx512vbmi.
+       * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
+       * testsuite/gas/i386/noavx512-1.l: New file.
+       * testsuite/gas/i386/noavx512-1.s: Likewise.
+       * testsuite/gas/i386/noavx512-2.l: Likewise.
+       * testsuite/gas/i386/noavx512-2.s: Likewise.
+
+2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20145
+       * config/tc-i386.c (cpu_arch): Add 687.
+       (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
+       nosse4.1, nosse4.2, nosse4 and noavx2.
+       (parse_real_register): Check cpuregmmx instead of cpummx for MMX
+       register.  Check cpuregxmm instead of cpusse for XMM register.
+       Check cpuregymm instead of cpuavx for YMM register.  Check
+       cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
+       * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
+       nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
+       * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
+       * testsuite/gas/i386/arch-10.d (as): Likewise.
+       * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
+       * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
+       arch-10-3 and arch-10-4.  Run no87-3, nosse-4, nosse-5, noavx-3
+       and noavx-4.
+       * testsuite/gas/i386/no87-3.l: New file.
+       * testsuite/gas/i386/no87-3.s: Likewise.
+       * testsuite/gas/i386/noavx-3.l: Likewise.
+       * testsuite/gas/i386/noavx-3.s: Likewise.
+       * testsuite/gas/i386/noavx-4.d: Likewise.
+       * testsuite/gas/i386/noavx-4.s: Likewise.
+       * testsuite/gas/i386/nosse-4.l: Likewise.
+       * testsuite/gas/i386/nosse-4.s: Likewise.
+       * testsuite/gas/i386/nosse-5.d: Likewise.
+       * testsuite/gas/i386/nosse-5.s: Likewise.
+
+2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20154
+       * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
+       cpuintel64.
+       (match_template): Check Intel64/AMD64 ISA.
+
+2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20154
+       * config/tc-i386.c (intel64): New.
+       (cpu_flags_match): Set cpuamd64 and cpuintel64.
+       (md_parse_option): Set intel64 instead of cpuamd64 and
+       cpuintel64.
+
+2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
+       cpuno64.
+
+2016-05-26  Peter Bergner <bergner@vnet.ibm.com>
+
+       * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
+       * testsuite/gas/ppc/altivec3.s: Likewise.
+       * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
+       * testsuite/gas/ppc/power9.s: Likewise.
+
+2016-05-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
+       * testsuite/gas/i386/noavx-1.l: Likewise.
+       * testsuite/gas/i386/nommx-1.l: Likewise.
+       * testsuite/gas/i386/nosse-1.l: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
+       * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
+       * testsuite/gas/i386/noavx-1.s: Likewise.
+       * testsuite/gas/i386/nommx-1.s: Likewise.
+       * testsuite/gas/i386/nosse-1.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
+
+2016-05-26  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-metag.c (metag_handle_align): Make the type of noop
+       unsigned char.
+
+2016-05-26  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
+       bfd_reloc_code_real_type.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20140
+       * config/tc-i386.c (cpu_flags_match): Require another match
+       for AVX512VL.
+       * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
+       x86-64-avx512vl-1 and x86-64-avx512vl-2.
+       * testsuite/gas/i386/avx512vl-1.l: New file.
+       * testsuite/gas/i386/avx512vl-1.s: Likewise.
+       * testsuite/gas/i386/avx512vl-2.l: Likewise.
+       * testsuite/gas/i386/avx512vl-2.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20141
+       * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
+       * testsuite/gas/i386/x86-64-pr20141.d: New file.
+       * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (arch_entry): Remove negated.
+       (noarch_entry): New struct.
+       (cpu_arch): Updated.  Remove .no87, .nommx, .nosse and .noavx.
+       (cpu_noarch): New.
+       (set_cpu_arch): Check cpu_noarch after cpu_arch.
+       (md_parse_option): Allow -march=+nosse.  Check cpu_noarch after
+       cpu_arch.
+       (output_message): New function.
+       (show_arch): Use it.  Handle cpu_noarch.
+       * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
+       nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
+       * testsuite/gas/i386/noavx-1.l: New file.
+       * testsuite/gas/i386/noavx-1.s: Likewise.
+       * testsuite/gas/i386/noavx-2.s: Likewise.
+       * testsuite/gas/i386/noavx-2.l: Likewise.
+       * testsuite/gas/i386/nommx-1.s: Likewise.
+       * testsuite/gas/i386/nommx-1.l: Likewise.
+       * testsuite/gas/i386/nommx-2.s: Likewise.
+       * testsuite/gas/i386/nommx-2.l: Likewise.
+       * testsuite/gas/i386/nommx-3.s: Likewise.
+       * testsuite/gas/i386/nommx-3.l: Likewise.
+       * testsuite/gas/i386/nosse-1.s: Likewise.
+       * testsuite/gas/i386/nosse-1.l: Likewise.
+       * testsuite/gas/i386/nosse-2.s: Likewise.
+       * testsuite/gas/i386/nosse-2.l: Likewise.
+       * testsuite/gas/i386/nosse-3.s: Likewise.
+       * testsuite/gas/i386/nosse-3.l: Likewise.
+
+2016-05-25  Chua Zheng Leong  <chuazl@comp.nus.edu.sg>
+
+       PR target/20067
+       * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
+       instruction if supported by the currently selected fpu variant.
+       * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
+       * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
+
+2016-05-24  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
+       jump relocations against MIPS16 or microMIPS symbols on RELA
+       targets.
+       * testsuite/gas/mips/jalx-local.d: New test.
+       * testsuite/gas/mips/jalx-local-n32.d: New test.
+       * testsuite/gas/mips/jalx-local-n64.d: New test.
+       * testsuite/gas/mips/jalx-local.s: New test source.
+       * testsuite/gas/mips/mips.exp: Run the new tests.
+
+2016-05-24  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-mips.c (md_apply_fix)
+       <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
+       code accordingly.
+
+2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
+       operator to operatorT.
+       (map_suffix_reloc_to_operator): Change return type to operatorT.
+
+2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
+
+2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
+       handler_charp to const char *.
+
+2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
+       (ft32_target_format): Likewise.
+       (TARGET_FORMAT): Adjust.
+
+2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
+       (ia64_frob_label): Likewise.
+
+2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-cr16.c (check_range): Make type of retval op_err.
+       * config/tc-crx.c: Likewise.
+
 2016-05-23  Claudiu Zissulescu  <claziss@synopsys.com>
 
        * config/tc-arc.c (md_begin): Add XY registers.
This page took 0.025746 seconds and 4 git commands to generate.