X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gas%2FChangeLog;h=cae94da70ed4913fa4963a9fd203c0e3328ab41b;hb=73a229c755847ada2425c767ce15c40cc5801b6b;hp=272f8fe49f586a69698086fe3e95b839ed763029;hpb=4e21640f674499048157fa62f08b16f6039f78f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 272f8fe49f..cae94da70e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,321 @@ +2016-06-05 Trevor Saunders + + * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg + const char *. + +2016-06-03 Peter Bergner + + PR binutils/20196 + * gas/testsuite/gas/ppc/e6500.s : Add tests. + * gas/testsuite/gas/ppc/e6500.d: Likewise. + * gas/testsuite/gas/ppc/power8.s: Likewise. + * gas/testsuite/gas/ppc/power8.d: Likewise. + * gas/testsuite/gas/ppc/power4.s : Add tests. + * gas/testsuite/gas/ppc/power4.d: Likewise. + +2016-06-03 H.J. Lu + + PR binutis/18386 + * testsuite/gas/i386/i386.exp: Run x86-64-branch-4. + * testsuite/gas/i386/x86-64-branch.d: Updated. + * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise. + * testsuite/gas/i386/x86-64-branch-4.l: New file. + * testsuite/gas/i386/x86-64-branch-4.s: Likewise. + +2016-06-03 Kyrylo Tkachov + + * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry. + * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value. + +2016-06-03 Kyrylo Tkachov + + * config/tc-arm.c (arm_cpus): Add cortex-a73 entry. + * doc/c-arm.texi (-mcpu=): Document cortex-a73 value. + +2016-06-02 Vineet Gupta + + * configure.tgt: Replace -uclibc with *. + +2016-06-02 Andrew Burgess + + * config/tc-arc.c (parse_opcode_flags): New function. + (find_opcode_match): Move flag parsing code out to new function. + Ignore operands marked IGNORE. + (build_fake_opcode_hash_entry): New function. + (find_special_case_long_opcode): New function. + (find_special_case): Lookup long opcodes. + * testsuite/gas/arc/nps400-7.d: New file. + * testsuite/gas/arc/nps400-7.s: New file. + +2016-06-01 Trevor Saunders + + * config/tc-ns32k.c: Remove definition of input_line_pointer. + +2016-06-01 Trevor Saunders + + * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to + sentinal with iteration to array size. + +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. + (ft32_target_format): Likewise. + (TARGET_FORMAT): Adjust. + +2016-05-24 Trevor Saunders + + * config/tc-ia64.c (dot_rot): simplify allocations from obstacks. + (ia64_frob_label): Likewise. + +2016-05-24 Trevor Saunders + + * config/tc-cr16.c (check_range): Make type of retval op_err. + * config/tc-crx.c: Likewise. + +2016-05-23 Claudiu Zissulescu + + * config/tc-arc.c (md_begin): Add XY registers. + (cpu_types): Code density is default off for ARC EM. + +2016-05-23 Cupertino Miranda + + * config/tc-arc.c (attributes_t): Renamed attribute class to + attr_class. + (find_opcode_match, assemble_insn, tokenize_extinsn): Changed. + +2016-05-23 Kuba Sejdak + + * configuse.tgt: Add entry for arm-phoenix. + +2016-05-23 Trevor Saunders + + * config/tc-tic54x.c (tic54x_sect): simplify string creation. + +2016-05-23 Trevor Saunders + + * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant. + +2016-05-23 Trevor Saunders + + * config/tc-tic54x.c (tic54x_mmregs): Adjust. + (md_begin): Likewise. + (encode_condition): Likewise. + (encode_cc3): Likewise. + (encode_cc2): Likewise. + (encode_operand): Likewise. + (tic54x_undefined_symbol): Likewise. + +2016-05-20 Matthew Fortune + + * config/tc-mips.c (mips_cpu_info_table): Update comment. Add + p6600 entry. + * doc/c-mips.texi: Document p6600 -march option. + 2016-05-20 H.J. Lu PR gas/19600