X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=ff6adf32781c553b8d9ba8e193888c733427097b;hb=d05584d3eeab4cb1c1d85d8dfdfef56827e03b3d;hp=eca2c129f4442c6f598593eee86399ce4425ed2b;hpb=b19e0aeb53c77e0dbb2083c18dcb0a154db99d17;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index eca2c129f4..ff6adf3278 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,206 @@ +2016-06-01 Trevor Saunders + + * config/xtensa-relax.h: Move typedefs of enums to the enums + definition. + +2016-06-01 Trevor Saunders + + * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW + macro. + +2016-06-01 Graham Markall + + * 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 + + 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 + + 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 + + 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 + + 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 + + * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor + cpuno64. + +2016-05-26 Peter Bergner + + * testsuite/gas/ppc/altivec3.d : Add test. + * testsuite/gas/ppc/altivec3.s: Likewise. + * testsuite/gas/ppc/power9.d : Add tests. + * testsuite/gas/ppc/power9.s: Likewise. + +2016-05-26 H.J. Lu + + * 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 + + * config/tc-metag.c (metag_handle_align): Make the type of noop + unsigned char. + +2016-05-26 Trevor Saunders + + * config/tc-rx.c (md_convert_frag): Make the type of reloc_type + bfd_reloc_code_real_type. + +2016-05-25 H.J. Lu + + 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 + + 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 + + * 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 + + 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 + + * 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 + + * config/tc-mips.c (md_apply_fix) + : Remove fall-through, adjust + code accordingly. + +2016-05-24 Trevor Saunders + + * 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 + + * config/tc-d30v.c (find_format): Change type of X_op to operatorT. + +2016-05-24 Trevor Saunders + + * config/tc-mmix.c (mmix_parse_predefined_name): Change type of + handler_charp to const char *. + 2016-05-24 Trevor Saunders * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.