X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=e183c112f313cb5a7c699dc9e3cf004e54ac4be9;hb=8b8c7c9f49992750f66f81b4601d593a3858d98c;hp=1cd95a534388814a7372db00f983d51edbc011bb;hpb=4bfaa1cae74531b8c7a7ccfb95e202ab9772dfdd;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 1cd95a5343..e183c112f3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,571 @@ +2016-06-17 Jose E. Marchesi + + * config/tc-sparc.c (priv_reg_table): Use NULL instead of the + empty string to mark the end of the array. + (hpriv_reg_table): Likewise. + (v9a_asr_table): Likewise. + (cmp_reg_entry): Handle entries with NULL names. + (F_POP_V9): Define. + (F_POP_PCREL): Likewise. + (F_POP_TLS_CALL): Likewise. + (F_POP_POSTFIX): Likewise. + (struct pop_entry): New type. + (pop_table): New variable. + (enum pop_entry_type): New type. + (struct perc_entry): Likewise. + (NUM_PERC_ENTRIES): Define. + (perc_table): New variable. + (cmp_perc_entry): New function. + (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize + perc_table. + (sparc_ip): Handle entries with NULL names in priv_reg_table, + hpriv_reg_table and v9a_asr_table. Use perc_table to handle + %-pseudo-ops. + +2016-06-15 Nick Clifton + + * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the + instruction size. + * config/tc-mcore.c (md_assemble): Likewise. + * config/tc-mn10200.c (md_assemble): Likewise. + * config/tc-moxie.c (md_assemble): Likewise. + * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32. + * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of + exception targets. Add alpha, hppa, microblaze and rl78 to list + of exceptions. + (forward): Add microblaze to list of exceptions. + (fwdexp): Add alpha to list of exceptions. + (redef2): Add arm-epoc-pe and rl78 to list of exceptions. + (redef3): Add rl78 and x86_64 cygwin to list of exceptions. + (do_930509a): Alpha sort list of exception targets. Add h8300 and + mn10200 to list of exceptions. + (align2): Expect to fail for nds32. + (cond): Add alpha and rl78 to list of exceptions. + * testsuite/gas/all/none.d: Skip for ft32 and hppa. + * testsuite/gas/all/string.d: Skip for tic4x. + * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff + target does not support ELF. + * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target. + * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names. + * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH + tests for sh-pe and sh-rtemscoff targets. + * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to + list of exceptions. + (type): Run the noifunc version for alpha-freebsd and visium. + * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore, + mn10200 or moxie targets. + * testsuite/gas/ft32/insn.d: Update expected disassembly. + * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin + targets. + * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for + mcore and rx targets. + * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k, + rl78 and vax. + (purge): Expect to fail on the ns32k and vax. + * testsuite/gas/nds32/alu-2.d: Update expected disassembly. + * testsuite/gas/nds32/ls.d: Likewise. + * testsuite/gas/nds32/sys-reg.d: Likewise. + * testsuite/gas/nds32/usr-spe-reg.d: Likewise. + * testsuite/gas/pe/aligncomm-d.d: Skip for the sh. + * testsuite/gas/pe/section-align-3.d: Likewise. + * testsuite/gas/pe/section-exclude.d: Likewise. + * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required + data has been seen. + * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow + for variations in whitespace. + * testsuite/gas/tilepro/t_constants.d: Pass once all the required + data has been seen. + * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro. + Installs a 32-bit value without generating warnings on 64-bit + hosts. + Use the new macro to replace the .word directives. + +2016-06-15 Andrew Burgess + + * testsuite/gas/arc/add_s.d: New file. + * testsuite/gas/arc/add_s.s: New file. + +2016-06-14 Graham Markall + + * testsuite/gas/arc/nps400-6.s: Add tests of ldbit. + * testsuite/gas/arc/nps400-6.d: Likewise. + +2016-06-14 Graham Markall + + * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and + addf. + * testsuite/gas/arc/nps400-6.d: Likewise. + +2016-06-14 Graham Markall + + * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd, + calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab, + lbdsize, bdlen, csms, csma, cbba, zncv, and hofs. + * testsuite/gas/arc/nps400-6.d: Likewise. + +2016-06-14 Nick Clifton + + * config/tc-nds32.c (nds32_get_align): Avoid left shifting a + signed constant. + +2016-06-13 Maciej W. Rozycki + + * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA + JALR relocations on R6. + * testsuite/gas/mips/jal-svr4pic-local.d: New test. + * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test. + * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test. + * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test. + * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test. + * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New + test. + * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test. + * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New + test. + * testsuite/gas/mips/jal-svr4pic-local.s: New test source. + * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test + source. + * testsuite/gas/mips/mips.exp: Run the new tests. + +2016-06-13 Virendra Pathak + + * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan. + * doc/c-aarch64.texi: Document that vulcan is a valid processor + name. + +2016-06-13 Nick Clifton + + * config/tc-arm.c: For non-ELF based targets skip ARM feature sets + that are not supported. + + * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed + constant. + * config/tc-cr16.c (check_range): Likewise. + * config/tc-nios2.c (nios2_check_overflow): Likewise. + +2016-06-08 Renlin Li + + * config/tc-aarch64.c (print_operands): Substitute size. + (output_operand_error_record): Likewise. + +2016-06-07 Alan Modra + + * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, + PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, + PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define. + (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden + by vle_opcodes, and that vle flag doesn't enable opcodes. Don't + add vle_opcodes twice. + (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL. + +2016-06-07 Matthew Wahab + + * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras. + (arm_ext_ras): Renamed from arm_ext_v8_2. + (insns): Update for arm_ext_v8_2 renaming. + (arm_extensions): Add "ras". + * doc/c-arm.texi (ARM Options): Add an entry for "ras". + * testsuite/gas/arm/armv8-a+ras.d: New. + * testsuite/gas/arm/armv8_2-a.d: Add explicit command line + options. + +2016-06-05 Trevor Saunders + + * itbl-parse.y (yyerror): Use modern argument declaration style. + +2016-06-05 Trevor Saunders + + * config/tc-sh.c (parse_reg): Change type of mode argument to + sh_arg_type. + (get_operand): Adjust. + (insert): Change type of how to bfd_reloc_code_real_type. + (insert4): Likewise. + * config/tc-sh64.c (shmedia_get_operand): Adjust. + (shmedia_parse_reg): Change type of mode to shmedia_arg_type. + +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 + * config/tc-i386.c (md_apply_fix): Preserve addend for + BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32. + * testsuite/gas/i386/addend.d: New file. + * testsuite/gas/i386/addend.s: Likewise. + * testsuite/gas/i386/x86-64-addend.d: Likewise. + * testsuite/gas/i386/x86-64-addend.s: Likewise. + * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend. + * testsuite/gas/i386/reloc32.d: Updated. + +2016-05-20 Maciej W. Rozycki + + * config/tc-mips.c (append_insn): Correct the encoding of a + constant argument for microMIPS JALX. + (tc_gen_reloc): Correct the encoding of an in-place addend for + microMIPS JALX. + * testsuite/gas/mips/jalx-addend.d: New test. + * testsuite/gas/mips/jalx-addend-n32.d: New test. + * testsuite/gas/mips/jalx-addend-n64.d: New test. + * testsuite/gas/mips/jalx-imm.d: New test. + * testsuite/gas/mips/jalx-imm-n32.d: New test. + * testsuite/gas/mips/jalx-imm-n64.d: New test. + * testsuite/gas/mips/jalx-addend.s: New test source. + * testsuite/gas/mips/jalx-imm.s: New test source. + * testsuite/gas/mips/mips.exp: Run the new tests. + +2016-05-20 Maciej W. Rozycki + + * config/tc-mips.c: Correct tab-after-space formatting mistakes + throughout. + +2016-05-18 Andrew Burgess + + * config/tc-arc.c (find_opcode_match): Remove casting away of + const. + * config/tc-arc.h (struct arc_flags): Make flgp field const. + +2016-05-18 Andrew Burgess + + * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where + appropriate. + (md_convert_frag): Likewise. + +2016-05-18 Andrew Burgess + + * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set + cached opcode to NULL when we reach a non-matching opcode. + * testsuite/gas/arc/asm-errors-2.d: New file. + * testsuite/gas/arc/asm-errors-2.err: New file. + * testsuite/gas/arc/asm-errors-2.s: New file. + +2016-05-18 Andrew Burgess + + * config/tc-arc.c (tokenize_arguments): Add checks for array + overflow. + * testsuite/gas/arc/asm-errors.s: Addition test line added. + * testsuite/gas/arc/asm-errors.err: Update expected results. + +2016-05-18 Trevor Saunders + + * config/tc-rx.c (struct cpu_type): Change the type of a field from + int to enum rx_cpu_types. + 2016-05-18 Trevor Saunders * config/tc-dlx.c (struct machine_it): change the type of a field from