aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-01-08 05:32:12 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-01-08 05:32:12 -0800
commit5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4 (patch)
tree6b476146d2c5d9e4aa4da01c993c7fe8ab12eb8a /gas
parentb7bba0015567c096541d62f2637b9818b1634a59 (diff)
downloadfsf-binutils-gdb-5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4.zip
fsf-binutils-gdb-5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4.tar.gz
fsf-binutils-gdb-5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4.tar.bz2
New Year - binutils ChangeLog rotation
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog2095
-rw-r--r--gas/ChangeLog-20132105
-rw-r--r--gas/testsuite/ChangeLog1788
-rw-r--r--gas/testsuite/ChangeLog-20131798
4 files changed, 3907 insertions, 3879 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9fcc6fd..93bf64a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -16,2100 +16,9 @@
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
-2013-12-20 Tristan Gingold <gingold@adacore.com>
-
- * doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry.
-
-2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (md_assemble): Defer the feature checking until
- do_encode () succeeds.
-
-2013-12-18 Nick Clifton <nickc@redhat.com>
-
- * config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' in
- order to avoid conflict with same named variable in MinGW system
- header file.
-
-2013-12-13 Nick Clifton <nickc@redhat.com>
-
- * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.
- (OPTION_INTR_NOPS): Define.
- (gen_interrupt_nops): Default to FALSE.
- (md_parse_opton): Add support for OPTION_INTR_NOPS.
- (md_longopts): Add -mn.
- (md_show_usage): Add -mn.
- (msp430_operands): Generate NOPs for all MCUs not just 430Xv2.
- * doc/c-msp430.c: Document -mn.
-
-2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
- Wei-Cheng Wang <cole945@gmail.com>
- Hsiang-Kai Wang <hsiangkai@gmail.com>
- Hui-Wen Ni <sabrinanitw@gmail.com>
-
- * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nds32.c.
- (TARGET_CPU_HFILES): Add config/tc-nds32.h.
- * Makefile.in: Regenerate.
- * configure.in (nds32): Add nds32 target extension config support.
- * configure.tgt : Add case for nds32-*-elf* and nds32-*-linux*.
- * configure: Regenerate.
- * config/tc-nds32.c: New file for nds32.
- * config/tc-nds32.h: New file for nds32.
- * doc/Makefile.am (CPU_DOCS): Add c-nds32.texi.
- * doc/Makefile.in: Regenerate.
- * doc/as.texinfo: Add nds32 options.
- * doc/all.texi: Set NDS32.
- * doc/c-nds32.texi: New file dor nds32 document.
- * NEWS: Announce Andes nds32 support.
-
-2013-12-10 Roland McGrath <mcgrathr@google.com>
-
- * Makefile.am (install-exec-bindir): Prefix libtool invocation
- with $(INSTALL_PROGRAM_ENV).
- (install-exec-tooldir): Likewise.
- * Makefile.in: Regenerate.
-
-2013-12-07 Mike Frysinger <vapier@gentoo.org>
-
- * config/bfin-aux.h: Remove +x file mode.
- * config/tc-epiphany.c: Likewise.
- * config/tc-epiphany.h: Likewise.
-
-2013-12-03 Tristan Gingold <gingold@adacore.com>
-
- * config/tc-i386-intel.c (i386_intel_simplify): Avoid arithmetic
- overflow on pointers.
-
-2013-11-19 Yufeng Zhang <yufeng.zhang@arm.com>
-
- Revert
-
- 2013-11-19 Nick Clifton <nickc@redhat.com>
-
- * config/tc-aarch64.c (parse_sys_reg): Do not issue error messages
- for deprecated system registers when parsing pstate fields.
-
-2013-11-19 Nick Clifton <nickc@redhat.com>
-
- * config/tc-aarch64.c (parse_sys_reg): Do not issue error messages
- for deprecated system registers when parsing pstate fields.
-
-2013-11-19 Catherine Moore <clm@codesourcery.com>
-
- * config/tc-mips.c (mips_fix_pmc_rm7000): Declare.
- (options): Add OPTION_FIX_PMC_RM7000 and OPTION_NO_FIX_PMC_RM7000.
- (md_longopts): Add mfix-pmc-rm7000 and mno-fix-pmc-rm7000.
- (INSN_DMULT): Define.
- (INSN_DMULTU): Define.
- (insns_between): Detect PMC RM7000 errata.
- (md_parse_option): Supprt OPTION_FIX_PMC_RM7000 and
- OPTION_NO_FIX_PMC_RM7000.
- * doc/as.texinfo: Document new options.
- * doc/c-mips.texi: Likewise.
-
-2013-11-19 Alexey Makhalov <makhaloff@gmail.com>
-
- PR gas/16109
- * app.c (do_scrub_chars): Only insert a newline character if
- end-of-file has been reached.
-
-2013-11-18 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix"
- argument.
-
-2013-11-18 Renlin Li <Renlin.Li@arm.com>
-
- * config/tc-arm.c (arm_archs): New armv7ve architecture option.
- (arm_cpus): Replace ARM_ARCH_V7A_IDIV_MP_SEC_VIRT with
- ARM_ARCH_V7VE for cortex-a7, cortex-a12 and cortex-a15.
- (cpu_arch_ver): Likewise.
- * doc/c-arm.texi: Document armv7ve.
-
-2013-11-18 Zhenqiang Chen <zhenqiang.chen@linaro.org>
-
- * config/tc-aarch64.c (parse_sys_reg): Support
- S2_<op1>_<Cn>_<Cm>_<op2>.
-
-2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com>
-
- Revert
-
- 2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (set_other_error): New function.
- (parse_sys_reg): Add new parameter 'sys_reg' and if non-NULL set
- the variable to which it points with 'o'.
- (parse_operands): Update; check for write to read-only system
- registers or read from write-only ones.
-
-2013-11-17 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (reloc): Add an argument, bnd_prefix, to
- indicate if instruction has the BND prefix. Return
- BFD_RELOC_X86_64_PC32_BND instead of BFD_RELOC_32_PCREL if
- bnd_prefix isn't zero.
- (output_branch): Pass BFD_RELOC_X86_64_PC32_BND to frag_var
- if needed.
- (output_jump): Update reloc call.
- (output_interseg_jump): Likewise.
- (output_disp): Likewise.
- (output_imm): Likewise.
- (x86_cons_fix_new): Likewise.
- (lex_got): Add an argument, bnd_prefix, to indicate if
- instruction has the BND prefix. Use BFD_RELOC_X86_64_PLT32_BND
- if needed.
- (x86_cons): Update lex_got call.
- (i386_immediate): Likewise.
- (i386_displacement): Likewise.
- (md_apply_fix): Handle BFD_RELOC_X86_64_PC32_BND and
- BFD_RELOC_X86_64_PLT32_BND.
- (tc_gen_reloc): Likewise.
- * config/tc-i386-intel.c (i386_operator): Update lex_got call.
-
-2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (set_other_error): New function.
- (parse_sys_reg): Add new parameter 'sys_reg' and if non-NULL set
- the variable to which it points with 'o'.
- (parse_operands): Update; check for write to read-only system
- registers or read from write-only ones.
-
-2013-11-15 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
-
- * config/tc-i386.c (check_VecOperands): Reorder checks.
-
-2013-11-11 Catherine Moore <clm@codesourcery.com>
-
- * config/mips/tc-mips.c (convert_reg_type): Use
- INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY.
- (reg_needs_delay): Likewise.
- (insns_between): Likewise.
-
-2013-11-08 Jan-Benedict Glaw <jbglaw@lug-owl.de
-
- * config/tc-ppc.c (ppc_elf_localentry): Add cast.
-
-2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (parse_sys_reg): Update to use aarch64_sys_reg;
- call aarch64_sys_reg_deprecated_p and warn about the deprecated
- system registers.
-
-2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (parse_operands): Handle AARCH64_OPND_COND1.
-
-2013-11-05 Will Newton <will.newton@linaro.org>
-
- PR gas/16103
- * config/tc-aarch64.c (parse_operands): Avoid trying to
- parse a vector register as an immediate.
-
-2013-11-04 Jan Beulich <jbeulich@suse.com>
-
- * config/tc-i386.c (check_long_reg): Correct comment indentation.
- (check_qword_reg): Correct comment and its indentation.
- (check_word_reg): Extend comment and correct its indentation. Also
- check for 64-bit register.
-
-2013-10-30 Ulrich Weigand <uweigand@de.ibm.com>
-
- * config/tc-ppc.c (md_pseudo_table): Add .localentry.
- (ppc_elf_localentry): New function.
- (ppc_force_relocation): Force relocs on all branches to localenty
- symbols.
- (ppc_fix_adjustable): Don't reduce such symbols to section+offset.
-
-2013-10-30 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c: Include elf/ppc64.h.
- (ppc_abiversion): New variable.
- (md_pseudo_table): Add .abiversion.
- (ppc_elf_abiversion, ppc_elf_end): New functions.
- * config/tc-ppc.h (md_end): Define.
-
-2013-10-30 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (SEX16): Don't mask.
- (REPORT_OVERFLOW_HI): Define as zero.
- (ppc_elf_suffix): Support @high, @higha, @dtprel@high, @dtprel@higha,
- @tprel@high, and @tprel@higha modifiers.
- (md_assemble): Ignore X_unsigned when applying 16-bit insn fields.
- Add (disabled) code to check @h and @ha reloc overflow for powerpc64.
- Handle new relocs.
- (md_apply_fix): Similarly.
-
-2013-10-18 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * config/tc-mips.c (fpr_read_mask): Test MSA registers.
- (fpr_write_mask): Test MSA registers.
- (can_swap_branch_p): Check fpr write followed by fpr read.
-
-2013-10-18 Nick Clifton <nickc@redhat.com>
-
- * config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
-
-2013-10-14 Richard Sandiford <rdsandiford@googlemail.com>
- Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * config/tc-mips.c (options): Add OPTION_MSA and OPTION_NO_MSA.
- (md_longopts): Add mmsa and mno-msa.
- (mips_ases): Add msa.
- (RTYPE_MASK): Update.
- (RTYPE_MSA): New define.
- (OT_REG_ELEMENT): Replace with...
- (OT_INTEGER_INDEX, OT_REG_INDEX): ...these new operand types.
- (mips_operand_token): Replace reg_element with index.
- (mips_parse_argument_token): Treat vector indices as separate tokens.
- Handle register indices.
- (md_begin): Add MSA register names.
- (operand_reg_mask): Handle cases for OP_IMM_INDEX and OP_REG_INDEX.
- (convert_reg_type): Handle cases for OP_REG_MSA and OP_REG_MSA_CTRL.
- (match_mdmx_imm_reg_operand): Update accordingly.
- (match_imm_index_operand): New function.
- (match_reg_index_operand): New function.
- (match_operand): Handle cases for OP_IMM_INDEX and OP_REG_INDEX.
- (md_convert_frag): Convert bz.b/h/w/d, bnz.b/h/w/d, bz.v bnz.v.
- (md_show_usage): Print -mmsa and -mno-msa.
- * doc/as.texinfo: Document -mmsa and -mno-msa.
- * doc/c-mips.texi: Document -mmsa and -mno-msa.
- Document .set msa and .set nomsa.
-
-2013-10-14 Nick Clifton <nickc@redhat.com>
-
- * read.c (add_include_dir): Use xrealloc.
- * config/tc-score.c (do_macro_bcmp): Initialise inst_main.
- * config/tc-tic6x.c (tic6x_parse_operand): Initialise second_reg.
-
-2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
-
- * config/tc-nios2.c (nios2_consume_arg): Make the "ba" warning
- also test/refer to "sstatus". Reformat the warning message.
-
-2013-10-10 Sean Keys <skeys@ipdatasys.com>
-
- * tc-xgate.c (xgate_find_match): Refactor opcode matching.
-
-2013-10-10 Jan Beulich <jbeulich@suse.com>
-
- * tc-i386-intel.c (i386_intel_simplify_register): Suppress base/index
- swapping for bndmk, bndldx, and bndstx.
-
-2013-10-09 Nick Clifton <nickc@redhat.com>
-
- PR gas/16025
- * config/tc-epiphany.c (md_convert_frag): Add missing break
- statement.
-
- PR gas/16026
- * config/tc-mn10200.c (md_convert_frag): Add missing break
- statement.
-
-2013-10-08 Jan Beulich <jbeulich@suse.com>
-
- * tc-i386.c (check_word_reg): Remove misplaced "else".
- (check_long_reg): Restore symmetry with check_word_reg.
-
-2013-10-08 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (do_t_push_pop): Honor inst.size_req. Simplify
- LR/PC check.
-
-2013-10-08 Nick Clifton <nickc@redhat.com>
-
- * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias
- for "<foo>a". Issue error messages for unrecognised or corrrupt
- size extensions.
-
-2013-10-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * config/tc-arm.c (do_t_mvn_tst): Use narrow form for tst when
- possible.
-
-2013-09-30 Saravanan Ekanathan <saravanan.ekanathan@amd.com>
-
- * config/tc-i386.c (cpu_arch): Add CPU_BDVER4_FLAGS.
- * doc/c-i386.texi: Add -march=bdver4 option.
-
-2013-09-20 Alan Modra <amodra@gmail.com>
-
- * configure: Regenerate.
-
-2013-09-18 Tristan Gingold <gingold@adacore.com>
-
- * NEWS: Add marker for 2.24.
-
-2013-09-18 Nick Clifton <nickc@redhat.com>
-
- * config/tc-msp430.c (OPTION_MOVE_DATA): Define.
- (move_data): New variable.
- (md_parse_option): Parse -md.
- (msp430_section): New function. Catch references to the .bss or
- .data sections and generate a special symbol for use by the libcrt
- library.
- (md_pseudo_table): Intercept .section directives.
- (md_longopt): Add -md
- (md_show_usage): Likewise.
- (msp430_operands): Generate a warning message if a NOP is inserted
- into the instruction stream.
- * doc/c-msp430.texi (node MSP430 Options): Document -md option.
-
-2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
-
- * config/tc-mips.c (mips_elf_final_processing): Set
- EF_MIPS_FP64 for -mgp32 -mfp64, removing old FIXME.
-
-2013-09-16 Will Newton <will.newton@linaro.org>
-
- * config/tc-arm.c (do_neon_ld_st_interleave): Add constraint
- disallowing element size 64 with interleave other than 1.
-
-2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * config/tc-mips.c (match_insn): Set error when $31 is used for
- bltzal* and bgezal*.
-
-2013-09-04 Tristan Gingold <gingold@adacore.com>
-
- * config/tc-ppc.c (md_apply_fix): Handle defined after use toc
- symbols.
-
-2013-09-04 Roland McGrath <mcgrathr@google.com>
-
- PR gas/15914
- * config/tc-arm.c (T16_32_TAB): Add _udf.
- (do_t_udf): New function.
- (insns): Add "udf".
-
-2013-08-23 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
-
- * config/rx-parse.y: Rearrange the components of a bison grammar to issue
- assembler errors at correct position.
-
-2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
-
- PR binutils/15834
- * config/tc-ia64.c: Fix typos.
- * config/tc-sparc.c: Likewise.
- * config/tc-z80.c: Likewise.
- * doc/c-i386.texi: Likewise.
- * doc/c-m32r.texi: Likewise.
-
-2013-08-23 Will Newton <will.newton@linaro.org>
-
- * config/tc-arm.c: (do_neon_ldx_stx): Add extra constraints
- for pre-indexed addressing modes.
-
-2013-08-21 Alan Modra <amodra@gmail.com>
-
- * symbols.c (fb_label_instance_inc, fb_label_instance): Properly
- range check label number for use with fb_low_counter array.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_check_isa_supports_ase, reg_lookup)
- (mips_parse_argument_token, validate_micromips_insn, md_begin)
- (check_regno, match_float_constant, check_completed_insn, append_insn)
- (match_insn, match_mips16_insn, match_insns, macro_start)
- (macro_build_ldst_constoffset, load_register, macro, mips_ip)
- (mips16_ip, mips_set_option_string, md_parse_option)
- (mips_after_parse_args, mips_after_parse_args, md_pcrel_from)
- (md_apply_fix, s_align, s_option, s_mipsset, s_tls_rel_directive)
- (s_gpword, s_gpdword, s_ehword, s_nan, tc_gen_reloc, md_convert_frag)
- (s_mips_end, s_mips_ent, s_mips_frame, s_mips_mask, mips_parse_cpu):
- Start error messages with a lower-case letter. Do not end error
- messages with a period. Wrap long messages to 80 character-lines.
- Use "cannot" instead of "can't" and "can not".
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (imm_expr): Expand comment.
- (set_at, macro, mips16_macro): Expect imm_expr to be O_constant
- when populated.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (imm2_expr): Delete.
- (md_assemble, match_insn, imm2_expr.X_op, mips_ip): Update accordingly.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (report_bad_range, report_bad_field): Delete.
- (macro): Remove M_DEXT and M_DINS handling.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_arg_info): Replace allow_nonconst and
- lax_max with lax_match.
- (match_int_operand): Update accordingly. Don't report an error
- for !lax_match-only cases.
- (match_insn): Replace more_alts with lax_match and use it to
- initialize the mips_arg_info field. Add a complete_p parameter.
- Handle implicit VU0 suffixes here.
- (match_invalid_for_isa, match_insns, match_mips16_insns): New
- functions.
- (mips_ip, mips16_ip): Use them.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (match_expression): Report uses of registers here.
- Add a "must be an immediate expression" error. Handle elided offsets
- here rather than...
- (match_int_operand): ...here.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_arg_info): Remove soft_match.
- (match_out_of_range, match_not_constant): New functions.
- (match_const_int): Remove fallback parameter and check for soft_match.
- Use match_not_constant.
- (match_mapped_int_operand, match_addiusp_operand)
- (match_perf_reg_operand, match_save_restore_list_operand)
- (match_mdmx_imm_reg_operand): Update accordingly. Use
- match_out_of_range and set_insn_error* instead of as_bad.
- (match_int_operand): Likewise. Use match_not_constant in the
- !allows_nonconst case.
- (match_float_constant): Report invalid float constants.
- (match_insn, match_mips16_insn): Remove soft_match code. Rely on
- match_float_constant to check for invalid constants. Fail the
- match if match_const_int or match_float_constant return false.
- (mips_ip): Update accordingly.
- (mips16_ip): Likewise. Undo null termination of instruction name
- once lookup is complete.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_insn_error_format): New enum.
- (mips_insn_error): New struct.
- (insn_error): Change to a mips_insn_error.
- (clear_insn_error, set_insn_error_format, set_insn_error)
- (set_insn_error_i, set_insn_error_ss, report_insn_error): New
- functions.
- (mips_parse_argument_token, md_assemble, match_insn)
- (match_mips16_insn): Use them instead of manipulating insn_error
- directly.
- (mips_ip, mips16_ip): Likewise. Simplify control flow.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (normalize_constant_expr): Move further up file.
- (normalize_address_expr): Likewise.
- (match_insn, match_mips16_insn): New functions, split out from...
- (mips_ip, mips16_ip): ...here.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (operand_reg_mask, match_operand): Handle
- OP_OPTIONAL_REG.
- (mips_ip, mips16_ip): Use mips_optional_operand_p to check
- for optional operands.
-
-2013-08-16 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
- modifiers generally.
-
-2013-08-16 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
-
-2013-08-14 David Edelsohn <dje.gcc@gmail.com>
-
- * config/tc-ppc.c (ppc_comm): Accept optional fourth .lcomm
- argument as alignment.
-
-2013-08-09 Nick Clifton <nickc@redhat.com>
-
- * config/tc-rl78.c (elf_flags): New variable.
- (enum options): Add OPTION_G10.
- (md_longopts): Add mg10.
- (md_parse_option): Parse -mg10.
- (rl78_elf_final_processing): New function.
- * config/tc-rl78.c (tc_final_processing): Define.
- * doc/c-rl78.texi: Document -mg10 option.
-
-2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
-
- * config/tc-mips.c (match_vu0_suffix_operand): Allow single-channel
- suffixes to be elided too.
- (mips_lookup_insn): Don't reject INSN2_VU0_CHANNEL_SUFFIX here.
- (mips_ip): Assume .xyzw if no VU0 suffix is specified. Allow +N
- to be omitted too.
-
-2013-08-05 John Tytgat <john@bass-software.com>
-
- * po/POTFILES.in: Regenerate.
-
-2013-08-05 Eric Botcazou <ebotcazou@adacore.com>
- Konrad Eisele <konrad@gaisler.com>
-
- * config/tc-sparc.c (sparc_arch_types): Add leon.
- (sparc_arch): Move sparc4 around and add leon.
- (sparc_target_format): Document -Aleon.
- * doc/c-sparc.texi: Likewise.
-
-2013-08-05 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_lookup_insn): Make length and opend signed.
-
-2013-08-04 Jürgen Urban <JuergenUrban@gmx.de>
- Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (MAX_OPERANDS): Bump to 6.
- (RWARN): Bump to 0x8000000.
- (RTYPE_VI, RTYPE_VF, RTYPE_R5900_I, RTYPE_R5900_Q, RTYPE_R5900_R)
- (RTYPE_R5900_ACC): New register types.
- (RTYPE_MASK): Include them.
- (R5900_I_NAMES, R5900_Q_NAMES, R5900_R_NAMES, R5900_ACC_NAMES): New
- macros.
- (reg_names): Include them.
- (mips_parse_register_1): New function, split out from...
- (mips_parse_register): ...here. Add a channels_ptr parameter.
- Look for VU0 channel suffixes when nonnull.
- (reg_lookup): Update the call to mips_parse_register.
- (mips_parse_vu0_channels): New function.
- (OT_CHANNELS, OT_DOUBLE_CHAR): New mips_operand_token_types.
- (mips_operand_token): Add a "channels" field to the union.
- Extend the comment above "ch" to OT_DOUBLE_CHAR.
- (mips_parse_base_start): Match -- and ++. Handle channel suffixes.
- (mips_parse_argument_token): Handle channel suffixes here too.
- (validate_mips_insn): Handle INSN2_VU0_CHANNEL_SUFFIX.
- Ignore OP_VU0_MATCH_SUFFIX when calculating the used bits.
- Handle '#' formats.
- (md_begin): Register $vfN and $vfI registers.
- (operand_reg_mask): Handle OP_VU0_SUFFIX and OP_VU0_MATCH_SUFFIX.
- (convert_reg_type): Handle OP_REG_VI, OP_REG_VF, OP_REG_R5900_I,
- OP_REG_R5900_Q, OP_REG_R5900_R and OP_REG_R5900_ACC.
- (match_vu0_suffix_operand): New function.
- (match_operand): Handle OP_VU0_SUFFIX and OP_VU0_MATCH_SUFFIX.
- (macro): Use "+7" rather than "E" for LDQ2 and STQ2.
- (mips_lookup_insn): New function.
- (mips_ip): Use it. Allow "+K" operands to be elided at the end
- of an instruction. Handle '#' sequences.
-
-2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (macro, mips16_macro): Create an array of operand
- values and use it instead of sreg, treg, xreg, etc.
-
-2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (match_int_operand): Use mips_int_operand_min
- and mips_int_operand_max.
- (mips16_immed_operand, mips16_immed_operands, MIPS16_NUM_IMMED):
- Delete.
- (mips16_immed_operand, mips16_immed_in_range_p): New functions.
- (mips16_immed, mips16_extended_frag): Use them. Use mips_int_operand
- instead of mips16_immed_operand.
-
-2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips16_macro): Don't use move_register.
- (mips16_ip): Allow macros to use 'p'.
-
-2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (MAX_OPERANDS): New macro.
- (mips_operand_array): New structure.
- (mips_operands, mips16_operands, micromips_operands): New arrays.
- (micromips_to_32_reg_b_map, micromips_to_32_reg_c_map)
- (micromips_to_32_reg_e_map, micromips_to_32_reg_f_map)
- (micromips_to_32_reg_g_map, micromips_to_32_reg_l_map)
- (micromips_to_32_reg_q_map): Delete.
- (insn_operands, insn_opno, insn_extract_operand): New functions.
- (validate_mips_insn): Take a mips_operand_array as argument and
- use it to build up a list of operands. Extend to handle INSN_MACRO
- and MIPS16.
- (validate_mips16_insn): New function.
- (validate_micromips_insn): Take a mips_operand_array as argument.
- Handle INSN_MACRO.
- (md_begin): Initialize mips_operands, mips16_operands and
- micromips_operands. Call validate_mips_insn and
- validate_micromips_insn for macro instructions too.
- Call validate_mips16_insn for MIPS16 instructions.
- (insn_read_mask, insn_write_mask, operand_reg_mask, insn_reg_mask):
- New functions.
- (gpr_read_mask, gpr_write_mask, fpr_read_mask, fpr_write_mask): Use
- them. Handle INSN_UDI.
- (get_append_method): Use gpr_read_mask.
-
-2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (compact_branch_p, uncond_branch_p): Use the same
- flags for MIPS16 and non-MIPS16 instructions.
- (gpr_mod_mask): Move the INSN2_MOD_SP case outside the micromips block.
- (gpr_read_mask): Use INSN2_READ_GPR_31 for MIPS16 instructions too.
- (gpr_write_mask): Remove MIPS16_INSN_WRITE_SP handling.
- (can_swap_branch_p, get_append_method): Use the same flags for MIPS16
- and non-MIPS16 instructions. Fix formatting.
-
-2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (reg_needs_delay): Move later in file.
- Use gpr_write_mask.
- (insns_between): Use gpr_read_mask instead of EXTRACT_OPERAND.
-
-2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
- Alexander Ivchenko <alexander.ivchenko@intel.com>
- Maxim Kuznetsov <maxim.kuznetsov@intel.com>
- Sergey Lega <sergey.s.lega@intel.com>
- Anna Tikhonova <anna.tikhonova@intel.com>
- Ilya Tocar <ilya.tocar@intel.com>
- Andrey Turetskiy <andrey.turetskiy@intel.com>
- Ilya Verbin <ilya.verbin@intel.com>
- Kirill Yukhin <kirill.yukhin@intel.com>
- Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * config/tc-i386-intel.c (O_zmmword_ptr): New.
- (i386_types): Add zmmword.
- (i386_intel_simplify_register): Allow regzmm.
- (i386_intel_simplify): Handle zmmwords.
- (i386_intel_operand): Handle RC/SAE, vector operations and
- zmmwords.
- * config/tc-i386.c (ZMMWORD_MNEM_SUFFIX): New.
- (struct RC_Operation): New.
- (struct Mask_Operation): New.
- (struct Broadcast_Operation): New.
- (vex_prefix): Size of bytes increased to 4 to support EVEX
- encoding.
- (enum i386_error): Add new error codes: unsupported_broadcast,
- broadcast_not_on_src_operand, broadcast_needed,
- unsupported_masking, mask_not_on_destination, no_default_mask,
- unsupported_rc_sae, rc_sae_operand_not_last_imm,
- invalid_register_operand, try_vector_disp8.
- (struct _i386_insn): Add new fields vrex, need_vrex, mask,
- rounding, broadcast, memshift.
- (struct RC_name): New.
- (RC_NamesTable): New.
- (evexlig): New.
- (evexwig): New.
- (extra_symbol_chars): Add '{'.
- (cpu_arch): Add AVX512F, AVX512CD, AVX512ER and AVX512PF.
- (i386_operand_type): Add regzmm, regmask and vec_disp8.
- (match_mem_size): Handle zmmwords.
- (operand_type_match): Handle zmm-registers.
- (mode_from_disp_size): Handle vec_disp8.
- (fits_in_vec_disp8): New.
- (md_begin): Handle {} properly.
- (type_names): Add "rZMM", "Mask reg" and "Vector d8".
- (build_vex_prefix): Handle vrex.
- (build_evex_prefix): New.
- (process_immext): Adjust to properly handle EVEX.
- (md_assemble): Add EVEX encoding support.
- (swap_2_operands): Correctly handle operands with masking,
- broadcasting or RC/SAE.
- (check_VecOperands): Support EVEX features.
- (VEX_check_operands): Properly handle 16 upper [xyz]mm registers.
- (match_template): Support regzmm and handle new error codes.
- (process_suffix): Handle zmmwords and zmm-registers.
- (check_byte_reg): Extend to zmm-registers.
- (process_operands): Extend to zmm-registers.
- (build_modrm_byte): Handle EVEX.
- (output_insn): Adjust to properly handle EVEX case.
- (disp_size): Handle vec_disp8.
- (output_disp): Support compressed disp8*N evex feature.
- (output_imm): Handle RC/SAE immediates properly.
- (check_VecOperations): New.
- (i386_immediate): Handle EVEX features.
- (i386_index_check): Handle zmmwords and zmm-registers.
- (RC_SAE_immediate): New.
- (i386_att_operand): Handle EVEX features.
- (parse_real_register): Add a check for ZMM/Mask registers.
- (OPTION_MEVEXLIG): New.
- (OPTION_MEVEXWIG): New.
- (md_longopts): Add mevexlig and mevexwig.
- (md_parse_option): Handle mevexlig and mevexwig options.
- (md_show_usage): Add description for mevexlig and mevexwig.
- * doc/c-i386.texi: Document avx512f/.avx512f, avx512cd/.avx512cd,
- avx512er/.avx512er, avx512pf/.avx512pf, mevexlig and mevexwig.
-
-2013-07-25 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * config/tc-i386.c (cpu_arch): Add .sha.
- * doc/c-i386.texi: Document sha/.sha.
-
-2013-07-24 Anna Tikhonova <anna.tikhonova@intel.com>
- Kirill Yukhin <kirill.yukhin@intel.com>
- Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * config/tc-i386.c (BND_PREFIX): New.
- (struct _i386_insn): Add new field bnd_prefix.
- (add_bnd_prefix): New.
- (cpu_arch): Add MPX.
- (i386_operand_type): Add regbnd.
- (md_assemble): Handle BND prefixes.
- (parse_insn): Likewise.
- (output_branch): Likewise.
- (output_jump): Likewise.
- (build_modrm_byte): Handle regbnd.
- (OPTION_MADD_BND_PREFIX): New.
- (md_longopts): Add entry for 'madd-bnd-prefix'.
- (md_parse_option): Handle madd-bnd-prefix option.
- (md_show_usage): Add description for madd-bnd-prefix
- option.
- * doc/c-i386.texi: Document mpx/.mpx and -madd-bnd-prefix.
-
-2013-07-24 Tristan Gingold <gingold@adacore.com>
-
- * config/tc-ppc.c (md_apply_fix): Adjust BFD_RELOC_PPC_B16 on
- xcoff targets.
-
-2013-07-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * config/tc-s390.c (s390_machine): Don't force the .machine
- argument to lower case.
-
-2013-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * config/tc-arm.c (s_arm_arch_extension): Improve error message
- for invalid extension.
-
-2013-07-19 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (enum aarch64_abi_type): New enumeration tag.
- (AARCH64_ABI_LP64, AARCH64_ABI_ILP32): New enumerators.
- (aarch64_abi): New variable.
- (ilp32_p): Change to be a macro.
- (aarch64_opts): Remove the support for option -milp32 and -mlp64.
- (struct aarch64_option_abi_value_table): New struct.
- (aarch64_abis): New table.
- (aarch64_parse_abi): New function.
- (aarch64_long_opts): Add entry for -mabi=.
- * doc/as.texinfo (Target AArch64 options): Document -mabi.
- * doc/c-aarch64.texi: Likewise.
-
-2013-07-18 Jim Thomas <thomas@cfht.hawaii.edu>
-
- * config/tc-i386-intel.c (i386_intel_operand): Fixed signed vs
- unsigned comparison.
-
-2013-07-18 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
-
- * config/rx-defs.h: Add macros for RX100, RX200, RX600, and
- RX610.
- * config/rx-parse.y: (rx_check_float_support): Add function to
- check floating point operation support for target RX100 and
- RX200.
- * config/tc-rx.c: Add CPU options RX100, RX200, RX600, and RX610.
- * doc/c-rx.texi: Add -mcpu option to recognize macros for RX100,
- RX200, RX600, and RX610
-
-2013-07-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
-
- * config/tc-avr.c (md_show_usage): Add avrxmega2 to help text
-
-2013-07-18 Vishnu K.S <vishnu.k_s@atmel.com>
-
- * config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4.
- * doc/c-avr.texi: Likewise.
-
-2013-07-15 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (match_save_restore_list_operand): Avoid -Wformat
- error with older GCCs.
- (mips16_macro_build): Dereference args.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_prefer_vec_regno, mips_parse_register):
- New functions, split out from...
- (reg_lookup): ...here. Remove itbl support.
- (reglist_lookup): Delete.
- (mips_operand_token_type): New enum.
- (mips_operand_token): New structure.
- (mips_operand_tokens): New variable.
- (mips_add_token, mips_parse_base_start, mips_parse_argument_token)
- (mips_parse_arguments): New functions.
- (md_begin): Initialize mips_operand_tokens.
- (mips_arg_info): Add a token field. Remove optional_reg field.
- (match_char, match_expression): New functions.
- (match_const_int): Use match_expression. Remove "s" argument
- and return a boolean result. Remove O_register handling.
- (match_regno, match_reg, match_reg_range): New functions.
- (match_int_operand, match_mapped_int_operand, match_msb_operand)
- (match_reg_operand, match_reg_pair_operand, match_perf_reg_operand)
- (match_addiusp_operand, match_clo_clz_dest_operand)
- (match_lwm_swm_list_operand, match_entry_exit_operand)
- (match_save_restore_list_operand, match_mdmx_imm_reg_operand)
- (match_tied_reg_operand): Remove "s" argument and return a boolean
- result. Match tokens rather than text. Update calls to
- match_const_int. Rely on match_regno to call check_regno.
- (match_pcrel_operand, match_pc_operand): Replace "s" argument with
- "arg" argument. Return a boolean result.
- (parse_float_constant): Replace with...
- (match_float_constant): ...this new function.
- (match_operand): Remove "s" argument and return a boolean result.
- Update calls to subfunctions.
- (mips_ip, mips16_ip): Call mips_parse_arguments. Use match routines
- rather than string-parsing routines. Update handling of optional
- registers for token scheme.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (parse_float_constant): Split out from...
- (mips_ip): ...here.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (INSERT_BITS, INSERT_OPERAND, MIPS16_INSERT_OPERAND):
- Delete.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips32_to_16_reg_map): Delete.
- (match_entry_exit_operand): New function.
- (match_save_restore_list_operand): Likewise.
- (match_operand): Use them.
- (check_absolute_expr): Delete.
- (mips16_ip): Rewrite main parsing loop to use mips_operands.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c: Enable functions commented out in previous patch.
- (SKIP_SPACE_TABS): Move further up file.
- (mips32_to_micromips_reg_b_map, mips32_to_micromips_reg_c_map)
- (mips32_to_micromips_reg_d_map, mips32_to_micromips_reg_e_map)
- (ips32_to_micromips_reg_f_map, mips32_to_micromips_reg_g_map)
- (mips32_to_micromips_reg_l_map, mips32_to_micromips_reg_m_map)
- (mips32_to_micromips_reg_q_map, mips32_to_micromips_reg_n_map)
- (micromips_imm_b_map, micromips_imm_c_map): Delete.
- (mips_lookup_reg_pair): Delete.
- (macro): Use report_bad_range and report_bad_field.
- (mips_immed, expr_const_in_range): Delete.
- (mips_ip): Rewrite main parsing loop to use new functions.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_oddfpreg_ok): Move further up file.
- Change return type to bfd_boolean.
- (report_bad_range, report_bad_field): New functions.
- (mips_arg_info): New structure.
- (match_const_int, convert_reg_type, check_regno, match_int_operand)
- (match_mapped_int_operand, match_msb_operand, match_reg_operand)
- (match_reg_pair_operand, match_pcrel_operand, match_perf_reg_operand)
- (match_addiusp_operand, match_clo_clz_dest_operand)
- (match_lwm_swm_list_operand, match_mdmx_imm_reg_operand)
- (match_pc_operand, match_tied_reg_operand, match_operand)
- (check_completed_insn): New functions, commented out for now.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (insn_insert_operand): New function.
- (macro_build, mips16_macro_build): Put null character check
- in the for loop and convert continues to breaks. Use operand
- structures to handle constant operands.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (validate_mips_insn): Move further up file.
- Add insn_bits and decode_operand arguments. Use the mips_operand
- fields to work out which bits an operand occupies. Detect double
- definitions.
- (validate_micromips_insn): Move further up file. Call into
- validate_mips_insn.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips16_macro_build): Remove 'Y' case.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (macro_build): Take an int for "C", "k", "\\"
- and "~".
- (macro): Update accordingly.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (imm_expr, imm2_expr, offset_expr): Tweak commentary.
- (imm_reloc): Delete.
- (md_assemble): Remove imm_reloc handling.
- (mips_ip): Update commentary. Use offset_expr and offset_reloc
- rather than imm_expr and imm_reloc for 'i', 'j' and 'u'.
- Use a temporary array rather than imm_reloc when parsing
- constant expressions. Remove imm_reloc initialization.
- (mips16_ip): Update commentary. Use offset_expr and offset_reloc
- for the relaxable field. Use a relax_char variable to track the
- type of this field. Remove imm_reloc initialization.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips16_ip): Handle "I".
-
-2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
-
- * config/tc-mips.c (mips_flag_nan2008): New variable.
- (options): Add OPTION_NAN enum value.
- (md_longopts): Handle it.
- (md_parse_option): Likewise.
- (s_nan): New function.
- (mips_elf_final_processing): Handle EF_MIPS_NAN2008.
- (md_show_usage): Add -mnan.
-
- * doc/as.texinfo (Overview): Add -mnan.
- * doc/c-mips.texi (MIPS Opts): Document -mnan.
- (MIPS NaN Encodings): New node. Document .nan directive.
- (MIPS-Dependent): List the new node.
-
-2013-07-09 Tristan Gingold <gingold@adacore.com>
-
- * configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H
-
-2013-07-08 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_ip): Unconditionally parse an expression
- for 'A' and assume that the constant has been elided if the result
- is an O_register.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (gprel16_reloc_p): New function.
- (macro_read_relocs): Assume BFD_RELOC_LO16 if all relocs are
- BFD_RELOC_UNUSED.
- (offset_high_part, small_offset_p): New functions.
- (nacro): Use them. Remove *_OB and *_DOB cases. For single-
- register load and store macros, handle the 16-bit offset case first.
- If a 16-bit offset is not suitable for the instruction we're
- generating, load it into the temporary register using
- ADDRESS_ADDI_INSN. Make the M_LI_DD code fall through into the
- M_L_DAB code once the address has been constructed. For double load
- and store macros, again handle the 16-bit offset case first.
- If the second register cannot be accessed from the same high
- part as the first, load it into AT using ADDRESS_ADDI_INSN.
- Fix the handling of LD in cases where the first register is the
- same as the base. Also handle the case where the offset is
- not 16 bits and the second register cannot be accessed from the
- same high part as the first. For unaligned loads and stores,
- fuse the offbits == 12 and old "ab" handling. Apply this handling
- whenever the second offset needs a different high part from the first.
- Construct the offset using ADDRESS_ADDI_INSN where possible,
- for offbits == 16 as well as offbits == 12. Use offset_reloc
- when constructing the individual loads and stores.
- (mips_ip): Set up imm_expr, imm2_expr, offset_expr, imm_reloc
- and offset_reloc before matching against a particular opcode.
- Handle elided 'A' constants. Allow 'A' constants to use
- relocation operators.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (validate_mips_insn): Remove "[" and "]" handling.
- (mips_ip): Likewise. Do not set is_mdmx for INSN_5400 instructions.
- Check constraints on the VR5400 RZU.OB, SLL.OB and SRL.OB instructions.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_ip): Preserve the real bit number for "+p".
- Require the msb to be <= 31 for "+s". Check that the size is <= 31
- for both "+s" and "+S".
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (validate_mips_insn, validate_micromips_insn):
- (mips_ip, mips16_ip): Handle "+i".
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips32_to_micromips_reg_h_map): Delete.
- (micromips_to_32_reg_h_map): Rename to...
- (micromips_to_32_reg_h_map1): ...this.
- (micromips_to_32_reg_i_map): Rename to...
- (micromips_to_32_reg_h_map2): ...this.
- (mips_lookup_reg_pair): New function.
- (gpr_write_mask, macro): Adjust after above renaming.
- (validate_micromips_insn): Remove "mi" handling.
- (mips_ip): Likewise. Parse both registers in a pair for "mh".
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (validate_mips_insn, validate_micromips_insn)
- (mips_ip): Remove "+D" and "+T" handling.
-
-2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * config/tc-s390.c (md_gather_operands, md_apply_fix): Support new
- relocs.
-
-2013-07-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
-
- * config/tc-aarch64.c (reloc_table): Merge got_prel19 into got.
-
-2013-07-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
-
- * config/tc-aarch64.c (md_apply_fix): Reorder case values.
- (aarch64_force_relocation): Likewise.
-
-2013-07-02 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (ppc_elf_adjust_symtab): Don't make .TOC. weak.
-
-2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
-
- * doc/as.texinfo (Overview): Remove @samp from MIPS ISA names.
- * doc/c-mips.texi (MIPS Options): Remove @sc from MIPS ISA names.
- Replace @sc{mips16} with literal `MIPS16'.
- (MIPS ISA): Replace @sc{mips3} with literal `MIPS III'.
-
-2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (reloc_table): Replace
- BFD_RELOC_AARCH64_LD64_GOT_LO12_NC with
- BFD_RELOC_AARCH64_LD_GOT_LO12_NC; likewise to
- BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC and
- BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_LO12_NC.
- (md_apply_fix): Handle BFD_RELOC_AARCH64_LD_GOT_LO12_NC,
- BFD_RELOC_AARCH64_LD32_GOT_LO12_NC,
- BFD_RELOC_AARCH64_TLSDESC_LD_LO12_NC,
- BFD_RELOC_AARCH64_TLSDESC_LD32_LO12_NC,
- BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_LO12_NC and
- BFD_RELOC_AARCH64_TLSIE_LD32_GOTTPREL_LO12_NC.
- (aarch64_force_relocation): Likewise.
-
-2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (ilp32_p): New static variable.
- (elf64_aarch64_target_format): Return the target according to the
- value of 'ilp32_p'.
- (md_begin): Determine 'mach' according to the value of 'ilp32_p'.
- (aarch64_opts): Add support for options '-milp32' and '-mlp64'.
- (aarch64_dwarf2_addr_size): New function.
- * config/tc-aarch64.h (aarch64_dwarf2_addr_size): New declaration.
- (DWARF2_ADDR_SIZE): New define.
-
-2013-06-26 Richard Sandiford <rdsandiford@googlemail.com>
-
- * doc/c-mips.texi: Use ISA instead of @sc{isa}.
-
-2013-06-26 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (validate_mips_insn): Use STYPE rather than SHAMT.
-
-2013-06-25 Maciej W. Rozycki <macro@codesourcery.com>
-
- * config/tc-mips.c (mips_set_options): Add insn32 member.
- (mips_opts): Initialize it.
- (NOP_INSN, NOP_INSN_SIZE): Handle insn32 mode.
- (options): Add OPTION_INSN32 and OPTION_NO_INSN32 enum values.
- (md_longopts): Add "minsn32" and "mno-insn32" options.
- (is_size_valid): Handle insn32 mode.
- (md_assemble): Pass instruction string down to macro.
- (brk_fmt): Add second dimension and insn32 mode initializers.
- (mfhl_fmt): Likewise.
- (BRK_FMT, MFHL_FMT): Handle insn32 mode.
- (macro_build) <'c'>: Handle microMIPS 32-bit BREAK encoding.
- (macro_build_jalr, move_register): Handle insn32 mode.
- (macro_build_branch_rs): Likewise.
- (macro): Handle insn32 mode.
- <M_JRADDIUSP>, <M_JRC>, <M_MOVEP>: New cases.
- (mips_ip): Handle insn32 mode.
- (md_parse_option): Handle OPTION_INSN32 and OPTION_NO_INSN32.
- (s_mipsset): Handle "insn32" and "noinsn32" pseudo-ops.
- (mips_handle_align): Handle insn32 mode.
- (md_show_usage): Add -minsn32 and -mno-insn32.
-
- * doc/as.texinfo (Target MIPS options): Add -minsn32 and
- -mno-insn32 options.
- (-minsn32, -mno-insn32): New options.
- * doc/c-mips.texi (MIPS Opts): Add -minsn32 and -mno-insn32
- options.
- (MIPS assembly options): New node. Document .set insn32 and
- .set noinsn32.
- (MIPS-Dependent): List the new node.
-
-2013-06-25 Nick Clifton <nickc@redhat.com>
-
- * config/tc-msp430.c (msp430_srcoperand): Do not allow the use of
- the PC in indirect addressing on 430xv2 parts.
- (msp430_operands): Add version test to hardware bug encoding
- restrictions.
-
-2013-06-24 Roland McGrath <mcgrathr@google.com>
-
- * config/tc-arm.c (parse_reg_list): Use skip_past_char for '}',
- so it skips whitespace before it.
- (s_arm_unwind_save_mmxwr, s_arm_unwind_save_mmxwcg): Likewise.
-
- * config/tc-arm.c (arm_symbol_chars): Include '{' and '}'.
- (arm_reg_parse_multi): Skip whitespace first.
- (parse_reg_list): Likewise.
- (parse_vfp_reg_list): Likewise.
- (s_arm_unwind_save_mmxwcg): Likewise.
-
-2013-06-24 Nick Clifton <nickc@redhat.com>
-
- PR gas/15623
- * config/tc-arm.c (do_t_smc): Mark as ending an IT block.
-
-2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_ip): Fix swapped bit numbers in comments.
-
-2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c: Assert that offsetT and valueT are at least
- 8 bytes in size.
- (GPR_SMIN, GPR_SMAX): New macros.
- (macro, mips_ip): Remove code for 4-byte valueT and offsetT.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c: Remove OBJ_ELF, OBJ_MAYBE_ELF and IS_ELF
- conditions. Remove any code deselected by them.
- (s_mips_frame, s_mips_mask): Handle ECOFF_DEBUGGING case first.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * NEWS: Note removal of ECOFF support.
- * doc/as.texinfo (--emulation): Update for the removal of MIPS ECOFF.
- * Makefile.am (TARG_ENV_HFILES): Remove config/te-lnews.h.
- (MULTI_CFILES): Remove config/e-mipsecoff.c.
- * Makefile.in: Regenerate.
- * configure.in: Remove MIPS ECOFF references.
- (mips-sony-bsd*, mips-*-bsd*, mips-*-lnews*-ecoff, mips-*-*-ecoff):
- Delete cases.
- (mips-*-irix5*-*, mips*-*-linux*-*, mips*-*-freebsd*)
- (mips*-*-kfreebsd*-gnu, mips-*-*-elf): Fold into...
- (mips-*-*): ...this single case.
- (mipsbecoff, mipslecoff, mipsecoff): Remove emulations. Expect
- MIPS emulations to be e-mipself*.
- * configure: Regenerate.
- * configure.tgt (mips-sony-bsd*, mips-*-ultrix*, mips-*-osf*)
- (mips-*-ecoff*, mips-*-pe*, mips-*-irix*, ips-*-lnews*, mips-*-riscos*)
- (mips-*-sysv*): Remove coff and ecoff cases.
- * as.c (mipsbecoff, mipslecoff, mipsecoff): Remove.
- * ecoff.c: Remove reference to MIPS ECOFF.
- * config/e-mipsecoff.c, config/te-lnews.h: Delete files.
- * config/tc-mips.c (ECOFF_LITTLE_FORMAT): Delete.
- (RDATA_SECTION_NAME, mips_target_form): Remove COFF and ECOFF cases.
- (mips_hi_fixup): Tweak comment.
- (append_insn): Require a howto.
- (mips_after_parse_args): Remove OBJ_MAYBE_ECOFF code.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * doc/as.texinfo: Use MIPS rather than @sc{mips} throughout.
- Use "CPU" instead of "cpu".
- * doc/c-mips.texi: Likewise.
- (MIPS Opts): Rename to MIPS Options.
- (MIPS option stack): Rename to MIPS Option Stack.
- (MIPS ASE instruction generation overrides): Rename to
- MIPS ASE Instruction Generation Overrides (for now).
- (MIPS floating-point): Rename to MIPS Floating-Point.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * doc/c-mips.texi (MIPS Macros): New section.
- (MIPS Object): Replace with...
- (MIPS Small Data): ...this new section.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * doc/c-mips.texi (MIPS symbol sizes): Move section further up file.
- Capitalize name. Use @kindex instead of @cindex for .set entries.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * doc/c-mips.texi (MIPS Stabs): Remove section.
-
-2013-06-20 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (ISA_SUPPORTS_SMARTMIPS, ISA_SUPPORTS_DSP_ASE)
- (ISA_SUPPORTS_DSP64_ASE, ISA_SUPPORTS_DSPR2_ASE, ISA_SUPPORTS_EVA_ASE)
- (ISA_SUPPORTS_MT_ASE, ISA_SUPPORTS_MCU_ASE, ISA_SUPPORTS_VIRT_ASE)
- (ISA_SUPPORTS_VIRT64_ASE): Delete.
- (mips_ase): New structure.
- (mips_ases): New table.
- (FP64_ASES): New macro.
- (mips_ase_groups): New array.
- (mips_isa_rev, mips_ase_mask, mips_check_isa_supports_ase)
- (mips_check_isa_supports_ases, mips_set_ase, mips_lookup_ase): New
- functions.
- (is_opcode_valid): Use mips_ases to get the 64-bit ASE flags.
- (md_parse_option): Use mips_ases and mips_set_ase instead of
- separate case statements for each ASE option.
- (mips_after_parse_args): Use FP64_ASES. Use
- mips_check_isa_supports_ases to check the ASEs against
- other options.
- (s_mipsset): Use mips_ases and mips_set_ase instead of
- separate if statements for each ASE option. Use
- mips_check_isa_supports_ases, even when a non-ASE option
- is specified.
-
-2013-06-19 Greta Yorsh <Greta.Yorsh@arm.com>
-
- * config/tc-arm.c (arm_cpus): Add support for Cortex-A12.
-
-2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (md_shortopts, options, md_longopts)
- (md_longopts_size): Move earlier in file.
-
-2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_set_options): Replace separate "ase_*" fields
- with a single "ase" bitmask.
- (mips_opts): Update accordingly.
- (file_ase, file_ase_explicit): New variables.
- (file_ase_mips3d, file_ase_mdmx, file_ase_smartmips, file_ase_dsp)
- (file_ase_dspr2, file_ase_eva, file_ase_mt, file_ase_virt): Delete.
- (ISA_HAS_ROR): Adjust for mips_set_options change.
- (is_opcode_valid): Take the base ase mask directly from mips_opts.
- (mips_ip): Adjust for mips_set_options change.
- (md_parse_option): Likewise. Update file_ase_explicit.
- (mips_after_parse_args): Adjust for mips_set_options change.
- Use bitmask operations to select the default ASEs. Set file_ase
- rather than individual per-ASE variables.
- (s_mipsset): Adjust for mips_set_options change.
- (mips_elf_final_processing): Test file_ase rather than
- file_ase_mdmx. Remove commented-out code.
-
-2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_cpu_info): Add an "ase" field.
- (MIPS_CPU_ASE_SMARTMIPS, MIPS_CPU_ASE_DSP, MIPS_CPU_ASE_MT)
- (MIPS_CPU_ASE_MIPS3D, MIPS_CPU_ASE_MDMX, MIPS_CPU_ASE_DSPR2)
- (MIPS_CPU_ASE_MCU, MIPS_CPU_ASE_VIRT, MIPS_CPU_ASE_EVA): Delete.
- (mips_after_parse_args): Use the new "ase" field to choose
- the default ASEs.
- (mips_cpu_info_table): Move ASEs from the "flags" field to the
- "ase" field.
-
-2013-06-18 Richard Earnshaw <rearnsha@arm.com>
-
- * config/tc-arm.c (symbol_preemptible): New function.
- (relax_branch): Use it.
-
-2013-06-17 Catherine Moore <clm@codesourcery.com>
- Maciej W. Rozycki <macro@codesourcery.com>
- Chao-Ying Fu <fu@mips.com>
-
- * config/tc-mips.c (mips_set_options): Add ase_eva.
- (mips_set_options mips_opts): Add ase_eva.
- (file_ase_eva): Declare.
- (ISA_SUPPORTS_EVA_ASE): Define.
- (IS_SEXT_9BIT_NUM): Define.
- (MIPS_CPU_ASE_EVA): Define.
- (is_opcode_valid): Add support for ase_eva.
- (macro_build): Likewise.
- (macro): Likewise.
- (validate_mips_insn): Likewise.
- (validate_micromips_insn): Likewise.
- (mips_ip): Likewise.
- (options): Add OPTION_EVA and OPTION_NO_EVA.
- (md_longopts): Add -meva and -mno-eva.
- (md_parse_option): Process new options.
- (mips_after_parse_args): Check for valid EVA combinations.
- (s_mipsset): Likewise.
-
-2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
-
- * dwarf2dbg.h (dwarf2_move_insn): Declare.
- * dwarf2dbg.c (line_subseg): Add pmove_tail.
- (get_line_subseg): Add create_p argument. Initialize pmove_tail.
- (dwarf2_gen_line_info_1): Update call accordingly.
- (dwarf2_move_insn): New function.
- * config/tc-mips.c (append_insn): Use dwarf2_move_insn.
-
-2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
-
- Revert:
-
- 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
-
- PR gas/13024
- * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables.
- (dwarf2_gen_line_info_1): Delete.
- (dwarf2_push_line, dwarf2_flush_pending_lines): New functions.
- (dwarf2_gen_line_info, dwarf2_emit_label): Use them.
- (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines.
- (dwarf2_directive_loc): Push previous .locs instead of generating
- them immediately.
-
-2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * config/tc-mips.c (ISA_SUPPORTS_VIRT_ASE): Support micromips.
- (ISA_SUPPORTS_VIRT64_ASE): Support 64-bit micromips.
-
-2013-06-13 Nick Clifton <nickc@redhat.com>
-
- PR gas/15602
- * config/tc-m68k.h (TC_CHECK_ADJUSTED_BROKEN_DOT_WORD): Define.
- * config/tc-m68k.c (tc_m68k_check_adjusted_broken_word): New
- function. Generates an error if the adjusted offset is out of a
- 16-bit range.
-
-2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
-
- * config/tc-nios2.c (md_apply_fix): Mask constant
- BFD_RELOC_NIOS2_HIADJ16 value to 16 bits.
-
-2013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
-
- * config/tc-mips.c (append_insn): Don't do branch relaxation for
- MIPS-3D instructions either.
- (md_convert_frag): Update the COPx branch mask accordingly.
-
- * config/tc-mips.c (md_show_usage): Document --[no-]relax-branch
- option.
- * doc/as.texinfo (Overview): Add --relax-branch and
- --no-relax-branch.
- * doc/c-mips.texi (MIPS Opts): Document --relax-branch and
- --no-relax-branch.
-
-2013-06-09 Sandra Loosemore <sandra@codesourcery.com>
-
- * config/tc-nios2.c (nios2_parse_args): Allow trap argument to
- omitted.
-
-2013-06-08 Catherine Moore <clm@codesourcery.com>
-
- * config/tc-mips.c (is_opcode_valid): Build ASE mask.
- (is_opcode_valid_16): Pass ase value to opcode_is_member.
- (append_insn): Change INSN_xxxx to ASE_xxxx.
-
-2013-06-01 George Thomas <george.thomas@atmel.com>
-
- * gas/config/tc-avr.c: Change ISA for devices with USB support to
- AVR_ISA_XMEGAU
-
-2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (md_begin): Don't align text/data/bss sections
- for ELF.
-
-2013-05-31 Paul Brook <paul@codesourcery.com>
-
- * config/tc-mips.c (s_ehword): New.
-
-2013-05-30 Paul Brook <paul@codesourcery.com>
-
- * config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
-
-2013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
-
- * write.c (resolve_reloc_expr_symbols): On REL targets don't
- convert relocs who have no relocatable field either. Rephrase
- the conditional so that the PC-relative check is only applied
- for REL targets.
-
-2013-05-28 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * config/tc-mips.c (macro) <ld>: Don't use $zero for address
- calculation.
-
-2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (reloc_table): Update to use
- BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
- BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
- (md_apply_fix): Likewise.
- (aarch64_force_relocation): Likewise.
-
-2013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * config/tc-arm.c (it_fsm_post_encode): Improve
- warning messages about deprecated IT block formats.
-
-2013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
-
- * config/tc-aarch64.c (md_apply_fix): Move value range checking
- inside fx_done condition.
-
-2013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
-
- * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.
-
-2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
-
- * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
- and clean up warning when using PRINT_OPCODE_TABLE.
-
-2013-05-20 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
- and data fixups performing shift/high adjust/sign extension on
- fieldval. Sink fx_pcrel handling and checks. Use fixP->fx_size
- when writing data fixups rather than recalculating size.
-
-2013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
-
- * doc/c-msp430.texi: Fix typo.
-
-2013-05-16 Tristan Gingold <gingold@adacore.com>
-
- * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
- are also TOC symbols.
-
-2013-05-16 Nick Clifton <nickc@redhat.com>
-
- * config/tc-msp430.c: Make -mmcu recognise more part numbers.
- Add -mcpu command to specify core type.
- * doc/c-msp430.texi: Update documentation.
-
-2013-05-09 Andrew Pinski <apinski@cavium.com>
-
- * config/tc-mips.c (struct mips_set_options): New ase_virt field.
- (mips_opts): Update for the new field.
- (file_ase_virt): New variable.
- (ISA_SUPPORTS_VIRT_ASE): New macro.
- (ISA_SUPPORTS_VIRT64_ASE): New macro.
- (MIPS_CPU_ASE_VIRT): New define.
- (is_opcode_valid): Handle ase_virt.
- (macro_build): Handle "+J".
- (validate_mips_insn): Likewise.
- (mips_ip): Likewise.
- (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
- (md_longopts): Add mvirt and mnovirt
- (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
- (mips_after_parse_args): Handle ase_virt field.
- (s_mipsset): Handle "virt" and "novirt".
- (mips_elf_final_processing): Add a comment about virt ASE might need
- a new flag.
- (md_show_usage): Print out the usage of -mvirt and mno-virt options.
- * doc/c-mips.texi: Document -mvirt and -mno-virt.
- Document ".set virt" and ".set novirt".
-
-2013-05-09 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
- control of operand flag bits.
-
-2013-05-07 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
- (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
- (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
- (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
- (md_apply_fix): Set fx_no_overflow for assorted relocations.
- Shift and sign-extend fieldval for use by some VLE reloc
- operand->insert functions.
-
-2013-05-06 Paul Brook <paul@codesourcery.com>
- Catherine Moore <clm@codesourcery.com>
-
- * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
- (limited_pcrel_reloc_p): Likewise.
- (md_apply_fix): Likewise.
- (tc_gen_reloc): Likewise.
-
-2013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (limited_pcrel_reloc_p): New function.
- (mips_fix_adjustable): Adjust pc-relative check to use
- limited_pc_reloc_p.
-
-2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
-
- * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
- (s_mips_stab): Do not restrict to stabn only.
-
-2013-05-02 Nick Clifton <nickc@redhat.com>
-
- * config/tc-msp430.c: Add support for the MSP430X architecture.
- Add code to insert a NOP instruction after any instruction that
- might change the interrupt state.
- Add support for the LARGE memory model.
- Add code to initialise the .MSP430.attributes section.
- * config/tc-msp430.h: Add support for the MSP430X architecture.
- * doc/c-msp430.texi: Document the new -mL and -mN command line
- options.
- * NEWS: Mention support for the MSP430X architecture.
-
-2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
-
- * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
- alpha*-*-linux*ecoff*.
-
-2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * config/tc-mips.c (mips_ip): Add sizelo.
- For "+C", "+G", and "+H", set sizelo and compare against it.
-
-2013-04-29 Nick Clifton <nickc@redhat.com>
-
- * as.c (Options): Add -gdwarf-sections.
- (parse_args): Likewise.
- * as.h (flag_dwarf_sections): Declare.
- * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
- (process_entries): When -gdwarf-sections is enabled generate
- fragmentary .debug_line sections.
- (out_debug_line): Set the section for the .debug_line section end
- symbol.
- * doc/as.texinfo: Document -gdwarf-sections.
- * NEWS: Mention -gdwarf-sections.
-
-2013-04-26 Christian Groessler <chris@groessler.org>
-
- * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
- according to the target parameter. Don't call s_segm since s_segm
- calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
- initialized yet.
- (md_begin): Call s_segm according to target parameter from command
- line.
-
-2013-04-25 Alan Modra <amodra@gmail.com>
-
- * configure.in: Allow little-endian linux.
- * configure: Regenerate.
-
-2013-04-24 Sandra Loosemore <sandra@codesourcery.com>
-
- * config/tc-nios2.c (nios2_control_register_arg_p): Rename
- "fstatus" control register to "eccinj".
-
-2013-04-19 Kai Tietz <ktietz@redhat.com>
-
- * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
-
-2013-04-15 Julian Brown <julian@codesourcery.com>
-
- * expr.c (add_to_result, subtract_from_result): Make global.
- * expr.h (add_to_result, subtract_from_result): Add prototypes.
- * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
- subtract_from_result to handle extra bit of precision for .sleb128
- directive operands.
-
-2013-04-10 Julian Brown <julian@codesourcery.com>
-
- * read.c (convert_to_bignum): Add sign parameter. Use it
- instead of X_unsigned to determine sign of resulting bignum.
- (emit_expr): Pass extra argument to convert_to_bignum.
- (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
- X_extrabit to convert_to_bignum.
- (parse_bitfield_cons): Set X_extrabit.
- * expr.c (make_expr_symbol, expr_build_uconstant, operand):
- Initialise X_extrabit field as appropriate.
- (add_to_result): New.
- (subtract_from_result): New.
- (expr): Use above.
- * expr.h (expressionS): Add X_extrabit field.
-
-2013-04-10 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
- register being PC when is_t or writeback, and use distinct
- diagnostic for the latter case.
-
-2013-04-10 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (parse_operands): Re-write
- po_barrier_or_imm().
- (do_barrier): Remove bogus constraint().
- (do_t_barrier): Remove.
-
-2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
-
- * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
- ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
- ATmega2564RFR2
- * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
-
-2013-04-09 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
- Use local variable Rt in more places.
- (do_vmsr): Accept all control registers.
-
-2013-04-09 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
- if there was none specified for moves between scalar and core
- register.
-
-2013-04-09 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
- NEON_ALL_LANES case.
-
-2013-04-08 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
- PC-relative VSTR.
-
-2013-04-08 Jan Beulich <jbeulich@suse.com>
-
- * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
- entry to sp_fiq.
-
-2013-04-03 Alan Modra <amodra@gmail.com>
-
- * doc/as.texinfo: Add support to generate man options for h8300.
- * doc/c-h8300.texi: Likewise.
-
-2013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
-
- * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
- Cortex-A57.
-
-2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR binutils/15068
- * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
-
-2013-03-26 Nick Clifton <nickc@redhat.com>
-
- PR gas/15295
- * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
- start of the file each time.
-
- PR gas/15178
- * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
- FreeBSD targets.
-
-2013-03-26 Douglas B Rupp <rupp@gnat.com>
-
- * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
- after fixup.
-
-2013-03-21 Will Newton <will.newton@linaro.org>
-
- * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
- pc-relative str instructions in Thumb mode.
-
-2013-03-21 Michael Schewe <michael.schewe@gmx.net>
-
- * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
- @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
- R_H8_DISP32A16.
- * config/tc-h8300.h: Remove duplicated defines.
-
-2013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
-
- PR gas/15282
- * tc-avr.c (mcu_has_3_byte_pc): New function.
- (tc_cfi_frame_initial_instructions): Call it to find return
- address size.
-
-2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR gas/15095
- * config/tc-tic6x.c (tic6x_try_encode): Handle
- tic6x_coding_dreg_(msb|lsb) field coding types and use it to
- encode register pair numbers when required.
-
-2013-03-15 Will Newton <will.newton@linaro.org>
-
- * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
- in vstr in Thumb mode for pre-ARMv7 cores.
-
-2013-03-14 Andreas Schwab <schwab@suse.de>
-
- * doc/c-arc.texi (ARC Directives): Revert last change and use
- @itemize instead of @table.
- * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
-
-2013-03-14 Nick Clifton <nickc@redhat.com>
-
- PR gas/15273
- * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
- NULL message, instead just check ARM_CPU_IS_ANY directly.
-
-2013-03-14 Nick Clifton <nickc@redhat.com>
-
- PR gas/15212
- * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
- for table format.
- * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
- to the @item directives.
- (ARM-Neon-Alignment): Move to correct place in the document.
- * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
- formatting.
- * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
- @smallexample.
-
-2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
- case. Add default BAD_CASE to switch.
-
-2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * config/tc-nios2.c (nios2_assemble_args_ds): New function.
- (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
-
-2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * config/tc-arm.c (crc_ext_armv8): New feature set.
- (UNPRED_REG): New macro.
- (do_crc32_1): New function.
- (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
- do_crc32ch, do_crc32cw): Likewise.
- (TUEc): New macro.
- (insns): Add entries for crc32 mnemonics.
- (arm_extensions): Add entry for crc.
-
-2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
-
- * write.h (struct fix): Add fx_dot_frag field.
- (dot_frag): Declare.
- * write.c (dot_frag): New variable.
- (fix_new_internal): Set fx_dot_frag field with dot_frag.
- (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
- * expr.c (expr): Save value of frag_now in dot_frag when setting
- dot_value.
- * read.c (emit_expr): Likewise. Delete comments.
-
-2013-03-07 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (flag_code_names): Removed.
- (i386_index_check): Rewrote.
-
-2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
- add comment.
- (aarch64_double_precision_fmovable): New function.
- (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
- function; handle hexadecimal representation of IEEE754 encoding.
- (parse_operands): Update the call to parse_aarch64_imm_float.
-
-2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
- (check_hle): Updated.
- (md_assemble): Likewise.
- (parse_insn): Likewise.
-
-2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (_i386_insn): Add rep_prefix.
- (md_assemble): Check if REP prefix is OK.
- (parse_insn): Remove expecting_string_instruction. Set
- i.rep_prefix.
-
-2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
-
-2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
- for system registers.
-
-2013-02-27 DJ Delorie <dj@redhat.com>
-
- * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
- (rl78_op): Handle %code().
- (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
- (tc_gen_reloc): Likwise; convert to a computed reloc.
- (md_apply_fix): Likewise.
-
-2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
-
- * config/rl78-parse.y: Fix encoding of DIVWU insn.
-
-2013-02-25 Terry Guo <terry.guo@arm.com>
-
- * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
- * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
- list of accepted CPUs.
-
-2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
-
- PR gas/15159
- * config/tc-i386.c (cpu_arch): Add ".smap".
-
- * doc/c-i386.texi: Document smap.
-
-2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
-
- * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
- mips_assembling_insn appropriately.
- (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
-
-2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
-
- * config/tc-mips.c (append_insn): Correct indentation, remove
- extraneous braces.
-
-2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
-
-2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * configure.tgt: Add nios2-*-rtems*.
-
-2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (md_begin): Change to check if 'name' is
- NULL.
-
-2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
-
- * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
- (macro): Use it. Assert that trunc.w.s is not used for r5900.
-
-2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
-
- * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
- core.
-
-2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
- Andrew Jenner <andrew@codesourcery.com>
-
- Based on patches from Altera Corporation.
-
- * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
- (TARGET_CPU_HFILES): Add config/tc-nios2.h.
- * Makefile.in: Regenerated.
- * configure.tgt: Add case for nios2*-linux*.
- * config/obj-elf.c: Conditionally include elf/nios2.h.
- * config/tc-nios2.c: New file.
- * config/tc-nios2.h: New file.
- * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
- * doc/Makefile.in: Regenerated.
- * doc/all.texi: Set NIOSII.
- * doc/as.texinfo (Overview): Add Nios II options.
- (Machine Dependencies): Include c-nios2.texi.
- * doc/c-nios2.texi: New file.
- * NEWS: Note Altera Nios II support.
-
-2013-02-06 Alan Modra <amodra@gmail.com>
-
- PR gas/14255
- * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
- Don't skip fixups with fx_subsy non-NULL.
- * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
- with fx_subsy non-NULL.
-
-2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
-
- * doc/c-metag.texi: Add "@c man" markers.
-
-2013-02-04 Alan Modra <amodra@gmail.com>
-
- * write.c (fixup_segment): Return void. Delete seg_reloc_count
- related code.
- (TC_ADJUST_RELOC_COUNT): Delete.
- * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
-
-2013-02-04 Alan Modra <amodra@gmail.com>
-
- * po/POTFILES.in: Regenerate.
-
-2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
-
- * config/tc-metag.c: Make SWAP instruction less permissive with
- its operands.
-
-2013-01-29 DJ Delorie <dj@redhat.com>
-
- * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
- relocs in .word/.etc statements.
-
-2013-01-29 Roland McGrath <mcgrathr@google.com>
-
- * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
- immediate value for 8-bit offset" error so it shows line info.
-
-2013-01-24 Joseph Myers <joseph@codesourcery.com>
-
- * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
- for 64-bit output.
-
-2013-01-24 Nick Clifton <nickc@redhat.com>
-
- * config/tc-v850.c: Add support for e3v5 architecture.
- * doc/c-v850.texi: Mention new support.
-
-2013-01-23 Nick Clifton <nickc@redhat.com>
-
- PR gas/15039
- * config/tc-avr.c: Include dwarf2dbg.h.
-
-2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (reloc): Support size relocation only for ELF.
- (tc_i386_fix_adjustable): Likewise.
- (lex_got): Likewise.
- (tc_gen_reloc): Likewise.
-
-2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (output_operand_error_record): Change to output
- the out-of-range error message as value-expected message if there is
- only one single value in the expected range.
- (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
- LSL #0 as a programmer-friendly feature.
-
-2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
-
- * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
- (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
- BFD_RELOC_64_SIZE relocations.
- (lex_got): Support "symbol@SIZE" and don't create GOT symbol
- for it.
- (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
- relocations against local symbols.
-
-2013-01-16 Alan Modra <amodra@gmail.com>
-
- * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
- finding some sort of toc syntax error, and break to avoid
- compiler uninit warning.
-
-2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
-
- PR gas/15019
- * config/tc-i386.c (lex_got): Increment length by 1 if the
- relocation token is removed.
-
-2013-01-15 Nick Clifton <nickc@redhat.com>
-
- * config/tc-v850.c (md_assemble): Allow signed values for
- V850E_IMMEDIATE.
-
-2013-01-11 Sean Keys <skeys@ipdatasys.com>
-
- * config/tc-xgate.c (md_begin): Fix mistake made when going from
- git to cvs.
-
-2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
-
- * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
- * doc/c-ppc.texi (PowerPC-Opts): Likewise.
- * config/tc-ppc.c (md_show_usage): Likewise.
- (ppc_handle_align): Handle power8's group ending nop.
-
-2013-01-10 Sean Keys <skeys@ipdatasys.com>
-
- * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
- that the assember exits after the opcodes have been printed.
-
-2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
-
- * app.c: Remove trailing white spaces.
- * as.c: Likewise.
- * as.h: Likewise.
- * cond.c: Likewise.
- * dw2gencfi.c: Likewise.
- * dwarf2dbg.h: Likewise.
- * ecoff.c: Likewise.
- * input-file.c: Likewise.
- * itbl-lex.h: Likewise.
- * output-file.c: Likewise.
- * read.c: Likewise.
- * sb.c: Likewise.
- * subsegs.c: Likewise.
- * symbols.c: Likewise.
- * write.c: Likewise.
- * config/tc-i386.c: Likewise.
- * doc/Makefile.am: Likewise.
- * doc/Makefile.in: Likewise.
- * doc/c-aarch64.texi: Likewise.
- * doc/c-alpha.texi: Likewise.
- * doc/c-arc.texi: Likewise.
- * doc/c-arm.texi: Likewise.
- * doc/c-avr.texi: Likewise.
- * doc/c-bfin.texi: Likewise.
- * doc/c-cr16.texi: Likewise.
- * doc/c-d10v.texi: Likewise.
- * doc/c-d30v.texi: Likewise.
- * doc/c-h8300.texi: Likewise.
- * doc/c-hppa.texi: Likewise.
- * doc/c-i370.texi: Likewise.
- * doc/c-i386.texi: Likewise.
- * doc/c-i860.texi: Likewise.
- * doc/c-m32c.texi: Likewise.
- * doc/c-m32r.texi: Likewise.
- * doc/c-m68hc11.texi: Likewise.
- * doc/c-m68k.texi: Likewise.
- * doc/c-microblaze.texi: Likewise.
- * doc/c-mips.texi: Likewise.
- * doc/c-msp430.texi: Likewise.
- * doc/c-mt.texi: Likewise.
- * doc/c-s390.texi: Likewise.
- * doc/c-score.texi: Likewise.
- * doc/c-sh.texi: Likewise.
- * doc/c-sh64.texi: Likewise.
- * doc/c-tic54x.texi: Likewise.
- * doc/c-tic6x.texi: Likewise.
- * doc/c-v850.texi: Likewise.
- * doc/c-xc16x.texi: Likewise.
- * doc/c-xgate.texi: Likewise.
- * doc/c-xtensa.texi: Likewise.
- * doc/c-z80.texi: Likewise.
- * doc/internals.texi: Likewise.
-
-2013-01-10 Roland McGrath <mcgrathr@google.com>
-
- * hash.c (hash_new_sized): Make it global.
- * hash.h: Declare it.
- * macro.c (define_macro): Use hash_new_sized instead of hash_new,
- pass a small size.
-
-2013-01-10 Will Newton <will.newton@imgtec.com>
-
- * Makefile.am: Add Meta.
- * Makefile.in: Regenerate.
- * config/tc-metag.c: New file.
- * config/tc-metag.h: New file.
- * configure.tgt: Add Meta.
- * doc/Makefile.am: Add Meta.
- * doc/Makefile.in: Regenerate.
- * doc/all.texi: Add Meta.
- * doc/as.texiinfo: Document Meta options.
- * doc/c-metag.texi: New file.
-
-2013-01-09 Steve Ellcey <sellcey@mips.com>
-
- * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
- calls.
- * config/tc-mips.c (internalError): Remove, replace with abort.
-
-2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (parse_operands): Change to compare the result
- of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
-
-2013-01-07 Nick Clifton <nickc@redhat.com>
-
- PR gas/14887
- * config/tc-arm.c (skip_past_char): Skip whitespace before the
- anticipated character.
- * config/tc-arm.c (parse_address_main): Delete skip of whitespace
- here as it is no longer needed.
-
-2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
-
- * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
- * doc/c-score.texi (SCORE-Opts): Likewise.
- * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
-
-2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
-
- * config/tc-mips.c: Add support for MIPS r5900.
- Add M_LQ_AB and M_SQ_AB to support large values for instructions
- lq and sq.
- (can_swap_branch_p, get_append_method): Detect some conditional
- short loops to fix a bug on the r5900 by NOP in the branch delay
- slot.
- (M_MUL): Support 3 operands in multu on r5900.
- (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
- (s_mipsset): Force 32 bit floating point on r5900.
- (mips_ip): Check parameter range of instructions mfps and mtps on
- r5900.
- * configure.in: Detect CPU type when target string contains r5900
- (e.g. mips64r5900el-linux-gnu).
-
-2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
-
- * as.c (parse_args): Update copyright year to 2013.
-
-2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
- and "cortex57".
-
-2013-01-02 Nick Clifton <nickc@redhat.com>
-
- PR gas/14987
- * config/tc-arm.c (parse_address_main): Skip whitespace before a
- closing bracket.
-
-For older changes see ChangeLog-2012
+For older changes see ChangeLog-2013
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gas/ChangeLog-2013 b/gas/ChangeLog-2013
new file mode 100644
index 0000000..8295850
--- /dev/null
+++ b/gas/ChangeLog-2013
@@ -0,0 +1,2105 @@
+2013-12-20 Tristan Gingold <gingold@adacore.com>
+
+ * doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry.
+
+2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (md_assemble): Defer the feature checking until
+ do_encode () succeeds.
+
+2013-12-18 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' in
+ order to avoid conflict with same named variable in MinGW system
+ header file.
+
+2013-12-13 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.
+ (OPTION_INTR_NOPS): Define.
+ (gen_interrupt_nops): Default to FALSE.
+ (md_parse_opton): Add support for OPTION_INTR_NOPS.
+ (md_longopts): Add -mn.
+ (md_show_usage): Add -mn.
+ (msp430_operands): Generate NOPs for all MCUs not just 430Xv2.
+ * doc/c-msp430.c: Document -mn.
+
+2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
+ Wei-Cheng Wang <cole945@gmail.com>
+ Hsiang-Kai Wang <hsiangkai@gmail.com>
+ Hui-Wen Ni <sabrinanitw@gmail.com>
+
+ * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nds32.c.
+ (TARGET_CPU_HFILES): Add config/tc-nds32.h.
+ * Makefile.in: Regenerate.
+ * configure.in (nds32): Add nds32 target extension config support.
+ * configure.tgt : Add case for nds32-*-elf* and nds32-*-linux*.
+ * configure: Regenerate.
+ * config/tc-nds32.c: New file for nds32.
+ * config/tc-nds32.h: New file for nds32.
+ * doc/Makefile.am (CPU_DOCS): Add c-nds32.texi.
+ * doc/Makefile.in: Regenerate.
+ * doc/as.texinfo: Add nds32 options.
+ * doc/all.texi: Set NDS32.
+ * doc/c-nds32.texi: New file dor nds32 document.
+ * NEWS: Announce Andes nds32 support.
+
+2013-12-10 Roland McGrath <mcgrathr@google.com>
+
+ * Makefile.am (install-exec-bindir): Prefix libtool invocation
+ with $(INSTALL_PROGRAM_ENV).
+ (install-exec-tooldir): Likewise.
+ * Makefile.in: Regenerate.
+
+2013-12-07 Mike Frysinger <vapier@gentoo.org>
+
+ * config/bfin-aux.h: Remove +x file mode.
+ * config/tc-epiphany.c: Likewise.
+ * config/tc-epiphany.h: Likewise.
+
+2013-12-03 Tristan Gingold <gingold@adacore.com>
+
+ * config/tc-i386-intel.c (i386_intel_simplify): Avoid arithmetic
+ overflow on pointers.
+
+2013-11-19 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ Revert
+
+ 2013-11-19 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-aarch64.c (parse_sys_reg): Do not issue error messages
+ for deprecated system registers when parsing pstate fields.
+
+2013-11-19 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-aarch64.c (parse_sys_reg): Do not issue error messages
+ for deprecated system registers when parsing pstate fields.
+
+2013-11-19 Catherine Moore <clm@codesourcery.com>
+
+ * config/tc-mips.c (mips_fix_pmc_rm7000): Declare.
+ (options): Add OPTION_FIX_PMC_RM7000 and OPTION_NO_FIX_PMC_RM7000.
+ (md_longopts): Add mfix-pmc-rm7000 and mno-fix-pmc-rm7000.
+ (INSN_DMULT): Define.
+ (INSN_DMULTU): Define.
+ (insns_between): Detect PMC RM7000 errata.
+ (md_parse_option): Supprt OPTION_FIX_PMC_RM7000 and
+ OPTION_NO_FIX_PMC_RM7000.
+ * doc/as.texinfo: Document new options.
+ * doc/c-mips.texi: Likewise.
+
+2013-11-19 Alexey Makhalov <makhaloff@gmail.com>
+
+ PR gas/16109
+ * app.c (do_scrub_chars): Only insert a newline character if
+ end-of-file has been reached.
+
+2013-11-18 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix"
+ argument.
+
+2013-11-18 Renlin Li <Renlin.Li@arm.com>
+
+ * config/tc-arm.c (arm_archs): New armv7ve architecture option.
+ (arm_cpus): Replace ARM_ARCH_V7A_IDIV_MP_SEC_VIRT with
+ ARM_ARCH_V7VE for cortex-a7, cortex-a12 and cortex-a15.
+ (cpu_arch_ver): Likewise.
+ * doc/c-arm.texi: Document armv7ve.
+
+2013-11-18 Zhenqiang Chen <zhenqiang.chen@linaro.org>
+
+ * config/tc-aarch64.c (parse_sys_reg): Support
+ S2_<op1>_<Cn>_<Cm>_<op2>.
+
+2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ Revert
+
+ 2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (set_other_error): New function.
+ (parse_sys_reg): Add new parameter 'sys_reg' and if non-NULL set
+ the variable to which it points with 'o'.
+ (parse_operands): Update; check for write to read-only system
+ registers or read from write-only ones.
+
+2013-11-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (reloc): Add an argument, bnd_prefix, to
+ indicate if instruction has the BND prefix. Return
+ BFD_RELOC_X86_64_PC32_BND instead of BFD_RELOC_32_PCREL if
+ bnd_prefix isn't zero.
+ (output_branch): Pass BFD_RELOC_X86_64_PC32_BND to frag_var
+ if needed.
+ (output_jump): Update reloc call.
+ (output_interseg_jump): Likewise.
+ (output_disp): Likewise.
+ (output_imm): Likewise.
+ (x86_cons_fix_new): Likewise.
+ (lex_got): Add an argument, bnd_prefix, to indicate if
+ instruction has the BND prefix. Use BFD_RELOC_X86_64_PLT32_BND
+ if needed.
+ (x86_cons): Update lex_got call.
+ (i386_immediate): Likewise.
+ (i386_displacement): Likewise.
+ (md_apply_fix): Handle BFD_RELOC_X86_64_PC32_BND and
+ BFD_RELOC_X86_64_PLT32_BND.
+ (tc_gen_reloc): Likewise.
+ * config/tc-i386-intel.c (i386_operator): Update lex_got call.
+
+2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (set_other_error): New function.
+ (parse_sys_reg): Add new parameter 'sys_reg' and if non-NULL set
+ the variable to which it points with 'o'.
+ (parse_operands): Update; check for write to read-only system
+ registers or read from write-only ones.
+
+2013-11-15 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
+
+ * config/tc-i386.c (check_VecOperands): Reorder checks.
+
+2013-11-11 Catherine Moore <clm@codesourcery.com>
+
+ * config/mips/tc-mips.c (convert_reg_type): Use
+ INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY.
+ (reg_needs_delay): Likewise.
+ (insns_between): Likewise.
+
+2013-11-08 Jan-Benedict Glaw <jbglaw@lug-owl.de
+
+ * config/tc-ppc.c (ppc_elf_localentry): Add cast.
+
+2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (parse_sys_reg): Update to use aarch64_sys_reg;
+ call aarch64_sys_reg_deprecated_p and warn about the deprecated
+ system registers.
+
+2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (parse_operands): Handle AARCH64_OPND_COND1.
+
+2013-11-05 Will Newton <will.newton@linaro.org>
+
+ PR gas/16103
+ * config/tc-aarch64.c (parse_operands): Avoid trying to
+ parse a vector register as an immediate.
+
+2013-11-04 Jan Beulich <jbeulich@suse.com>
+
+ * config/tc-i386.c (check_long_reg): Correct comment indentation.
+ (check_qword_reg): Correct comment and its indentation.
+ (check_word_reg): Extend comment and correct its indentation. Also
+ check for 64-bit register.
+
+2013-10-30 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/tc-ppc.c (md_pseudo_table): Add .localentry.
+ (ppc_elf_localentry): New function.
+ (ppc_force_relocation): Force relocs on all branches to localenty
+ symbols.
+ (ppc_fix_adjustable): Don't reduce such symbols to section+offset.
+
+2013-10-30 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c: Include elf/ppc64.h.
+ (ppc_abiversion): New variable.
+ (md_pseudo_table): Add .abiversion.
+ (ppc_elf_abiversion, ppc_elf_end): New functions.
+ * config/tc-ppc.h (md_end): Define.
+
+2013-10-30 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (SEX16): Don't mask.
+ (REPORT_OVERFLOW_HI): Define as zero.
+ (ppc_elf_suffix): Support @high, @higha, @dtprel@high, @dtprel@higha,
+ @tprel@high, and @tprel@higha modifiers.
+ (md_assemble): Ignore X_unsigned when applying 16-bit insn fields.
+ Add (disabled) code to check @h and @ha reloc overflow for powerpc64.
+ Handle new relocs.
+ (md_apply_fix): Similarly.
+
+2013-10-18 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * config/tc-mips.c (fpr_read_mask): Test MSA registers.
+ (fpr_write_mask): Test MSA registers.
+ (can_swap_branch_p): Check fpr write followed by fpr read.
+
+2013-10-18 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
+
+2013-10-14 Richard Sandiford <rdsandiford@googlemail.com>
+ Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * config/tc-mips.c (options): Add OPTION_MSA and OPTION_NO_MSA.
+ (md_longopts): Add mmsa and mno-msa.
+ (mips_ases): Add msa.
+ (RTYPE_MASK): Update.
+ (RTYPE_MSA): New define.
+ (OT_REG_ELEMENT): Replace with...
+ (OT_INTEGER_INDEX, OT_REG_INDEX): ...these new operand types.
+ (mips_operand_token): Replace reg_element with index.
+ (mips_parse_argument_token): Treat vector indices as separate tokens.
+ Handle register indices.
+ (md_begin): Add MSA register names.
+ (operand_reg_mask): Handle cases for OP_IMM_INDEX and OP_REG_INDEX.
+ (convert_reg_type): Handle cases for OP_REG_MSA and OP_REG_MSA_CTRL.
+ (match_mdmx_imm_reg_operand): Update accordingly.
+ (match_imm_index_operand): New function.
+ (match_reg_index_operand): New function.
+ (match_operand): Handle cases for OP_IMM_INDEX and OP_REG_INDEX.
+ (md_convert_frag): Convert bz.b/h/w/d, bnz.b/h/w/d, bz.v bnz.v.
+ (md_show_usage): Print -mmsa and -mno-msa.
+ * doc/as.texinfo: Document -mmsa and -mno-msa.
+ * doc/c-mips.texi: Document -mmsa and -mno-msa.
+ Document .set msa and .set nomsa.
+
+2013-10-14 Nick Clifton <nickc@redhat.com>
+
+ * read.c (add_include_dir): Use xrealloc.
+ * config/tc-score.c (do_macro_bcmp): Initialise inst_main.
+ * config/tc-tic6x.c (tic6x_parse_operand): Initialise second_reg.
+
+2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
+
+ * config/tc-nios2.c (nios2_consume_arg): Make the "ba" warning
+ also test/refer to "sstatus". Reformat the warning message.
+
+2013-10-10 Sean Keys <skeys@ipdatasys.com>
+
+ * tc-xgate.c (xgate_find_match): Refactor opcode matching.
+
+2013-10-10 Jan Beulich <jbeulich@suse.com>
+
+ * tc-i386-intel.c (i386_intel_simplify_register): Suppress base/index
+ swapping for bndmk, bndldx, and bndstx.
+
+2013-10-09 Nick Clifton <nickc@redhat.com>
+
+ PR gas/16025
+ * config/tc-epiphany.c (md_convert_frag): Add missing break
+ statement.
+
+ PR gas/16026
+ * config/tc-mn10200.c (md_convert_frag): Add missing break
+ statement.
+
+2013-10-08 Jan Beulich <jbeulich@suse.com>
+
+ * tc-i386.c (check_word_reg): Remove misplaced "else".
+ (check_long_reg): Restore symmetry with check_word_reg.
+
+2013-10-08 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (do_t_push_pop): Honor inst.size_req. Simplify
+ LR/PC check.
+
+2013-10-08 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias
+ for "<foo>a". Issue error messages for unrecognised or corrrupt
+ size extensions.
+
+2013-10-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/tc-arm.c (do_t_mvn_tst): Use narrow form for tst when
+ possible.
+
+2013-09-30 Saravanan Ekanathan <saravanan.ekanathan@amd.com>
+
+ * config/tc-i386.c (cpu_arch): Add CPU_BDVER4_FLAGS.
+ * doc/c-i386.texi: Add -march=bdver4 option.
+
+2013-09-20 Alan Modra <amodra@gmail.com>
+
+ * configure: Regenerate.
+
+2013-09-18 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.24.
+
+2013-09-18 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-msp430.c (OPTION_MOVE_DATA): Define.
+ (move_data): New variable.
+ (md_parse_option): Parse -md.
+ (msp430_section): New function. Catch references to the .bss or
+ .data sections and generate a special symbol for use by the libcrt
+ library.
+ (md_pseudo_table): Intercept .section directives.
+ (md_longopt): Add -md
+ (md_show_usage): Likewise.
+ (msp430_operands): Generate a warning message if a NOP is inserted
+ into the instruction stream.
+ * doc/c-msp430.texi (node MSP430 Options): Document -md option.
+
+2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
+
+ * config/tc-mips.c (mips_elf_final_processing): Set
+ EF_MIPS_FP64 for -mgp32 -mfp64, removing old FIXME.
+
+2013-09-16 Will Newton <will.newton@linaro.org>
+
+ * config/tc-arm.c (do_neon_ld_st_interleave): Add constraint
+ disallowing element size 64 with interleave other than 1.
+
+2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * config/tc-mips.c (match_insn): Set error when $31 is used for
+ bltzal* and bgezal*.
+
+2013-09-04 Tristan Gingold <gingold@adacore.com>
+
+ * config/tc-ppc.c (md_apply_fix): Handle defined after use toc
+ symbols.
+
+2013-09-04 Roland McGrath <mcgrathr@google.com>
+
+ PR gas/15914
+ * config/tc-arm.c (T16_32_TAB): Add _udf.
+ (do_t_udf): New function.
+ (insns): Add "udf".
+
+2013-08-23 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
+
+ * config/rx-parse.y: Rearrange the components of a bison grammar to issue
+ assembler errors at correct position.
+
+2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
+
+ PR binutils/15834
+ * config/tc-ia64.c: Fix typos.
+ * config/tc-sparc.c: Likewise.
+ * config/tc-z80.c: Likewise.
+ * doc/c-i386.texi: Likewise.
+ * doc/c-m32r.texi: Likewise.
+
+2013-08-23 Will Newton <will.newton@linaro.org>
+
+ * config/tc-arm.c: (do_neon_ldx_stx): Add extra constraints
+ for pre-indexed addressing modes.
+
+2013-08-21 Alan Modra <amodra@gmail.com>
+
+ * symbols.c (fb_label_instance_inc, fb_label_instance): Properly
+ range check label number for use with fb_low_counter array.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_check_isa_supports_ase, reg_lookup)
+ (mips_parse_argument_token, validate_micromips_insn, md_begin)
+ (check_regno, match_float_constant, check_completed_insn, append_insn)
+ (match_insn, match_mips16_insn, match_insns, macro_start)
+ (macro_build_ldst_constoffset, load_register, macro, mips_ip)
+ (mips16_ip, mips_set_option_string, md_parse_option)
+ (mips_after_parse_args, mips_after_parse_args, md_pcrel_from)
+ (md_apply_fix, s_align, s_option, s_mipsset, s_tls_rel_directive)
+ (s_gpword, s_gpdword, s_ehword, s_nan, tc_gen_reloc, md_convert_frag)
+ (s_mips_end, s_mips_ent, s_mips_frame, s_mips_mask, mips_parse_cpu):
+ Start error messages with a lower-case letter. Do not end error
+ messages with a period. Wrap long messages to 80 character-lines.
+ Use "cannot" instead of "can't" and "can not".
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (imm_expr): Expand comment.
+ (set_at, macro, mips16_macro): Expect imm_expr to be O_constant
+ when populated.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (imm2_expr): Delete.
+ (md_assemble, match_insn, imm2_expr.X_op, mips_ip): Update accordingly.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (report_bad_range, report_bad_field): Delete.
+ (macro): Remove M_DEXT and M_DINS handling.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_arg_info): Replace allow_nonconst and
+ lax_max with lax_match.
+ (match_int_operand): Update accordingly. Don't report an error
+ for !lax_match-only cases.
+ (match_insn): Replace more_alts with lax_match and use it to
+ initialize the mips_arg_info field. Add a complete_p parameter.
+ Handle implicit VU0 suffixes here.
+ (match_invalid_for_isa, match_insns, match_mips16_insns): New
+ functions.
+ (mips_ip, mips16_ip): Use them.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (match_expression): Report uses of registers here.
+ Add a "must be an immediate expression" error. Handle elided offsets
+ here rather than...
+ (match_int_operand): ...here.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_arg_info): Remove soft_match.
+ (match_out_of_range, match_not_constant): New functions.
+ (match_const_int): Remove fallback parameter and check for soft_match.
+ Use match_not_constant.
+ (match_mapped_int_operand, match_addiusp_operand)
+ (match_perf_reg_operand, match_save_restore_list_operand)
+ (match_mdmx_imm_reg_operand): Update accordingly. Use
+ match_out_of_range and set_insn_error* instead of as_bad.
+ (match_int_operand): Likewise. Use match_not_constant in the
+ !allows_nonconst case.
+ (match_float_constant): Report invalid float constants.
+ (match_insn, match_mips16_insn): Remove soft_match code. Rely on
+ match_float_constant to check for invalid constants. Fail the
+ match if match_const_int or match_float_constant return false.
+ (mips_ip): Update accordingly.
+ (mips16_ip): Likewise. Undo null termination of instruction name
+ once lookup is complete.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_insn_error_format): New enum.
+ (mips_insn_error): New struct.
+ (insn_error): Change to a mips_insn_error.
+ (clear_insn_error, set_insn_error_format, set_insn_error)
+ (set_insn_error_i, set_insn_error_ss, report_insn_error): New
+ functions.
+ (mips_parse_argument_token, md_assemble, match_insn)
+ (match_mips16_insn): Use them instead of manipulating insn_error
+ directly.
+ (mips_ip, mips16_ip): Likewise. Simplify control flow.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (normalize_constant_expr): Move further up file.
+ (normalize_address_expr): Likewise.
+ (match_insn, match_mips16_insn): New functions, split out from...
+ (mips_ip, mips16_ip): ...here.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (operand_reg_mask, match_operand): Handle
+ OP_OPTIONAL_REG.
+ (mips_ip, mips16_ip): Use mips_optional_operand_p to check
+ for optional operands.
+
+2013-08-16 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
+ modifiers generally.
+
+2013-08-16 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
+
+2013-08-14 David Edelsohn <dje.gcc@gmail.com>
+
+ * config/tc-ppc.c (ppc_comm): Accept optional fourth .lcomm
+ argument as alignment.
+
+2013-08-09 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-rl78.c (elf_flags): New variable.
+ (enum options): Add OPTION_G10.
+ (md_longopts): Add mg10.
+ (md_parse_option): Parse -mg10.
+ (rl78_elf_final_processing): New function.
+ * config/tc-rl78.c (tc_final_processing): Define.
+ * doc/c-rl78.texi: Document -mg10 option.
+
+2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * config/tc-mips.c (match_vu0_suffix_operand): Allow single-channel
+ suffixes to be elided too.
+ (mips_lookup_insn): Don't reject INSN2_VU0_CHANNEL_SUFFIX here.
+ (mips_ip): Assume .xyzw if no VU0 suffix is specified. Allow +N
+ to be omitted too.
+
+2013-08-05 John Tytgat <john@bass-software.com>
+
+ * po/POTFILES.in: Regenerate.
+
+2013-08-05 Eric Botcazou <ebotcazou@adacore.com>
+ Konrad Eisele <konrad@gaisler.com>
+
+ * config/tc-sparc.c (sparc_arch_types): Add leon.
+ (sparc_arch): Move sparc4 around and add leon.
+ (sparc_target_format): Document -Aleon.
+ * doc/c-sparc.texi: Likewise.
+
+2013-08-05 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_lookup_insn): Make length and opend signed.
+
+2013-08-04 Jürgen Urban <JuergenUrban@gmx.de>
+ Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (MAX_OPERANDS): Bump to 6.
+ (RWARN): Bump to 0x8000000.
+ (RTYPE_VI, RTYPE_VF, RTYPE_R5900_I, RTYPE_R5900_Q, RTYPE_R5900_R)
+ (RTYPE_R5900_ACC): New register types.
+ (RTYPE_MASK): Include them.
+ (R5900_I_NAMES, R5900_Q_NAMES, R5900_R_NAMES, R5900_ACC_NAMES): New
+ macros.
+ (reg_names): Include them.
+ (mips_parse_register_1): New function, split out from...
+ (mips_parse_register): ...here. Add a channels_ptr parameter.
+ Look for VU0 channel suffixes when nonnull.
+ (reg_lookup): Update the call to mips_parse_register.
+ (mips_parse_vu0_channels): New function.
+ (OT_CHANNELS, OT_DOUBLE_CHAR): New mips_operand_token_types.
+ (mips_operand_token): Add a "channels" field to the union.
+ Extend the comment above "ch" to OT_DOUBLE_CHAR.
+ (mips_parse_base_start): Match -- and ++. Handle channel suffixes.
+ (mips_parse_argument_token): Handle channel suffixes here too.
+ (validate_mips_insn): Handle INSN2_VU0_CHANNEL_SUFFIX.
+ Ignore OP_VU0_MATCH_SUFFIX when calculating the used bits.
+ Handle '#' formats.
+ (md_begin): Register $vfN and $vfI registers.
+ (operand_reg_mask): Handle OP_VU0_SUFFIX and OP_VU0_MATCH_SUFFIX.
+ (convert_reg_type): Handle OP_REG_VI, OP_REG_VF, OP_REG_R5900_I,
+ OP_REG_R5900_Q, OP_REG_R5900_R and OP_REG_R5900_ACC.
+ (match_vu0_suffix_operand): New function.
+ (match_operand): Handle OP_VU0_SUFFIX and OP_VU0_MATCH_SUFFIX.
+ (macro): Use "+7" rather than "E" for LDQ2 and STQ2.
+ (mips_lookup_insn): New function.
+ (mips_ip): Use it. Allow "+K" operands to be elided at the end
+ of an instruction. Handle '#' sequences.
+
+2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (macro, mips16_macro): Create an array of operand
+ values and use it instead of sreg, treg, xreg, etc.
+
+2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (match_int_operand): Use mips_int_operand_min
+ and mips_int_operand_max.
+ (mips16_immed_operand, mips16_immed_operands, MIPS16_NUM_IMMED):
+ Delete.
+ (mips16_immed_operand, mips16_immed_in_range_p): New functions.
+ (mips16_immed, mips16_extended_frag): Use them. Use mips_int_operand
+ instead of mips16_immed_operand.
+
+2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips16_macro): Don't use move_register.
+ (mips16_ip): Allow macros to use 'p'.
+
+2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (MAX_OPERANDS): New macro.
+ (mips_operand_array): New structure.
+ (mips_operands, mips16_operands, micromips_operands): New arrays.
+ (micromips_to_32_reg_b_map, micromips_to_32_reg_c_map)
+ (micromips_to_32_reg_e_map, micromips_to_32_reg_f_map)
+ (micromips_to_32_reg_g_map, micromips_to_32_reg_l_map)
+ (micromips_to_32_reg_q_map): Delete.
+ (insn_operands, insn_opno, insn_extract_operand): New functions.
+ (validate_mips_insn): Take a mips_operand_array as argument and
+ use it to build up a list of operands. Extend to handle INSN_MACRO
+ and MIPS16.
+ (validate_mips16_insn): New function.
+ (validate_micromips_insn): Take a mips_operand_array as argument.
+ Handle INSN_MACRO.
+ (md_begin): Initialize mips_operands, mips16_operands and
+ micromips_operands. Call validate_mips_insn and
+ validate_micromips_insn for macro instructions too.
+ Call validate_mips16_insn for MIPS16 instructions.
+ (insn_read_mask, insn_write_mask, operand_reg_mask, insn_reg_mask):
+ New functions.
+ (gpr_read_mask, gpr_write_mask, fpr_read_mask, fpr_write_mask): Use
+ them. Handle INSN_UDI.
+ (get_append_method): Use gpr_read_mask.
+
+2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (compact_branch_p, uncond_branch_p): Use the same
+ flags for MIPS16 and non-MIPS16 instructions.
+ (gpr_mod_mask): Move the INSN2_MOD_SP case outside the micromips block.
+ (gpr_read_mask): Use INSN2_READ_GPR_31 for MIPS16 instructions too.
+ (gpr_write_mask): Remove MIPS16_INSN_WRITE_SP handling.
+ (can_swap_branch_p, get_append_method): Use the same flags for MIPS16
+ and non-MIPS16 instructions. Fix formatting.
+
+2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (reg_needs_delay): Move later in file.
+ Use gpr_write_mask.
+ (insns_between): Use gpr_read_mask instead of EXTRACT_OPERAND.
+
+2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
+ Alexander Ivchenko <alexander.ivchenko@intel.com>
+ Maxim Kuznetsov <maxim.kuznetsov@intel.com>
+ Sergey Lega <sergey.s.lega@intel.com>
+ Anna Tikhonova <anna.tikhonova@intel.com>
+ Ilya Tocar <ilya.tocar@intel.com>
+ Andrey Turetskiy <andrey.turetskiy@intel.com>
+ Ilya Verbin <ilya.verbin@intel.com>
+ Kirill Yukhin <kirill.yukhin@intel.com>
+ Michael Zolotukhin <michael.v.zolotukhin@intel.com>
+
+ * config/tc-i386-intel.c (O_zmmword_ptr): New.
+ (i386_types): Add zmmword.
+ (i386_intel_simplify_register): Allow regzmm.
+ (i386_intel_simplify): Handle zmmwords.
+ (i386_intel_operand): Handle RC/SAE, vector operations and
+ zmmwords.
+ * config/tc-i386.c (ZMMWORD_MNEM_SUFFIX): New.
+ (struct RC_Operation): New.
+ (struct Mask_Operation): New.
+ (struct Broadcast_Operation): New.
+ (vex_prefix): Size of bytes increased to 4 to support EVEX
+ encoding.
+ (enum i386_error): Add new error codes: unsupported_broadcast,
+ broadcast_not_on_src_operand, broadcast_needed,
+ unsupported_masking, mask_not_on_destination, no_default_mask,
+ unsupported_rc_sae, rc_sae_operand_not_last_imm,
+ invalid_register_operand, try_vector_disp8.
+ (struct _i386_insn): Add new fields vrex, need_vrex, mask,
+ rounding, broadcast, memshift.
+ (struct RC_name): New.
+ (RC_NamesTable): New.
+ (evexlig): New.
+ (evexwig): New.
+ (extra_symbol_chars): Add '{'.
+ (cpu_arch): Add AVX512F, AVX512CD, AVX512ER and AVX512PF.
+ (i386_operand_type): Add regzmm, regmask and vec_disp8.
+ (match_mem_size): Handle zmmwords.
+ (operand_type_match): Handle zmm-registers.
+ (mode_from_disp_size): Handle vec_disp8.
+ (fits_in_vec_disp8): New.
+ (md_begin): Handle {} properly.
+ (type_names): Add "rZMM", "Mask reg" and "Vector d8".
+ (build_vex_prefix): Handle vrex.
+ (build_evex_prefix): New.
+ (process_immext): Adjust to properly handle EVEX.
+ (md_assemble): Add EVEX encoding support.
+ (swap_2_operands): Correctly handle operands with masking,
+ broadcasting or RC/SAE.
+ (check_VecOperands): Support EVEX features.
+ (VEX_check_operands): Properly handle 16 upper [xyz]mm registers.
+ (match_template): Support regzmm and handle new error codes.
+ (process_suffix): Handle zmmwords and zmm-registers.
+ (check_byte_reg): Extend to zmm-registers.
+ (process_operands): Extend to zmm-registers.
+ (build_modrm_byte): Handle EVEX.
+ (output_insn): Adjust to properly handle EVEX case.
+ (disp_size): Handle vec_disp8.
+ (output_disp): Support compressed disp8*N evex feature.
+ (output_imm): Handle RC/SAE immediates properly.
+ (check_VecOperations): New.
+ (i386_immediate): Handle EVEX features.
+ (i386_index_check): Handle zmmwords and zmm-registers.
+ (RC_SAE_immediate): New.
+ (i386_att_operand): Handle EVEX features.
+ (parse_real_register): Add a check for ZMM/Mask registers.
+ (OPTION_MEVEXLIG): New.
+ (OPTION_MEVEXWIG): New.
+ (md_longopts): Add mevexlig and mevexwig.
+ (md_parse_option): Handle mevexlig and mevexwig options.
+ (md_show_usage): Add description for mevexlig and mevexwig.
+ * doc/c-i386.texi: Document avx512f/.avx512f, avx512cd/.avx512cd,
+ avx512er/.avx512er, avx512pf/.avx512pf, mevexlig and mevexwig.
+
+2013-07-25 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
+
+ * config/tc-i386.c (cpu_arch): Add .sha.
+ * doc/c-i386.texi: Document sha/.sha.
+
+2013-07-24 Anna Tikhonova <anna.tikhonova@intel.com>
+ Kirill Yukhin <kirill.yukhin@intel.com>
+ Michael Zolotukhin <michael.v.zolotukhin@intel.com>
+
+ * config/tc-i386.c (BND_PREFIX): New.
+ (struct _i386_insn): Add new field bnd_prefix.
+ (add_bnd_prefix): New.
+ (cpu_arch): Add MPX.
+ (i386_operand_type): Add regbnd.
+ (md_assemble): Handle BND prefixes.
+ (parse_insn): Likewise.
+ (output_branch): Likewise.
+ (output_jump): Likewise.
+ (build_modrm_byte): Handle regbnd.
+ (OPTION_MADD_BND_PREFIX): New.
+ (md_longopts): Add entry for 'madd-bnd-prefix'.
+ (md_parse_option): Handle madd-bnd-prefix option.
+ (md_show_usage): Add description for madd-bnd-prefix
+ option.
+ * doc/c-i386.texi: Document mpx/.mpx and -madd-bnd-prefix.
+
+2013-07-24 Tristan Gingold <gingold@adacore.com>
+
+ * config/tc-ppc.c (md_apply_fix): Adjust BFD_RELOC_PPC_B16 on
+ xcoff targets.
+
+2013-07-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * config/tc-s390.c (s390_machine): Don't force the .machine
+ argument to lower case.
+
+2013-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/tc-arm.c (s_arm_arch_extension): Improve error message
+ for invalid extension.
+
+2013-07-19 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (enum aarch64_abi_type): New enumeration tag.
+ (AARCH64_ABI_LP64, AARCH64_ABI_ILP32): New enumerators.
+ (aarch64_abi): New variable.
+ (ilp32_p): Change to be a macro.
+ (aarch64_opts): Remove the support for option -milp32 and -mlp64.
+ (struct aarch64_option_abi_value_table): New struct.
+ (aarch64_abis): New table.
+ (aarch64_parse_abi): New function.
+ (aarch64_long_opts): Add entry for -mabi=.
+ * doc/as.texinfo (Target AArch64 options): Document -mabi.
+ * doc/c-aarch64.texi: Likewise.
+
+2013-07-18 Jim Thomas <thomas@cfht.hawaii.edu>
+
+ * config/tc-i386-intel.c (i386_intel_operand): Fixed signed vs
+ unsigned comparison.
+
+2013-07-18 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
+
+ * config/rx-defs.h: Add macros for RX100, RX200, RX600, and
+ RX610.
+ * config/rx-parse.y: (rx_check_float_support): Add function to
+ check floating point operation support for target RX100 and
+ RX200.
+ * config/tc-rx.c: Add CPU options RX100, RX200, RX600, and RX610.
+ * doc/c-rx.texi: Add -mcpu option to recognize macros for RX100,
+ RX200, RX600, and RX610
+
+2013-07-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
+
+ * config/tc-avr.c (md_show_usage): Add avrxmega2 to help text
+
+2013-07-18 Vishnu K.S <vishnu.k_s@atmel.com>
+
+ * config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4.
+ * doc/c-avr.texi: Likewise.
+
+2013-07-15 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (match_save_restore_list_operand): Avoid -Wformat
+ error with older GCCs.
+ (mips16_macro_build): Dereference args.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_prefer_vec_regno, mips_parse_register):
+ New functions, split out from...
+ (reg_lookup): ...here. Remove itbl support.
+ (reglist_lookup): Delete.
+ (mips_operand_token_type): New enum.
+ (mips_operand_token): New structure.
+ (mips_operand_tokens): New variable.
+ (mips_add_token, mips_parse_base_start, mips_parse_argument_token)
+ (mips_parse_arguments): New functions.
+ (md_begin): Initialize mips_operand_tokens.
+ (mips_arg_info): Add a token field. Remove optional_reg field.
+ (match_char, match_expression): New functions.
+ (match_const_int): Use match_expression. Remove "s" argument
+ and return a boolean result. Remove O_register handling.
+ (match_regno, match_reg, match_reg_range): New functions.
+ (match_int_operand, match_mapped_int_operand, match_msb_operand)
+ (match_reg_operand, match_reg_pair_operand, match_perf_reg_operand)
+ (match_addiusp_operand, match_clo_clz_dest_operand)
+ (match_lwm_swm_list_operand, match_entry_exit_operand)
+ (match_save_restore_list_operand, match_mdmx_imm_reg_operand)
+ (match_tied_reg_operand): Remove "s" argument and return a boolean
+ result. Match tokens rather than text. Update calls to
+ match_const_int. Rely on match_regno to call check_regno.
+ (match_pcrel_operand, match_pc_operand): Replace "s" argument with
+ "arg" argument. Return a boolean result.
+ (parse_float_constant): Replace with...
+ (match_float_constant): ...this new function.
+ (match_operand): Remove "s" argument and return a boolean result.
+ Update calls to subfunctions.
+ (mips_ip, mips16_ip): Call mips_parse_arguments. Use match routines
+ rather than string-parsing routines. Update handling of optional
+ registers for token scheme.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (parse_float_constant): Split out from...
+ (mips_ip): ...here.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (INSERT_BITS, INSERT_OPERAND, MIPS16_INSERT_OPERAND):
+ Delete.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips32_to_16_reg_map): Delete.
+ (match_entry_exit_operand): New function.
+ (match_save_restore_list_operand): Likewise.
+ (match_operand): Use them.
+ (check_absolute_expr): Delete.
+ (mips16_ip): Rewrite main parsing loop to use mips_operands.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c: Enable functions commented out in previous patch.
+ (SKIP_SPACE_TABS): Move further up file.
+ (mips32_to_micromips_reg_b_map, mips32_to_micromips_reg_c_map)
+ (mips32_to_micromips_reg_d_map, mips32_to_micromips_reg_e_map)
+ (ips32_to_micromips_reg_f_map, mips32_to_micromips_reg_g_map)
+ (mips32_to_micromips_reg_l_map, mips32_to_micromips_reg_m_map)
+ (mips32_to_micromips_reg_q_map, mips32_to_micromips_reg_n_map)
+ (micromips_imm_b_map, micromips_imm_c_map): Delete.
+ (mips_lookup_reg_pair): Delete.
+ (macro): Use report_bad_range and report_bad_field.
+ (mips_immed, expr_const_in_range): Delete.
+ (mips_ip): Rewrite main parsing loop to use new functions.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_oddfpreg_ok): Move further up file.
+ Change return type to bfd_boolean.
+ (report_bad_range, report_bad_field): New functions.
+ (mips_arg_info): New structure.
+ (match_const_int, convert_reg_type, check_regno, match_int_operand)
+ (match_mapped_int_operand, match_msb_operand, match_reg_operand)
+ (match_reg_pair_operand, match_pcrel_operand, match_perf_reg_operand)
+ (match_addiusp_operand, match_clo_clz_dest_operand)
+ (match_lwm_swm_list_operand, match_mdmx_imm_reg_operand)
+ (match_pc_operand, match_tied_reg_operand, match_operand)
+ (check_completed_insn): New functions, commented out for now.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (insn_insert_operand): New function.
+ (macro_build, mips16_macro_build): Put null character check
+ in the for loop and convert continues to breaks. Use operand
+ structures to handle constant operands.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (validate_mips_insn): Move further up file.
+ Add insn_bits and decode_operand arguments. Use the mips_operand
+ fields to work out which bits an operand occupies. Detect double
+ definitions.
+ (validate_micromips_insn): Move further up file. Call into
+ validate_mips_insn.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips16_macro_build): Remove 'Y' case.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (macro_build): Take an int for "C", "k", "\\"
+ and "~".
+ (macro): Update accordingly.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (imm_expr, imm2_expr, offset_expr): Tweak commentary.
+ (imm_reloc): Delete.
+ (md_assemble): Remove imm_reloc handling.
+ (mips_ip): Update commentary. Use offset_expr and offset_reloc
+ rather than imm_expr and imm_reloc for 'i', 'j' and 'u'.
+ Use a temporary array rather than imm_reloc when parsing
+ constant expressions. Remove imm_reloc initialization.
+ (mips16_ip): Update commentary. Use offset_expr and offset_reloc
+ for the relaxable field. Use a relax_char variable to track the
+ type of this field. Remove imm_reloc initialization.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips16_ip): Handle "I".
+
+2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * config/tc-mips.c (mips_flag_nan2008): New variable.
+ (options): Add OPTION_NAN enum value.
+ (md_longopts): Handle it.
+ (md_parse_option): Likewise.
+ (s_nan): New function.
+ (mips_elf_final_processing): Handle EF_MIPS_NAN2008.
+ (md_show_usage): Add -mnan.
+
+ * doc/as.texinfo (Overview): Add -mnan.
+ * doc/c-mips.texi (MIPS Opts): Document -mnan.
+ (MIPS NaN Encodings): New node. Document .nan directive.
+ (MIPS-Dependent): List the new node.
+
+2013-07-09 Tristan Gingold <gingold@adacore.com>
+
+ * configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H
+
+2013-07-08 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_ip): Unconditionally parse an expression
+ for 'A' and assume that the constant has been elided if the result
+ is an O_register.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (gprel16_reloc_p): New function.
+ (macro_read_relocs): Assume BFD_RELOC_LO16 if all relocs are
+ BFD_RELOC_UNUSED.
+ (offset_high_part, small_offset_p): New functions.
+ (nacro): Use them. Remove *_OB and *_DOB cases. For single-
+ register load and store macros, handle the 16-bit offset case first.
+ If a 16-bit offset is not suitable for the instruction we're
+ generating, load it into the temporary register using
+ ADDRESS_ADDI_INSN. Make the M_LI_DD code fall through into the
+ M_L_DAB code once the address has been constructed. For double load
+ and store macros, again handle the 16-bit offset case first.
+ If the second register cannot be accessed from the same high
+ part as the first, load it into AT using ADDRESS_ADDI_INSN.
+ Fix the handling of LD in cases where the first register is the
+ same as the base. Also handle the case where the offset is
+ not 16 bits and the second register cannot be accessed from the
+ same high part as the first. For unaligned loads and stores,
+ fuse the offbits == 12 and old "ab" handling. Apply this handling
+ whenever the second offset needs a different high part from the first.
+ Construct the offset using ADDRESS_ADDI_INSN where possible,
+ for offbits == 16 as well as offbits == 12. Use offset_reloc
+ when constructing the individual loads and stores.
+ (mips_ip): Set up imm_expr, imm2_expr, offset_expr, imm_reloc
+ and offset_reloc before matching against a particular opcode.
+ Handle elided 'A' constants. Allow 'A' constants to use
+ relocation operators.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (validate_mips_insn): Remove "[" and "]" handling.
+ (mips_ip): Likewise. Do not set is_mdmx for INSN_5400 instructions.
+ Check constraints on the VR5400 RZU.OB, SLL.OB and SRL.OB instructions.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_ip): Preserve the real bit number for "+p".
+ Require the msb to be <= 31 for "+s". Check that the size is <= 31
+ for both "+s" and "+S".
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (validate_mips_insn, validate_micromips_insn):
+ (mips_ip, mips16_ip): Handle "+i".
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips32_to_micromips_reg_h_map): Delete.
+ (micromips_to_32_reg_h_map): Rename to...
+ (micromips_to_32_reg_h_map1): ...this.
+ (micromips_to_32_reg_i_map): Rename to...
+ (micromips_to_32_reg_h_map2): ...this.
+ (mips_lookup_reg_pair): New function.
+ (gpr_write_mask, macro): Adjust after above renaming.
+ (validate_micromips_insn): Remove "mi" handling.
+ (mips_ip): Likewise. Parse both registers in a pair for "mh".
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (validate_mips_insn, validate_micromips_insn)
+ (mips_ip): Remove "+D" and "+T" handling.
+
+2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * config/tc-s390.c (md_gather_operands, md_apply_fix): Support new
+ relocs.
+
+2013-07-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * config/tc-aarch64.c (reloc_table): Merge got_prel19 into got.
+
+2013-07-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * config/tc-aarch64.c (md_apply_fix): Reorder case values.
+ (aarch64_force_relocation): Likewise.
+
+2013-07-02 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (ppc_elf_adjust_symtab): Don't make .TOC. weak.
+
+2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * doc/as.texinfo (Overview): Remove @samp from MIPS ISA names.
+ * doc/c-mips.texi (MIPS Options): Remove @sc from MIPS ISA names.
+ Replace @sc{mips16} with literal `MIPS16'.
+ (MIPS ISA): Replace @sc{mips3} with literal `MIPS III'.
+
+2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (reloc_table): Replace
+ BFD_RELOC_AARCH64_LD64_GOT_LO12_NC with
+ BFD_RELOC_AARCH64_LD_GOT_LO12_NC; likewise to
+ BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC and
+ BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_LO12_NC.
+ (md_apply_fix): Handle BFD_RELOC_AARCH64_LD_GOT_LO12_NC,
+ BFD_RELOC_AARCH64_LD32_GOT_LO12_NC,
+ BFD_RELOC_AARCH64_TLSDESC_LD_LO12_NC,
+ BFD_RELOC_AARCH64_TLSDESC_LD32_LO12_NC,
+ BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_LO12_NC and
+ BFD_RELOC_AARCH64_TLSIE_LD32_GOTTPREL_LO12_NC.
+ (aarch64_force_relocation): Likewise.
+
+2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (ilp32_p): New static variable.
+ (elf64_aarch64_target_format): Return the target according to the
+ value of 'ilp32_p'.
+ (md_begin): Determine 'mach' according to the value of 'ilp32_p'.
+ (aarch64_opts): Add support for options '-milp32' and '-mlp64'.
+ (aarch64_dwarf2_addr_size): New function.
+ * config/tc-aarch64.h (aarch64_dwarf2_addr_size): New declaration.
+ (DWARF2_ADDR_SIZE): New define.
+
+2013-06-26 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * doc/c-mips.texi: Use ISA instead of @sc{isa}.
+
+2013-06-26 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (validate_mips_insn): Use STYPE rather than SHAMT.
+
+2013-06-25 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * config/tc-mips.c (mips_set_options): Add insn32 member.
+ (mips_opts): Initialize it.
+ (NOP_INSN, NOP_INSN_SIZE): Handle insn32 mode.
+ (options): Add OPTION_INSN32 and OPTION_NO_INSN32 enum values.
+ (md_longopts): Add "minsn32" and "mno-insn32" options.
+ (is_size_valid): Handle insn32 mode.
+ (md_assemble): Pass instruction string down to macro.
+ (brk_fmt): Add second dimension and insn32 mode initializers.
+ (mfhl_fmt): Likewise.
+ (BRK_FMT, MFHL_FMT): Handle insn32 mode.
+ (macro_build) <'c'>: Handle microMIPS 32-bit BREAK encoding.
+ (macro_build_jalr, move_register): Handle insn32 mode.
+ (macro_build_branch_rs): Likewise.
+ (macro): Handle insn32 mode.
+ <M_JRADDIUSP>, <M_JRC>, <M_MOVEP>: New cases.
+ (mips_ip): Handle insn32 mode.
+ (md_parse_option): Handle OPTION_INSN32 and OPTION_NO_INSN32.
+ (s_mipsset): Handle "insn32" and "noinsn32" pseudo-ops.
+ (mips_handle_align): Handle insn32 mode.
+ (md_show_usage): Add -minsn32 and -mno-insn32.
+
+ * doc/as.texinfo (Target MIPS options): Add -minsn32 and
+ -mno-insn32 options.
+ (-minsn32, -mno-insn32): New options.
+ * doc/c-mips.texi (MIPS Opts): Add -minsn32 and -mno-insn32
+ options.
+ (MIPS assembly options): New node. Document .set insn32 and
+ .set noinsn32.
+ (MIPS-Dependent): List the new node.
+
+2013-06-25 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-msp430.c (msp430_srcoperand): Do not allow the use of
+ the PC in indirect addressing on 430xv2 parts.
+ (msp430_operands): Add version test to hardware bug encoding
+ restrictions.
+
+2013-06-24 Roland McGrath <mcgrathr@google.com>
+
+ * config/tc-arm.c (parse_reg_list): Use skip_past_char for '}',
+ so it skips whitespace before it.
+ (s_arm_unwind_save_mmxwr, s_arm_unwind_save_mmxwcg): Likewise.
+
+ * config/tc-arm.c (arm_symbol_chars): Include '{' and '}'.
+ (arm_reg_parse_multi): Skip whitespace first.
+ (parse_reg_list): Likewise.
+ (parse_vfp_reg_list): Likewise.
+ (s_arm_unwind_save_mmxwcg): Likewise.
+
+2013-06-24 Nick Clifton <nickc@redhat.com>
+
+ PR gas/15623
+ * config/tc-arm.c (do_t_smc): Mark as ending an IT block.
+
+2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_ip): Fix swapped bit numbers in comments.
+
+2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c: Assert that offsetT and valueT are at least
+ 8 bytes in size.
+ (GPR_SMIN, GPR_SMAX): New macros.
+ (macro, mips_ip): Remove code for 4-byte valueT and offsetT.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c: Remove OBJ_ELF, OBJ_MAYBE_ELF and IS_ELF
+ conditions. Remove any code deselected by them.
+ (s_mips_frame, s_mips_mask): Handle ECOFF_DEBUGGING case first.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * NEWS: Note removal of ECOFF support.
+ * doc/as.texinfo (--emulation): Update for the removal of MIPS ECOFF.
+ * Makefile.am (TARG_ENV_HFILES): Remove config/te-lnews.h.
+ (MULTI_CFILES): Remove config/e-mipsecoff.c.
+ * Makefile.in: Regenerate.
+ * configure.in: Remove MIPS ECOFF references.
+ (mips-sony-bsd*, mips-*-bsd*, mips-*-lnews*-ecoff, mips-*-*-ecoff):
+ Delete cases.
+ (mips-*-irix5*-*, mips*-*-linux*-*, mips*-*-freebsd*)
+ (mips*-*-kfreebsd*-gnu, mips-*-*-elf): Fold into...
+ (mips-*-*): ...this single case.
+ (mipsbecoff, mipslecoff, mipsecoff): Remove emulations. Expect
+ MIPS emulations to be e-mipself*.
+ * configure: Regenerate.
+ * configure.tgt (mips-sony-bsd*, mips-*-ultrix*, mips-*-osf*)
+ (mips-*-ecoff*, mips-*-pe*, mips-*-irix*, ips-*-lnews*, mips-*-riscos*)
+ (mips-*-sysv*): Remove coff and ecoff cases.
+ * as.c (mipsbecoff, mipslecoff, mipsecoff): Remove.
+ * ecoff.c: Remove reference to MIPS ECOFF.
+ * config/e-mipsecoff.c, config/te-lnews.h: Delete files.
+ * config/tc-mips.c (ECOFF_LITTLE_FORMAT): Delete.
+ (RDATA_SECTION_NAME, mips_target_form): Remove COFF and ECOFF cases.
+ (mips_hi_fixup): Tweak comment.
+ (append_insn): Require a howto.
+ (mips_after_parse_args): Remove OBJ_MAYBE_ECOFF code.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * doc/as.texinfo: Use MIPS rather than @sc{mips} throughout.
+ Use "CPU" instead of "cpu".
+ * doc/c-mips.texi: Likewise.
+ (MIPS Opts): Rename to MIPS Options.
+ (MIPS option stack): Rename to MIPS Option Stack.
+ (MIPS ASE instruction generation overrides): Rename to
+ MIPS ASE Instruction Generation Overrides (for now).
+ (MIPS floating-point): Rename to MIPS Floating-Point.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * doc/c-mips.texi (MIPS Macros): New section.
+ (MIPS Object): Replace with...
+ (MIPS Small Data): ...this new section.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * doc/c-mips.texi (MIPS symbol sizes): Move section further up file.
+ Capitalize name. Use @kindex instead of @cindex for .set entries.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * doc/c-mips.texi (MIPS Stabs): Remove section.
+
+2013-06-20 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (ISA_SUPPORTS_SMARTMIPS, ISA_SUPPORTS_DSP_ASE)
+ (ISA_SUPPORTS_DSP64_ASE, ISA_SUPPORTS_DSPR2_ASE, ISA_SUPPORTS_EVA_ASE)
+ (ISA_SUPPORTS_MT_ASE, ISA_SUPPORTS_MCU_ASE, ISA_SUPPORTS_VIRT_ASE)
+ (ISA_SUPPORTS_VIRT64_ASE): Delete.
+ (mips_ase): New structure.
+ (mips_ases): New table.
+ (FP64_ASES): New macro.
+ (mips_ase_groups): New array.
+ (mips_isa_rev, mips_ase_mask, mips_check_isa_supports_ase)
+ (mips_check_isa_supports_ases, mips_set_ase, mips_lookup_ase): New
+ functions.
+ (is_opcode_valid): Use mips_ases to get the 64-bit ASE flags.
+ (md_parse_option): Use mips_ases and mips_set_ase instead of
+ separate case statements for each ASE option.
+ (mips_after_parse_args): Use FP64_ASES. Use
+ mips_check_isa_supports_ases to check the ASEs against
+ other options.
+ (s_mipsset): Use mips_ases and mips_set_ase instead of
+ separate if statements for each ASE option. Use
+ mips_check_isa_supports_ases, even when a non-ASE option
+ is specified.
+
+2013-06-19 Greta Yorsh <Greta.Yorsh@arm.com>
+
+ * config/tc-arm.c (arm_cpus): Add support for Cortex-A12.
+
+2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (md_shortopts, options, md_longopts)
+ (md_longopts_size): Move earlier in file.
+
+2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_set_options): Replace separate "ase_*" fields
+ with a single "ase" bitmask.
+ (mips_opts): Update accordingly.
+ (file_ase, file_ase_explicit): New variables.
+ (file_ase_mips3d, file_ase_mdmx, file_ase_smartmips, file_ase_dsp)
+ (file_ase_dspr2, file_ase_eva, file_ase_mt, file_ase_virt): Delete.
+ (ISA_HAS_ROR): Adjust for mips_set_options change.
+ (is_opcode_valid): Take the base ase mask directly from mips_opts.
+ (mips_ip): Adjust for mips_set_options change.
+ (md_parse_option): Likewise. Update file_ase_explicit.
+ (mips_after_parse_args): Adjust for mips_set_options change.
+ Use bitmask operations to select the default ASEs. Set file_ase
+ rather than individual per-ASE variables.
+ (s_mipsset): Adjust for mips_set_options change.
+ (mips_elf_final_processing): Test file_ase rather than
+ file_ase_mdmx. Remove commented-out code.
+
+2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_cpu_info): Add an "ase" field.
+ (MIPS_CPU_ASE_SMARTMIPS, MIPS_CPU_ASE_DSP, MIPS_CPU_ASE_MT)
+ (MIPS_CPU_ASE_MIPS3D, MIPS_CPU_ASE_MDMX, MIPS_CPU_ASE_DSPR2)
+ (MIPS_CPU_ASE_MCU, MIPS_CPU_ASE_VIRT, MIPS_CPU_ASE_EVA): Delete.
+ (mips_after_parse_args): Use the new "ase" field to choose
+ the default ASEs.
+ (mips_cpu_info_table): Move ASEs from the "flags" field to the
+ "ase" field.
+
+2013-06-18 Richard Earnshaw <rearnsha@arm.com>
+
+ * config/tc-arm.c (symbol_preemptible): New function.
+ (relax_branch): Use it.
+
+2013-06-17 Catherine Moore <clm@codesourcery.com>
+ Maciej W. Rozycki <macro@codesourcery.com>
+ Chao-Ying Fu <fu@mips.com>
+
+ * config/tc-mips.c (mips_set_options): Add ase_eva.
+ (mips_set_options mips_opts): Add ase_eva.
+ (file_ase_eva): Declare.
+ (ISA_SUPPORTS_EVA_ASE): Define.
+ (IS_SEXT_9BIT_NUM): Define.
+ (MIPS_CPU_ASE_EVA): Define.
+ (is_opcode_valid): Add support for ase_eva.
+ (macro_build): Likewise.
+ (macro): Likewise.
+ (validate_mips_insn): Likewise.
+ (validate_micromips_insn): Likewise.
+ (mips_ip): Likewise.
+ (options): Add OPTION_EVA and OPTION_NO_EVA.
+ (md_longopts): Add -meva and -mno-eva.
+ (md_parse_option): Process new options.
+ (mips_after_parse_args): Check for valid EVA combinations.
+ (s_mipsset): Likewise.
+
+2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
+
+ * dwarf2dbg.h (dwarf2_move_insn): Declare.
+ * dwarf2dbg.c (line_subseg): Add pmove_tail.
+ (get_line_subseg): Add create_p argument. Initialize pmove_tail.
+ (dwarf2_gen_line_info_1): Update call accordingly.
+ (dwarf2_move_insn): New function.
+ * config/tc-mips.c (append_insn): Use dwarf2_move_insn.
+
+2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
+
+ Revert:
+
+ 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
+
+ PR gas/13024
+ * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables.
+ (dwarf2_gen_line_info_1): Delete.
+ (dwarf2_push_line, dwarf2_flush_pending_lines): New functions.
+ (dwarf2_gen_line_info, dwarf2_emit_label): Use them.
+ (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines.
+ (dwarf2_directive_loc): Push previous .locs instead of generating
+ them immediately.
+
+2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * config/tc-mips.c (ISA_SUPPORTS_VIRT_ASE): Support micromips.
+ (ISA_SUPPORTS_VIRT64_ASE): Support 64-bit micromips.
+
+2013-06-13 Nick Clifton <nickc@redhat.com>
+
+ PR gas/15602
+ * config/tc-m68k.h (TC_CHECK_ADJUSTED_BROKEN_DOT_WORD): Define.
+ * config/tc-m68k.c (tc_m68k_check_adjusted_broken_word): New
+ function. Generates an error if the adjusted offset is out of a
+ 16-bit range.
+
+2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
+
+ * config/tc-nios2.c (md_apply_fix): Mask constant
+ BFD_RELOC_NIOS2_HIADJ16 value to 16 bits.
+
+2013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * config/tc-mips.c (append_insn): Don't do branch relaxation for
+ MIPS-3D instructions either.
+ (md_convert_frag): Update the COPx branch mask accordingly.
+
+ * config/tc-mips.c (md_show_usage): Document --[no-]relax-branch
+ option.
+ * doc/as.texinfo (Overview): Add --relax-branch and
+ --no-relax-branch.
+ * doc/c-mips.texi (MIPS Opts): Document --relax-branch and
+ --no-relax-branch.
+
+2013-06-09 Sandra Loosemore <sandra@codesourcery.com>
+
+ * config/tc-nios2.c (nios2_parse_args): Allow trap argument to
+ omitted.
+
+2013-06-08 Catherine Moore <clm@codesourcery.com>
+
+ * config/tc-mips.c (is_opcode_valid): Build ASE mask.
+ (is_opcode_valid_16): Pass ase value to opcode_is_member.
+ (append_insn): Change INSN_xxxx to ASE_xxxx.
+
+2013-06-01 George Thomas <george.thomas@atmel.com>
+
+ * gas/config/tc-avr.c: Change ISA for devices with USB support to
+ AVR_ISA_XMEGAU
+
+2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (md_begin): Don't align text/data/bss sections
+ for ELF.
+
+2013-05-31 Paul Brook <paul@codesourcery.com>
+
+ * config/tc-mips.c (s_ehword): New.
+
+2013-05-30 Paul Brook <paul@codesourcery.com>
+
+ * config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
+
+2013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * write.c (resolve_reloc_expr_symbols): On REL targets don't
+ convert relocs who have no relocatable field either. Rephrase
+ the conditional so that the PC-relative check is only applied
+ for REL targets.
+
+2013-05-28 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * config/tc-mips.c (macro) <ld>: Don't use $zero for address
+ calculation.
+
+2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (reloc_table): Update to use
+ BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
+ BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
+ (md_apply_fix): Likewise.
+ (aarch64_force_relocation): Likewise.
+
+2013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/tc-arm.c (it_fsm_post_encode): Improve
+ warning messages about deprecated IT block formats.
+
+2013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * config/tc-aarch64.c (md_apply_fix): Move value range checking
+ inside fx_done condition.
+
+2013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.
+
+2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
+
+ * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
+ and clean up warning when using PRINT_OPCODE_TABLE.
+
+2013-05-20 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
+ and data fixups performing shift/high adjust/sign extension on
+ fieldval. Sink fx_pcrel handling and checks. Use fixP->fx_size
+ when writing data fixups rather than recalculating size.
+
+2013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * doc/c-msp430.texi: Fix typo.
+
+2013-05-16 Tristan Gingold <gingold@adacore.com>
+
+ * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
+ are also TOC symbols.
+
+2013-05-16 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-msp430.c: Make -mmcu recognise more part numbers.
+ Add -mcpu command to specify core type.
+ * doc/c-msp430.texi: Update documentation.
+
+2013-05-09 Andrew Pinski <apinski@cavium.com>
+
+ * config/tc-mips.c (struct mips_set_options): New ase_virt field.
+ (mips_opts): Update for the new field.
+ (file_ase_virt): New variable.
+ (ISA_SUPPORTS_VIRT_ASE): New macro.
+ (ISA_SUPPORTS_VIRT64_ASE): New macro.
+ (MIPS_CPU_ASE_VIRT): New define.
+ (is_opcode_valid): Handle ase_virt.
+ (macro_build): Handle "+J".
+ (validate_mips_insn): Likewise.
+ (mips_ip): Likewise.
+ (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
+ (md_longopts): Add mvirt and mnovirt
+ (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
+ (mips_after_parse_args): Handle ase_virt field.
+ (s_mipsset): Handle "virt" and "novirt".
+ (mips_elf_final_processing): Add a comment about virt ASE might need
+ a new flag.
+ (md_show_usage): Print out the usage of -mvirt and mno-virt options.
+ * doc/c-mips.texi: Document -mvirt and -mno-virt.
+ Document ".set virt" and ".set novirt".
+
+2013-05-09 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
+ control of operand flag bits.
+
+2013-05-07 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
+ (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
+ (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
+ (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
+ (md_apply_fix): Set fx_no_overflow for assorted relocations.
+ Shift and sign-extend fieldval for use by some VLE reloc
+ operand->insert functions.
+
+2013-05-06 Paul Brook <paul@codesourcery.com>
+ Catherine Moore <clm@codesourcery.com>
+
+ * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
+ (limited_pcrel_reloc_p): Likewise.
+ (md_apply_fix): Likewise.
+ (tc_gen_reloc): Likewise.
+
+2013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (limited_pcrel_reloc_p): New function.
+ (mips_fix_adjustable): Adjust pc-relative check to use
+ limited_pc_reloc_p.
+
+2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
+ (s_mips_stab): Do not restrict to stabn only.
+
+2013-05-02 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-msp430.c: Add support for the MSP430X architecture.
+ Add code to insert a NOP instruction after any instruction that
+ might change the interrupt state.
+ Add support for the LARGE memory model.
+ Add code to initialise the .MSP430.attributes section.
+ * config/tc-msp430.h: Add support for the MSP430X architecture.
+ * doc/c-msp430.texi: Document the new -mL and -mN command line
+ options.
+ * NEWS: Mention support for the MSP430X architecture.
+
+2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
+ alpha*-*-linux*ecoff*.
+
+2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * config/tc-mips.c (mips_ip): Add sizelo.
+ For "+C", "+G", and "+H", set sizelo and compare against it.
+
+2013-04-29 Nick Clifton <nickc@redhat.com>
+
+ * as.c (Options): Add -gdwarf-sections.
+ (parse_args): Likewise.
+ * as.h (flag_dwarf_sections): Declare.
+ * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
+ (process_entries): When -gdwarf-sections is enabled generate
+ fragmentary .debug_line sections.
+ (out_debug_line): Set the section for the .debug_line section end
+ symbol.
+ * doc/as.texinfo: Document -gdwarf-sections.
+ * NEWS: Mention -gdwarf-sections.
+
+2013-04-26 Christian Groessler <chris@groessler.org>
+
+ * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
+ according to the target parameter. Don't call s_segm since s_segm
+ calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
+ initialized yet.
+ (md_begin): Call s_segm according to target parameter from command
+ line.
+
+2013-04-25 Alan Modra <amodra@gmail.com>
+
+ * configure.in: Allow little-endian linux.
+ * configure: Regenerate.
+
+2013-04-24 Sandra Loosemore <sandra@codesourcery.com>
+
+ * config/tc-nios2.c (nios2_control_register_arg_p): Rename
+ "fstatus" control register to "eccinj".
+
+2013-04-19 Kai Tietz <ktietz@redhat.com>
+
+ * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
+
+2013-04-15 Julian Brown <julian@codesourcery.com>
+
+ * expr.c (add_to_result, subtract_from_result): Make global.
+ * expr.h (add_to_result, subtract_from_result): Add prototypes.
+ * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
+ subtract_from_result to handle extra bit of precision for .sleb128
+ directive operands.
+
+2013-04-10 Julian Brown <julian@codesourcery.com>
+
+ * read.c (convert_to_bignum): Add sign parameter. Use it
+ instead of X_unsigned to determine sign of resulting bignum.
+ (emit_expr): Pass extra argument to convert_to_bignum.
+ (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
+ X_extrabit to convert_to_bignum.
+ (parse_bitfield_cons): Set X_extrabit.
+ * expr.c (make_expr_symbol, expr_build_uconstant, operand):
+ Initialise X_extrabit field as appropriate.
+ (add_to_result): New.
+ (subtract_from_result): New.
+ (expr): Use above.
+ * expr.h (expressionS): Add X_extrabit field.
+
+2013-04-10 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
+ register being PC when is_t or writeback, and use distinct
+ diagnostic for the latter case.
+
+2013-04-10 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (parse_operands): Re-write
+ po_barrier_or_imm().
+ (do_barrier): Remove bogus constraint().
+ (do_t_barrier): Remove.
+
+2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
+
+ * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
+ ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
+ ATmega2564RFR2
+ * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
+
+2013-04-09 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
+ Use local variable Rt in more places.
+ (do_vmsr): Accept all control registers.
+
+2013-04-09 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
+ if there was none specified for moves between scalar and core
+ register.
+
+2013-04-09 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
+ NEON_ALL_LANES case.
+
+2013-04-08 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
+ PC-relative VSTR.
+
+2013-04-08 Jan Beulich <jbeulich@suse.com>
+
+ * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
+ entry to sp_fiq.
+
+2013-04-03 Alan Modra <amodra@gmail.com>
+
+ * doc/as.texinfo: Add support to generate man options for h8300.
+ * doc/c-h8300.texi: Likewise.
+
+2013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
+
+ * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
+ Cortex-A57.
+
+2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR binutils/15068
+ * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
+
+2013-03-26 Nick Clifton <nickc@redhat.com>
+
+ PR gas/15295
+ * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
+ start of the file each time.
+
+ PR gas/15178
+ * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
+ FreeBSD targets.
+
+2013-03-26 Douglas B Rupp <rupp@gnat.com>
+
+ * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
+ after fixup.
+
+2013-03-21 Will Newton <will.newton@linaro.org>
+
+ * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
+ pc-relative str instructions in Thumb mode.
+
+2013-03-21 Michael Schewe <michael.schewe@gmx.net>
+
+ * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
+ @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
+ R_H8_DISP32A16.
+ * config/tc-h8300.h: Remove duplicated defines.
+
+2013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
+
+ PR gas/15282
+ * tc-avr.c (mcu_has_3_byte_pc): New function.
+ (tc_cfi_frame_initial_instructions): Call it to find return
+ address size.
+
+2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR gas/15095
+ * config/tc-tic6x.c (tic6x_try_encode): Handle
+ tic6x_coding_dreg_(msb|lsb) field coding types and use it to
+ encode register pair numbers when required.
+
+2013-03-15 Will Newton <will.newton@linaro.org>
+
+ * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
+ in vstr in Thumb mode for pre-ARMv7 cores.
+
+2013-03-14 Andreas Schwab <schwab@suse.de>
+
+ * doc/c-arc.texi (ARC Directives): Revert last change and use
+ @itemize instead of @table.
+ * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
+
+2013-03-14 Nick Clifton <nickc@redhat.com>
+
+ PR gas/15273
+ * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
+ NULL message, instead just check ARM_CPU_IS_ANY directly.
+
+2013-03-14 Nick Clifton <nickc@redhat.com>
+
+ PR gas/15212
+ * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
+ for table format.
+ * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
+ to the @item directives.
+ (ARM-Neon-Alignment): Move to correct place in the document.
+ * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
+ formatting.
+ * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
+ @smallexample.
+
+2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
+ case. Add default BAD_CASE to switch.
+
+2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * config/tc-nios2.c (nios2_assemble_args_ds): New function.
+ (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
+
+2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/tc-arm.c (crc_ext_armv8): New feature set.
+ (UNPRED_REG): New macro.
+ (do_crc32_1): New function.
+ (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
+ do_crc32ch, do_crc32cw): Likewise.
+ (TUEc): New macro.
+ (insns): Add entries for crc32 mnemonics.
+ (arm_extensions): Add entry for crc.
+
+2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
+
+ * write.h (struct fix): Add fx_dot_frag field.
+ (dot_frag): Declare.
+ * write.c (dot_frag): New variable.
+ (fix_new_internal): Set fx_dot_frag field with dot_frag.
+ (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
+ * expr.c (expr): Save value of frag_now in dot_frag when setting
+ dot_value.
+ * read.c (emit_expr): Likewise. Delete comments.
+
+2013-03-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (flag_code_names): Removed.
+ (i386_index_check): Rewrote.
+
+2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
+ add comment.
+ (aarch64_double_precision_fmovable): New function.
+ (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
+ function; handle hexadecimal representation of IEEE754 encoding.
+ (parse_operands): Update the call to parse_aarch64_imm_float.
+
+2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
+ (check_hle): Updated.
+ (md_assemble): Likewise.
+ (parse_insn): Likewise.
+
+2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (_i386_insn): Add rep_prefix.
+ (md_assemble): Check if REP prefix is OK.
+ (parse_insn): Remove expecting_string_instruction. Set
+ i.rep_prefix.
+
+2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
+
+2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
+ for system registers.
+
+2013-02-27 DJ Delorie <dj@redhat.com>
+
+ * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
+ (rl78_op): Handle %code().
+ (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
+ (tc_gen_reloc): Likwise; convert to a computed reloc.
+ (md_apply_fix): Likewise.
+
+2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
+
+ * config/rl78-parse.y: Fix encoding of DIVWU insn.
+
+2013-02-25 Terry Guo <terry.guo@arm.com>
+
+ * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
+ * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
+ list of accepted CPUs.
+
+2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/15159
+ * config/tc-i386.c (cpu_arch): Add ".smap".
+
+ * doc/c-i386.texi: Document smap.
+
+2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
+ mips_assembling_insn appropriately.
+ (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
+
+2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * config/tc-mips.c (append_insn): Correct indentation, remove
+ extraneous braces.
+
+2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
+
+2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * configure.tgt: Add nios2-*-rtems*.
+
+2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (md_begin): Change to check if 'name' is
+ NULL.
+
+2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
+ (macro): Use it. Assert that trunc.w.s is not used for r5900.
+
+2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
+
+ * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
+ core.
+
+2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
+ Andrew Jenner <andrew@codesourcery.com>
+
+ Based on patches from Altera Corporation.
+
+ * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
+ (TARGET_CPU_HFILES): Add config/tc-nios2.h.
+ * Makefile.in: Regenerated.
+ * configure.tgt: Add case for nios2*-linux*.
+ * config/obj-elf.c: Conditionally include elf/nios2.h.
+ * config/tc-nios2.c: New file.
+ * config/tc-nios2.h: New file.
+ * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
+ * doc/Makefile.in: Regenerated.
+ * doc/all.texi: Set NIOSII.
+ * doc/as.texinfo (Overview): Add Nios II options.
+ (Machine Dependencies): Include c-nios2.texi.
+ * doc/c-nios2.texi: New file.
+ * NEWS: Note Altera Nios II support.
+
+2013-02-06 Alan Modra <amodra@gmail.com>
+
+ PR gas/14255
+ * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
+ Don't skip fixups with fx_subsy non-NULL.
+ * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
+ with fx_subsy non-NULL.
+
+2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ * doc/c-metag.texi: Add "@c man" markers.
+
+2013-02-04 Alan Modra <amodra@gmail.com>
+
+ * write.c (fixup_segment): Return void. Delete seg_reloc_count
+ related code.
+ (TC_ADJUST_RELOC_COUNT): Delete.
+ * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
+
+2013-02-04 Alan Modra <amodra@gmail.com>
+
+ * po/POTFILES.in: Regenerate.
+
+2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
+
+ * config/tc-metag.c: Make SWAP instruction less permissive with
+ its operands.
+
+2013-01-29 DJ Delorie <dj@redhat.com>
+
+ * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
+ relocs in .word/.etc statements.
+
+2013-01-29 Roland McGrath <mcgrathr@google.com>
+
+ * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
+ immediate value for 8-bit offset" error so it shows line info.
+
+2013-01-24 Joseph Myers <joseph@codesourcery.com>
+
+ * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
+ for 64-bit output.
+
+2013-01-24 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-v850.c: Add support for e3v5 architecture.
+ * doc/c-v850.texi: Mention new support.
+
+2013-01-23 Nick Clifton <nickc@redhat.com>
+
+ PR gas/15039
+ * config/tc-avr.c: Include dwarf2dbg.h.
+
+2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (reloc): Support size relocation only for ELF.
+ (tc_i386_fix_adjustable): Likewise.
+ (lex_got): Likewise.
+ (tc_gen_reloc): Likewise.
+
+2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (output_operand_error_record): Change to output
+ the out-of-range error message as value-expected message if there is
+ only one single value in the expected range.
+ (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
+ LSL #0 as a programmer-friendly feature.
+
+2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
+ (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
+ BFD_RELOC_64_SIZE relocations.
+ (lex_got): Support "symbol@SIZE" and don't create GOT symbol
+ for it.
+ (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
+ relocations against local symbols.
+
+2013-01-16 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
+ finding some sort of toc syntax error, and break to avoid
+ compiler uninit warning.
+
+2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/15019
+ * config/tc-i386.c (lex_got): Increment length by 1 if the
+ relocation token is removed.
+
+2013-01-15 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-v850.c (md_assemble): Allow signed values for
+ V850E_IMMEDIATE.
+
+2013-01-11 Sean Keys <skeys@ipdatasys.com>
+
+ * config/tc-xgate.c (md_begin): Fix mistake made when going from
+ git to cvs.
+
+2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
+
+ * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
+ * doc/c-ppc.texi (PowerPC-Opts): Likewise.
+ * config/tc-ppc.c (md_show_usage): Likewise.
+ (ppc_handle_align): Handle power8's group ending nop.
+
+2013-01-10 Sean Keys <skeys@ipdatasys.com>
+
+ * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
+ that the assember exits after the opcodes have been printed.
+
+2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * app.c: Remove trailing white spaces.
+ * as.c: Likewise.
+ * as.h: Likewise.
+ * cond.c: Likewise.
+ * dw2gencfi.c: Likewise.
+ * dwarf2dbg.h: Likewise.
+ * ecoff.c: Likewise.
+ * input-file.c: Likewise.
+ * itbl-lex.h: Likewise.
+ * output-file.c: Likewise.
+ * read.c: Likewise.
+ * sb.c: Likewise.
+ * subsegs.c: Likewise.
+ * symbols.c: Likewise.
+ * write.c: Likewise.
+ * config/tc-i386.c: Likewise.
+ * doc/Makefile.am: Likewise.
+ * doc/Makefile.in: Likewise.
+ * doc/c-aarch64.texi: Likewise.
+ * doc/c-alpha.texi: Likewise.
+ * doc/c-arc.texi: Likewise.
+ * doc/c-arm.texi: Likewise.
+ * doc/c-avr.texi: Likewise.
+ * doc/c-bfin.texi: Likewise.
+ * doc/c-cr16.texi: Likewise.
+ * doc/c-d10v.texi: Likewise.
+ * doc/c-d30v.texi: Likewise.
+ * doc/c-h8300.texi: Likewise.
+ * doc/c-hppa.texi: Likewise.
+ * doc/c-i370.texi: Likewise.
+ * doc/c-i386.texi: Likewise.
+ * doc/c-i860.texi: Likewise.
+ * doc/c-m32c.texi: Likewise.
+ * doc/c-m32r.texi: Likewise.
+ * doc/c-m68hc11.texi: Likewise.
+ * doc/c-m68k.texi: Likewise.
+ * doc/c-microblaze.texi: Likewise.
+ * doc/c-mips.texi: Likewise.
+ * doc/c-msp430.texi: Likewise.
+ * doc/c-mt.texi: Likewise.
+ * doc/c-s390.texi: Likewise.
+ * doc/c-score.texi: Likewise.
+ * doc/c-sh.texi: Likewise.
+ * doc/c-sh64.texi: Likewise.
+ * doc/c-tic54x.texi: Likewise.
+ * doc/c-tic6x.texi: Likewise.
+ * doc/c-v850.texi: Likewise.
+ * doc/c-xc16x.texi: Likewise.
+ * doc/c-xgate.texi: Likewise.
+ * doc/c-xtensa.texi: Likewise.
+ * doc/c-z80.texi: Likewise.
+ * doc/internals.texi: Likewise.
+
+2013-01-10 Roland McGrath <mcgrathr@google.com>
+
+ * hash.c (hash_new_sized): Make it global.
+ * hash.h: Declare it.
+ * macro.c (define_macro): Use hash_new_sized instead of hash_new,
+ pass a small size.
+
+2013-01-10 Will Newton <will.newton@imgtec.com>
+
+ * Makefile.am: Add Meta.
+ * Makefile.in: Regenerate.
+ * config/tc-metag.c: New file.
+ * config/tc-metag.h: New file.
+ * configure.tgt: Add Meta.
+ * doc/Makefile.am: Add Meta.
+ * doc/Makefile.in: Regenerate.
+ * doc/all.texi: Add Meta.
+ * doc/as.texiinfo: Document Meta options.
+ * doc/c-metag.texi: New file.
+
+2013-01-09 Steve Ellcey <sellcey@mips.com>
+
+ * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
+ calls.
+ * config/tc-mips.c (internalError): Remove, replace with abort.
+
+2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (parse_operands): Change to compare the result
+ of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
+
+2013-01-07 Nick Clifton <nickc@redhat.com>
+
+ PR gas/14887
+ * config/tc-arm.c (skip_past_char): Skip whitespace before the
+ anticipated character.
+ * config/tc-arm.c (parse_address_main): Delete skip of whitespace
+ here as it is no longer needed.
+
+2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
+
+ * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
+ * doc/c-score.texi (SCORE-Opts): Likewise.
+ * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
+
+2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
+
+ * config/tc-mips.c: Add support for MIPS r5900.
+ Add M_LQ_AB and M_SQ_AB to support large values for instructions
+ lq and sq.
+ (can_swap_branch_p, get_append_method): Detect some conditional
+ short loops to fix a bug on the r5900 by NOP in the branch delay
+ slot.
+ (M_MUL): Support 3 operands in multu on r5900.
+ (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
+ (s_mipsset): Force 32 bit floating point on r5900.
+ (mips_ip): Check parameter range of instructions mfps and mtps on
+ r5900.
+ * configure.in: Detect CPU type when target string contains r5900
+ (e.g. mips64r5900el-linux-gnu).
+
+2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ * as.c (parse_args): Update copyright year to 2013.
+
+2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
+ and "cortex57".
+
+2013-01-02 Nick Clifton <nickc@redhat.com>
+
+ PR gas/14987
+ * config/tc-arm.c (parse_address_main): Skip whitespace before a
+ closing bracket.
+
+For older changes see ChangeLog-2012
+
+Copyright (C) 2013 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End:
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index f392947..dfe7d09 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,1790 +1,6 @@
-2013-12-28 Hans-Peter Nilsson <hp@bitrange.com>
-
- Adjust MMIX gas tests for recent bfd/elf.c change.
- * gas/mmix/bspec-1.d: Adjust for SHF_INFO_LINK now set on RELA
- sections.
- * gas/mmix/bspec-2.d: Ditto.
-
-2013-12-20 Nick Clifton <nickc@redhat.com>
-
- PR binutils/16218
- * gas/elf/dwarf2-1.d: Update expected objdump output.
- * gas/elf/dwarf2-2.d: Likewise.
- * gas/i386/dw2-compress-1.d: Likewise.
-
-2013-12-19 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/i386.exp: Don't run x86-64-disassem for mingw targets.
-
-2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/rm-simd-ext.d: New file.
- * gas/aarch64/rm-simd-ext.l: Likewise.
- * gas/aarch64/rm-simd-ext.s: Likewise.
-
-2013-12-17 Kuan-Lin Chen <kuanlinchentw@gmail.com>
-
- * gas/nds32/nds32.exp: Add system and user special register tests.
- * gas/nds32/sys-reg.s: New test.
- * gas/nds32/sys-reg.d: Likewise.
- * gas/nds32/usr-spe-reg.s: Likewise.
- * gas/nds32/usr-spe-reg.d: Likewise.
- * gas/nds32/alu-2.d: Delete the new blank line at EOF.
- * gas/nds32/br-1.d: Likewise.
- * gas/nds32/br-2.d: Likewise.
- * gas/nds32/ji-jr.d: Likewise.
- * gas/nds32/lsi.d: Likewise.
-
-2013-12-17 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
-
- * gas/i386/disassem.s: New.
- * gas/i386/disassem.d: Likewise.
- * gas/i386/x86-64-disassem.s: Likewise.
- * gas/i386/x86-64-disassem.d: Likewise.
- * gas/i386/i386.exp: Run disassem and x86-64-disassem.
-
-2013-12-16 Andrew Bennett <andrew.bennett@imgtec.com>
-
- * gas/mips/mips.exp: Add CP1 register name tests.
- * gas/mips/cp1-names-mips32.d: New test.
- * gas/mips/cp1-names-mips32r2.d: New test.
- * gas/mips/cp1-names-mips64.d: New test.
- * gas/mips/cp1-names-mips64r2.d: New test.
- * gas/mips/cp1-names-numeric.d: New test.
- * gas/mips/cp1-names-r3000.d: New test.
- * gas/mips/cp1-names-r4000.d: New test.
- * gas/mips/cp1-names-sb1.d: New test.
- * gas/mips/cp1-names.s: New test.
- * gas/mips/micromips-insn32.d: Add the correct symbolic names for the CP1
- registers.
- * gas/mips/micromips-noinsn32.d: Likewise.
- * gas/mips/micromips-trap.d: Likewise.
- * gas/mips/micromips.d: Likewise.
-
-2013-12-16 Andrew Bennett <andrew.bennett@imgtec.com>
-
- * gas/mips/msa.s: Reduced maximum element index range
- for sldi, splati, copy_s, copy_u, insert and insve instructions.
- * gas/mips/msa64.s: Likewise.
- * gas/mips/micromips@msa.d: Likewise.
- * gas/mips/micromips@msa64.d: Likewise.
- * gas/mips/msa.d: Likewise.
- * gas/mips/msa64.d: Likewise.
-
-2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
-
- * gas/all/gas.exp: Add expected failures for NDS32.
- * gas/elf/elf.exp: Likewise.
- * gas/lns/lns.exp: Use alternate test.
- * gas/macros/irp.d: Skip for NDS32.
- * gas/macros/macros.exp: Skip some tests for the NDS32.
- * gas/macros/rept.d: Skip for NDS32.
- * gas/macros/test3.d: Skip for NDS32.
- * gas/nds32: New directory.
- * gas/nds32/alu-1.s: New test.
- * gas/nds32/alu-1.d: Likewise.
- * gas/nds32/alu-2.s: Likewise.
- * gas/nds32/alu-2.d: Likewise.
- * gas/nds32/br-1.d: Likewise.
- * gas/nds32/br-1.s: Likewise.
- * gas/nds32/br-2.d: Likewise.
- * gas/nds32/br-2.s: Likewise.
- * gas/nds32/ji-jr.d: Likewise.
- * gas/nds32/ji-jr.s: Likewise.
- * gas/nds32/ls.d: Likewise.
- * gas/nds32/ls.s: Likewise.
- * gas/nds32/lsi.d: Likewise.
- * gas/nds32/lsi.s: Likewise.
- * gas/nds32/to-16bit-v1.d: Likewise.
- * gas/nds32/to-16bit-v1.s: Likewise.
- * gas/nds32/to-16bit-v2.d: Likewise.
- * gas/nds32/to-16bit-v2.s: Likewise.
- * gas/nds32/to-16bit-v3.d: Likewise.
- * gas/nds32/to-16bit-v3.s: Likewise.
- * gas/nds32/nds32.exp: New test driver.
-
-2013-12-07 Mike Frysinger <vapier@gentoo.org>
-
- * gas/bfin/bit2.s: Remove +x file mode.
- * gas/bfin/cache2.s: Likewise.
- * gas/bfin/control_code2.s: Likewise.
- * gas/bfin/event2.s: Likewise.
- * gas/bfin/flow2.s: Likewise.
- * gas/bfin/logical2.s: Likewise.
- * gas/bfin/move2.s: Likewise.
- * gas/bfin/shift2.s: Likewise.
- * gas/bfin/stack2.s: Likewise.
- * gas/bfin/vector2.s: Likewise.
- * gas/bfin/video2.s: Likewise.
- * gas/epiphany/sample.s: Likewise.
- * gas/pe/aligncomm-a.d: Likewise.
- * gas/pe/aligncomm-a.s: Likewise.
- * gas/pe/aligncomm-b.d: Likewise.
- * gas/pe/aligncomm-c.d: Likewise.
- * gas/pe/aligncomm-c.s: Likewise.
- * gas/pe/aligncomm-d.d: Likewise.
- * gas/pe/aligncomm-d.s: Likewise.
- * gas/pe/pe.exp: Likewise.
- * gas/ppc/vle-simple-4.s: Likewise.
- * gas/ppc/vle.d: Likewise.
- * gas/ppc/vle.s: Likewise.
-
-2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
-
- * gas/mips/mips.exp: Consider mips-mti-elf the same as mips-sde-elf
-
-2013-11-20 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/msr.s: Add tests.
- * gas/aarch64/msr.d: Update.
-
-2013-11-19 Catherine Moore <clm@codesourcery.com>
-
- * gas/mips/fix-pmc-rm7000-1.d: New.
- * gas/mips/fix-pmc-rm7000-1.s: New.
- * gas/mips/fix-pmc-rm7000-2.d: New.
- * gas/mips/fix-pmc-rm7000-2.s: New.
- * gas/mips/micromips@fix-pmc-rm7000-1.d: New.
- * gas/mips/micromips@fix-pmc-rm7000-2.d: New.
- * gas/mips/mips.exp: Run new tests.
-
-2013-11-18 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/avx512f-nondef.d: Updated for mingw.
- * gas/i386/mpx-add-bnd-prefix.d: Likewise.
- * gas/i386/x86-64-avx512f-nondef.d: Likewise.
- * gas/i386/x86-64-mpx-add-bnd-prefix.d: Likewise.
- * gas/i386/x86-64-mpx-addr32.d: Likewise.
- * gas/i386/x86-64-opcode.d: Likewise.
- * gas/i386/x86-64-sha.d: Likewise.
-
-2013-11-18 Renlin Li <Renlin.Li@arm.com>
-
- * gas/arm/attr-march-armv7ve.d: New test case for armv7ve.
-
-2013-11-18 Zhenqiang Chen <zhenqiang.chen@linaro.org>
-
- * gas/aarch64/sysreg.s: Add test.
- * gas/aarch64/sysreg.d: Update.
-
-2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com>
-
- Revert
-
- 2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.s: Add tests.
- * gas/aarch64/diagnostic.l: Update.
- * gas/aarch64/tracereg-illegal.d: New file.
- * gas/aarch64/tracereg-illegal.l: Ditto.
- * gas/aarch64/tracereg-illegal.s: Ditto.
- * gas/aarch64/tracereg.d: Ditto.
- * gas/aarch64/tracereg.s: Ditto.
-
-2013-11-17 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/i386.exp: Run x86-64-mpx-branch-1 and
- x86-64-mpx-branch-2 on 64-bit ELF targets.
- * gas/i386/x86-64-mpx-branch-1.d: New file.
- * gas/i386/x86-64-mpx-branch-1.s: Likewise.
- * gas/i386/x86-64-mpx-branch-2.d: Likewise.
- * gas/i386/x86-64-mpx-branch-2.s: Likewise.
-
-2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.s: Add tests.
- * gas/aarch64/diagnostic.l: Update.
- * gas/aarch64/tracereg-illegal.d: New file.
- * gas/aarch64/tracereg-illegal.l: Ditto.
- * gas/aarch64/tracereg-illegal.s: Ditto.
- * gas/aarch64/tracereg.d: Ditto.
- * gas/aarch64/tracereg.s: Ditto.
-
-2013-11-15 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
-
- * gas/i386/inval-avx512f.s: Add invalid test for gather instruction
- with default mask.
- * gas/i386/inval-avx512f.l: Update correspondingly.
-
-2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/deprecated.d: New file.
- * gas/aarch64/deprecated.l: New file.
- * gas/aarch64/deprecated.s: New file.
- * gas/aarch64/sysreg-1.s: Add tests.
- * gas/aarch64/sysreg-1.d: Add tests.
-
-2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/alias.s: Add tests.
- * gas/aarch64/alias.d: Update.
- * gas/aarch64/no-aliases.d: Update.
- * gas/aarch64/diagnostic.s: Add tests.
- * gas/aarch64/diagnostic.l: Update.
- * gas/aarch64/illegal.s: Add tests.
- * gas/aarch64/illegal.l: Update.
-
-2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.s: Add tests of ldp/stp.
- * gas/aarch64/diagnostic.l: Update.
-
-2013-11-05 Will Newton <will.newton@linaro.org>
-
- * gas/aarch64/advsimd-mov-bad.d: New file.
- * gas/aarch64/advsimd-mov-bad.s: Likewise.
-
-2013-11-04 Jan Beulich <jbeulich@suse.com>
-
- * gas/i386/x86-64-suffix-bad.[sl]: New.
- * gas/i386/i386.exp: Run new test.
-
-2013-11-02 Alan Modra <amodra@gmail.com>
-
- * gas/cfi/cfi-x86_64.d: Match when lacking end of section padding.
-
-2013-10-29 Jan Beulich <jbeulich@suse.com>
-
- * gas/microblaze/relax_size.elf: Drop expectation of no longer
- present STT_FILE symbol.
- * gas/microblaze/relax_size2.elf: Likewise.
-
-2013-10-18 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * gas/mips/micromips@msa-branch.d, gas/mips/msa-branch.d,
- gas/mips/msa-branch.s: New.
- * gas/mips/mips.exp: Run new tests.
-
-2013-10-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
-
- * gas/arm/neon-cov.d: Adjust output.
-
-2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * gas/mips/micromips@msa-relax.d, gas/mips/micromips@msa.d,
- gas/mips/micromips@msa64.d, gas/mips/msa-relax.d,
- gas/mips/msa-relax.l, gas/mips/msa-relax.s,
- gas/mips/msa.d, gas/mips/msa.s, gas/mips/msa64.d,
- gas/mips/msa64.s: New.
- * gas/mips/mips.exp: Run new tests.
-
-2013-10-14 Nick Clifton <nickc@redhat.com>
-
- * gas/all/itbl-test.c (main): Close fas.
-
-2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
-
- * gas/nios2/warn_nobreak.l: Update text of warning messages.
- * gas/nios2/registers.s: Use "sstatus" rather than "ba"
- as the primary name of r30.
- * gas/nios2/registers.d: Likewise.
-
-2013-10-12 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/mpx.s: Remove bndcl/bndcu/bndcn tests with AX.
- * gas/i386/x86-64-mpx.s: Likwise.
-
- * gas/i386/mpx.d: Updated.
- * gas/i386/x86-64-mpx.d: Likewise.
-
-2013-10-10 Sean Keys <skeys@ipdatasys.com>
-
- * gas/xgate/all_insns.d: Add com macro insn test.
- * gas/xgate/all_insns.s: Add com macro insn test.
-
-2013-10-08 Jan Beulich <jbeulich@suse.com>
-
- * gas/arm/thumb-w-good.s: Add PUSH.W and POP.W tests.
- * gas/arm/thumb-w-good.d: Update accordingly.
-
-2013-10-08 Nick Clifton <nickc@redhat.com>
-
- * gas/msp430/bad.s: New test: Checks erroneous size extensions.
- * gas/msp430/bad.d: New test command file.
- * gas/msp430/bad.l: New file: Expected error messages.
- * gas/msp430/msp430.exp: Run the new test.
- * gas/msp430/msp430x.s: Add "<foo>.a" aliases of "<foo>a"
- instructions.
- * gas/msp430/msp430x.d: Update expected disassembly.
-
-2013-10-07 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * gas/mips/micromips@virt64.d: Fix dmfgc0 and dmtgc0.
-
-2013-10-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * gas/arm/thumb2_it.s: Add test for narrow tst.
- * gas/arm/thumb2_it.d: Update expected output.
- * gas/arm/thumb2_it_auto.d: Likewise.
-
-2013-09-30 Saravanan Ekanathan <saravanan.ekanathan@amd.com>
-
- * gas/i386/i386.exp: Run bdver4 test cases.
- * gas/i386/nops-1-bdver4.d: New.
- * gas/i386/arch-10-bdver4.d: New.
- * gas/i386/x86-64-nops-1-bdver4.d: New.
- * gas/i386/x86-64-arch-2-bdver4.d: New.
-
-2013-09-17 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
-
- * gas/s390/zarch-z196.s, gas/s390/zarch-z196.d: Test CLIH with
- 4000000000.
-
-2013-09-16 Will Newton <will.newton@linaro.org>
-
- * gas/arm/neon-ldst-es.d: Add VLD1.64 instructions.
- * gas/arm/neon-ldst-es.s: Likewise.
- * testsuite/gas/arm/neon-ldst-es-bad.d: New file.
- * testsuite/gas/arm/neon-ldst-es-bad.l: Likewise.
- * testsuite/gas/arm/neon-ldst-es-bad.s: Likewise.
-
-2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * gas/mips/bltzal.s: New file.
- * gas/mips/bltzal.l: New file.
- * gas/mips/mips.exp: Run the bltzal test.
-
-2013-09-12 Nick Clifton <nickc@redhat.com>
-
- * gas/cfi/cfi-alpha-1.d: Update expected output to allow for
- 64-bit addresses.
- * gas/cfi/cfi-alpha-3.d: Likewise.
- * gas/cfi/cfi-arm-1.d: Likewise.
- * gas/cfi/cfi-common-1.d: Likewise.
- * gas/cfi/cfi-common-2.d: Likewise.
- * gas/cfi/cfi-common-3.d: Likewise.
- * gas/cfi/cfi-common-4.d: Likewise.
- * gas/cfi/cfi-common-5.d: Likewise.
- * gas/cfi/cfi-common-6.d: Likewise.
- * gas/cfi/cfi-common-7.d: Likewise.
- * gas/cfi/cfi-hppa-1.d: Likewise.
- * gas/cfi/cfi-i386-2.d: Likewise.
- * gas/cfi/cfi-i386.d: Likewise.
- * gas/cfi/cfi-m68k.d: Likewise.
- * gas/cfi/cfi-mips-1.d: Likewise.
- * gas/cfi/cfi-ppc-1.d: Likewise.
- * gas/cfi/cfi-s390-1.d: Likewise.
- * gas/cfi/cfi-s390x-1.d: Likewise.
- * gas/cfi/cfi-sh-1.d: Likewise.
- * gas/cfi/cfi-sparc-1.d: Likewise.
- * gas/cfi/cfi-sparc64-1.d: Likewise.
- * gas/cfi/cfi-x86_64.d: Likewise.
-
-2013-09-04 Tristan Gingold <gingold@adacore.com>
-
- * gas/ppc/aix.exp: Run xcoff-toc-1 test.
- * gas/ppc/xcoff-toc-1.s, gas/ppc/xcoff-toc-1.d: New test.
-
-2013-09-04 Roland McGrath <mcgrathr@google.com>
-
- PR gas/15914
- * gas/arm/udf-bad.s: New file.
- * gas/arm/udf-bad.d: New file.
- * gas/arm/udf-bad.l: New file.
- * gas/arm/udf.s: New file.
- * gas/arm/udf.d: New file.
- * gas/arm/udf.l: New file.
-
-2013-08-28 Nick Clifton <nickc@redhat.com>
-
- * gas/aarch64/illegal.s: Add illegal constant for logical
- operation.
- * gas/aarch64/illegal.l: Add expected error message.
-
-2013-08-23 Maciej W. Rozycki <macro@codesourcery.com>
-
- * gas/testsuite/gas/mips/micromips-insn32.d: Adjust for delay
- slot scheduling of ALNV.PS.
- * gas/testsuite/gas/mips/micromips-noinsn32.d: Likewise.
- * gas/testsuite/gas/mips/micromips-trap.d: Likewise.
- * gas/testsuite/gas/mips/micromips.d: Likewise.
- * gas/testsuite/gas/mips/micromips@alnv_ps-swap.d: Likewise.
-
-2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
-
- PR binutils/15834
- * gas/d10v/instruction_packing.d: Fix typos.
- * gas/z80/atend.d: Likewise.
-
-2013-08-23 Will Newton <will.newton@linaro.org>
-
- * testsuite/gas/arm/neon-addressing-bad.l: Add test for
- VLDn and VSTn instructions.
- * testsuite/gas/arm/neon-addressing-bad.s: Likewise.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/ase-errors-1.l, gas/mips/ase-errors-2.l,
- gas/mips/ase-errors-3.l, gas/mips/ase-errors-4.l, gas/mips/at-2.l,
- gas/mips/baddata1.l, gas/mips/elf-rel30.l, gas/mips/illegal.l,
- gas/mips/jalr.l, gas/mips/ldstla-32-1.l, gas/mips/ldstla-32-mips3-1.l,
- gas/mips/lui-1.l, gas/mips/macro-warn-1.l, gas/mips/macro-warn-1-n32.l,
- gas/mips/macro-warn-2.l, gas/mips/macro-warn-3.l,
- gas/mips/macro-warn-4.l, gas/mips/micromips-branch-delay.l,
- gas/mips/micromips-branch-relax.l,
- gas/mips/micromips-branch-relax-pic.l, gas/mips/micromips-ill.l,
- gas/mips/micromips.l, gas/mips/micromips-size-0.l,
- gas/mips/micromips-size-1.l, gas/mips/micromips-warn-branch-delay.l,
- gas/mips/micromips-warn.l, gas/mips/mips16e-64.l,
- gas/mips/mips16e-save-err.l, gas/mips/mips1-fp.l,
- gas/mips/mips32r2-fp32.l, gas/mips/mips32r2-ill.l,
- gas/mips/mips32-sf32.l, gas/mips/mips4-branch-likely.l,
- gas/mips/mips4-fp.l, gas/mips/mips5-fp.l, gas/mips/mips64-mips3d.l,
- gas/mips/mips-double-float-flag.l, gas/mips/mips-gp64-fp32.l,
- gas/mips/mips-gp64-fp64.l, gas/mips/mips-hard-float-flag.l,
- gas/mips/mips-macro-ill-nofp.l, gas/mips/mips-macro-ill-sfp.l,
- gas/mips/nan-error-1.l, gas/mips/nan-error-2.l, gas/mips/noat-2.l,
- gas/mips/noat-3.l, gas/mips/noat-4.l, gas/mips/noat-5.l,
- gas/mips/noat-6.l, gas/mips/noat-7.l, gas/mips/octeon-ill.l,
- gas/mips/r5900-error-vu0.l, gas/mips/r5900-nollsc.l,
- gas/mips/relax-bc1any.l, gas/mips/relax-bposge.l, gas/mips/relax.l,
- gas/mips/relax-swap1.l, gas/mips/relax-swap2.l, gas/mips/set-arch.l,
- gas/mips/tls-ill.l, gas/mips/vr5400-ill.l: Adjust expected output.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/ext-ill.l, gas/mips/mips64r2-ill.l: Expect DEXT and DINS
- error messages to have the same form as the EXT and INS ones.
- * gas/mips/micromips-insn32.d, gas/mips/micromips-noinsn32.d,
- gas/mips/micromips-trap.d, gas/mips/micromips.d,
- gas/mips/micromips@mips64r2.d, gas/mips/mips64r2.d: Expect
- "dext" and "dins" instead of "dextm", "dextu", "dinsm" and "dinsu".
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/octeon-ill.l: Adjust expected output.
- * gas/mips/lui-1.l, gas/mips/lui-1.s: Add more cases.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/ext-ill.l, gas/mips/lui-1.l, gas/mips/mips16e-64.l,
- gas/mips/mips32r2-ill-fp64.l, gas/mips/mips32r2-ill-nofp.l,
- gas/mips/mips32r2-ill.l, gas/mips/mips64r2-ill.l,
- gas/mips/octeon-ill.l, gas/mips/r5900-error-vu0.l,
- gas/mips/vr5400-ill.l: Adjust expected errors.
- * gas/mips/micromips-size-0.l,
- gas/mips/micromips-size-0.s: Likewise. Add new tests.
- * gas/mips/mips16e-save-err.s, gas/mips/mips16e-save-err.l: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/micromips-ill.l: Expect "floating-point expression required"
-
-2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
-
- * gas/mips/r5900-error-vu0.s, gas/mips/r5900-error-vu0.l,
- gas/mips/r5900-full-vu0.s, gas/mips/r5900-full-vu0.d: Allow
- single-channel suffixes to be elided.
-
-2013-08-04 Jürgen Urban <JuergenUrban@gmx.de>
-
- * gas/mips/r5900-vu0.d: Expect $vfN and $viN instead of numeric
- coprocessor registers.
- * gas/mips/r5900-all-vu0.s, gas/mips/r5900-all-vu0.d,
- gas/mips/r5900-full-vu0.s, gas/mips/r5900-full-vu0.d,
- gas/mips/r5900-error-vu0.s, gas/mips/r5900-error-vu0.l: New tests.
- * gas/mips/mips.exp: Run them.
-
-2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/mips16-macro.s, gas/mips/mips16-macro.d: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
- Alexander Ivchenko <alexander.ivchenko@intel.com>
- Maxim Kuznetsov <maxim.kuznetsov@intel.com>
- Sergey Lega <sergey.s.lega@intel.com>
- Anna Tikhonova <anna.tikhonova@intel.com>
- Ilya Tocar <ilya.tocar@intel.com>
- Andrey Turetskiy <andrey.turetskiy@intel.com>
- Ilya Verbin <ilya.verbin@intel.com>
- Kirill Yukhin <kirill.yukhin@intel.com>
- Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * gas/cfi/cfi-i386.s: Add tests for k0-k7.
- * gas/cfi/cfi-i386.d: Change to reflect above mentioned changes.
- * gas/cfi/cfi-x86_64.s: Add tests for xmm16-31, k0-7.
- * gas/cfi/cfi-x86_64.d: Change to reflect above mentioned changes.
- * gas/i386/ilp32/cfi/cfi-x86_64.d: Ditto.
- * gas/i386/intel-regs.s: Add tests for zmm0 and xmm16 registers.
- * gas/i386/intel-regs.d: Change correspondingly.
- * gas/i386/prefetch-intel.d: Reflect implementation of prefetchwt1.
- * gas/i386/prefetch.d: Ditto.
- * gas/i386/x86-64-prefetch-intel.d: Ditto.
- * gas/i386/x86-64-prefetch.d: Ditto.
- * gas/i386/avx512f-intel.d: New.
- * gas/i386/avx512f-nondef.d: New.
- * gas/i386/avx512f-nondef.s: New.
- * gas/i386/avx512f-opts-intel.d: New.
- * gas/i386/avx512f-opts.d: New.
- * gas/i386/avx512f-opts.s: New.
- * gas/i386/avx512f.d: New.
- * gas/i386/avx512f.s: New.
- * gas/i386/avx512cd-intel.d: New.
- * gas/i386/avx512cd.d: New.
- * gas/i386/avx512cd.s: New.
- * gas/i386/avx512er-intel.d: New.
- * gas/i386/avx512er.d: New.
- * gas/i386/avx512er.s: New.
- * gas/i386/avx512pf-intel.d: New.
- * gas/i386/avx512pf.d: New.
- * gas/i386/avx512pf.s: New.
- * gas/i386/evex-lig.s: New.
- * gas/i386/evex-lig256-intel.d: New.
- * gas/i386/evex-lig256.d: New.
- * gas/i386/evex-lig512-intel.d: New.
- * gas/i386/evex-lig512.d: New.
- * gas/i386/evex-wig.s: New.
- * gas/i386/evex-wig1-intel.d: New.
- * gas/i386/evex-wig1.d: New.
- * gas/i386/inval-avx512f.l: New.
- * gas/i386/inval-avx512f.s: New.
- * gas/i386/x86-64-avx512f-intel.d: New.
- * gas/i386/x86-64-avx512f-nondef.d: New.
- * gas/i386/x86-64-avx512f-nondef.s: New.
- * gas/i386/x86-64-avx512f-opts-intel.d: New.
- * gas/i386/x86-64-avx512f-opts.d: New.
- * gas/i386/x86-64-avx512f-opts.s: New.
- * gas/i386/x86-64-avx512f.d: New.
- * gas/i386/x86-64-avx512f.s: New.
- * gas/i386/x86-64-avx512cd-intel.d: New.
- * gas/i386/x86-64-avx512cd.d: New.
- * gas/i386/x86-64-avx512cd.s: New.
- * gas/i386/x86-64-avx512er-intel.d: New.
- * gas/i386/x86-64-avx512er.d: New.
- * gas/i386/x86-64-avx512er.s: New.
- * gas/i386/x86-64-avx512pf-intel.d: New.
- * gas/i386/x86-64-avx512pf.d: New.
- * gas/i386/x86-64-avx512pf.s: New.
- * gas/i386/x86-64-evex-lig.s: New.
- * gas/i386/x86-64-evex-lig256-intel.d: New.
- * gas/i386/x86-64-evex-lig256.d: New.
- * gas/i386/x86-64-evex-lig512-intel.d: New.
- * gas/i386/x86-64-evex-lig512.d: New.
- * gas/i386/x86-64-evex-wig.s: New.
- * gas/i386/x86-64-evex-wig1-intel.d: New.
- * gas/i386/x86-64-evex-wig1.d: New.
- * gas/i386/x86-64-inval-avx512f.l: New.
- * gas/i386/x86-64-inval-avx512f.s: New.
- * gas/i386/i386.exp: Run new AVX-512 tests.
-
-2013-07-25 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/loongson-2f.d: Fix expected output for madd.ps,
- msub.ps, nmadd.ps and nmsub.ps.
-
-2013-07-25 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * gas/i386/sha.d: New.
- * gas/i386/sha.s: New.
- * gas/i386/x86-64-sha.d: New.
- * gas/i386/x86-64-sha.s: New.
- * gas/i386/i386.exp: Run new SHA tests.
-
-2013-07-24 Anna Tikhonova <anna.tikhonova@intel.com>
- Kirill Yukhin <kirill.yukhin@intel.com>
- Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * gas/i386/mpx-add-bnd-prefix.s: New.
- * gas/i386/mpx-add-bnd-prefix.d: New.
- * gas/i386/mpx-inval-1.l: New.
- * gas/i386/mpx-inval-1.s: New.
- * gas/i386/mpx.d: New.
- * gas/i386/mpx.s: New.
- * gas/i386/x86-64-mpx-add-bnd-prefix.d: New.
- * gas/i386/x86-64-mpx-add-bnd-prefix.s: New.
- * gas/i386/x86-64-mpx-addr32.d: New.
- * gas/i386/x86-64-mpx-addr32.s: New.
- * gas/i386/x86-64-mpx-inval-1.l: New.
- * gas/i386/x86-64-mpx-inval-1.s: New.
- * gas/i386/x86-64-mpx-inval-2.l: New.
- * gas/i386/x86-64-mpx-inval-2.s: New.
- * gas/i386/x86-64-mpx.d: New.
- * gas/i386/x86-64-mpx.s: New.
- * gas/i386/nops.d: Adjust to MPX changes.
- * gas/i386/nops.s: Likewise.
- * gas/i386/x86-64-nops.d: Likewise.
- * gas/i386/x86-64-nops.s: Likewise.
- * gas/i386/ilp32/x86-64-nops.d: Likewise.
- * gas/i386/i386.exp: Run new MPX tests.
-
-2013-07-24 Tristan Gingold <gingold@adacore.com>
-
- * gas/ppc/test2xcoff32.s, gas/ppc/test2xcoff32.d: New files
- * gas/ppc/ppc.exp: Add new test.
- * gas/ppc/xcoff-br16-1.s, gas/ppc/xcoff-br16-1.d,
- gas/ppc/xcoff-br16-2.s, gas/ppc/xcoff-br16-2.d: New files
- * gas/ppc/aix.exp: Add new tests.
-
-2013-07-19 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/ilp32-basic.d (#as): Update to use -mabi=ilp32
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/vr5400-ill.s, gas/mips/vr5400-ill.l: Add some more cases.
- * gas/mips/micromips-ill.s, gas/mips/micromips-ill.l: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/at-2.l: Remove duplicated $at warnings.
- * gas/mips/ext-ill.l, gas/mips/lui-1.l, gas/mips/mips32r2-ill.l,
- gas/mips/mips32r2-ill-nofp.l, gas/mips/mips32r2-ill-fp64.l,
- gas/mips/mips64r2-ill.l, gas/mips/octeon-ill.l: Update error
- messages. Expect negative numbers to be printed as such,
- rather than as large unsigned positive numbers.
-
-2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
-
- * gas/mips/nan-2008-1.d: New test.
- * gas/mips/nan-2008-2.d: New test.
- * gas/mips/nan-2008-3.d: New test.
- * gas/mips/nan-2008-4.d: New test.
- * gas/mips/nan-legacy-1.d: New test.
- * gas/mips/nan-legacy-2.d: New test.
- * gas/mips/nan-legacy-3.d: New test.
- * gas/mips/nan-legacy-4.d: New test.
- * gas/mips/nan-legacy-5.d: New test.
- * gas/mips/nan-error-1.l: New list test.
- * gas/mips/nan-error-2.l: New list test.
- * gas/mips/nan-2008-override.s: New test source.
- * gas/mips/nan-2008.s: New test source.
- * gas/mips/nan-legacy-override.s: New test source.
- * gas/mips/nan-legacy.s: New test source.
- * gas/mips/nan-error-1.s: New test source.
- * gas/mips/nan-error-2.s: New test source.
- * gas/mips/mips.exp: Run the new tests.
-
-2013-07-09 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/la-reloc.s, gas/mips/la-reloc.d, gas/mips/dla-reloc.s,
- gas/mips/dla-reloc.d: Add files missing from earlier commit.
-
-2013-07-08 H.J. Lu <hongjiu.lu@intel.com>
-
- PR gas/13572
- * gas/i386/simd.s: Add a test for cvttps2pi.
- * gas/i386/simd-intel.d: Updated.
- * gas/i386/simd.d: Likewise.
-
-2013-07-08 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/la.s, gas/mips/la.d, gas/mips/la-svr4pic.d,
- gas/mips/la-xgot.d: Add tests for bracketed addresses.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/ldstla-32.d: Avoid "lui at,0x0" sequences for
- truncated constants.
- * gas/mips/ldstla-32-shared.d: Likewise.
- * gas/mips/mcu.d: Use ADDIU in preference to LI+ADDU when adding
- 16-bit constants to the base.
- * gas/mips/micromips@mcu.d: Likewise.
- * gas/mips/micromips@cache.d: Likewise.
- * gas/mips/micromips@pref.d: Likewise.
- * gas/mips/micromips.d, gas/mips/micromips-insn32.d,
- gas/mips/micromips-noinsn32.d, gas/mips/micromips-trap.d: Likewise.
- Allow the full 16-bit offset range to be used for SB, LB and LBU in
- USH and ULH sequences. Fix the expected output for LD and SD when
- the two LW and SW offsets need different high parts.
- * gas/mips/eva.s: Test PREFE with relocation operators.
- * gas/mips/eva.d: Use ADDIU in preference to LI+ADDU for 16-bit
- constants. Update after eva.s change.
- * gas/mips/micromips@eva.d: Likewise.
- * gas/mips/ld-reloc.s, gas/mips/ld-reloc.d, gas/mips/l_d-reloc.s,
- gas/mips/l_d-reloc.d, gas/mips/ulw-reloc.s, gas/mips/ulw-reloc.d,
- gas/mips/micromips@ulw-reloc.d, gas/mips/ulh-reloc.s,
- gas/mips/ulh-reloc.d: New tests.
- * gas/mips/mips.exp: Run them.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/eva.d, gas/mips/micromips@eva.d: Remove hard-coded
- addresses. Use gpr-names=numeric.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/mips16.d, gas/mips/mips16-64.d: Remove trailing whitespace
- from ENTRY and EXIT lines.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/vr5400-ill.s, gas/mips/vr5400-ill.l: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/lb.d, gas/mips/sb.d: Use coprocessor register names
- for LWC0 and SWC0.
-
-2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * gas/s390/zarch-zEC12.s: Change bprp second operand and add
- variants requiring relocations.
- * gas/s390/zarch-zEC12.d: Likewise.
-
-2013-07-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
-
- * gas/aarch64/reloc-insn.s (func): Replace :got_prel19: with :got:.
-
-2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/ilp32-basic.d: New file.
- * gas/aarch64/ilp32-basic.s: New file.
-
-2013-06-25 Maciej W. Rozycki <macro@codesourcery.com>
-
- * gas/mips/micromips-insn32.d: New test.
- * gas/mips/micromips-noinsn32.d: Likewise.
- * gas/mips/micromips.l: Rename to...
- * gas/mips/micromips-warn.l: ... this.
- * gas/mips/micromips.d: Update accordingly.
- * gas/mips/micromips-trap.d: Likewise.
- * gas/mips/micromips.l: New list test.
- * gas/mips/micromips.s: Add conditionals.
- * gas/mips/mips.exp: Run the new tests.
-
-2013-06-24 Roland McGrath <mcgrathr@google.com>
-
- * gas/arm/macro-vld1.s: Add a case with whitespace before '}'.
- * gas/arm/macro-vld1.d: Update.
-
- * gas/arm/macro-pld.s: Add a 'push {r0}' case.
- * gas/arm/macro-pld.d: Update expected output.
- * gas/arm/macro-vld1.s: New file.
- * gas/arm/macro-vld1.d: New file.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/mips.exp: Remove "LOSE" comments.
- (run_dump_test_arch): Remove format selector support.
- (run_dump_test_arches): Remove associated upvars.
- (elf, ecoff, aout, no_mips16, no_micromips): Remove variables.
- Remove all conditions based on them, on the assumption that $elf
- is true and the others are false. Rename "elf-jal" to "jal".
- (tmips): Set to "t" for *bsd targets.
- * gas/mips/elf-jal.d: Rename to...
- * gas/mips/jal.d: ...this, replacing the old file.
- * gas/mips/micromips@elf-jal.d: Rename to...
- * gas/mips/micromips@jal.d: ...this.
- * gas/mips/at-1.d, gas/mips/ld.d, gas/mips/l_d.d, gas/mips/lui.d,
- gas/mips/mips1@l_d.d, gas/mips/mips1@ld-forward.d, gas/mips/mips1@ld.d,
- gas/mips/mips1@s_d.d, gas/mips/s_d.d, gas/mips/sd.d: Remove ECOFF
- relocation names. Do not allow any offset on the symbol.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/lineno.d: Remove ellipsis.
-
-2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/all/gas.exp: Remove reference to mips-ecoff.
- * gas/mips/branch-misc-1.d, gas/mips/branch-misc-2.d,
- gas/mips/branch-misc-2-64.d, gas/mips/branch-misc-2pic.d,
- gas/mips/branch-misc-2pic-64.d, gas/mips/branch-swap.d: Remove
- skips for mips-*-ecoff.
-
-2013-06-20 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/ase-errors-1.s, gas/mips/ase-errors-1.l,
- gas/mips/ase-errors-2.s, gas/mips/ase-errors-2.l,
- gas/mips/ase-errors-3.s, gas/mips/ase-errors-3.l,
- gas/mips/ase-errors-4.s, gas/mips/ase-errors-4.l: New tests.
- * gas/mips/mips.exp: Run them.
-
-2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/eva.d: Use -32.
-
-2013-06-17 Catherine Moore <clm@codesourcery.com>
- Maciej W. Rozycki <macro@codesourcery.com>
- Chao-Ying Fu <fu@mips.com>
-
- * gas/mips/mips.exp: Run new tests.
- * gas/mips/eva.d: New.
- * gas/mips/eva.s: New.
- * gas/mips/micromips@eva.d: New.
-
-2013-06-15 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/loc-swap-3.d: Require -32.
-
-2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
-
- * gas/mips/loc-swap-3.d, gas/mips/loc-swap-3.s: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * gas/mips/micromips@virt.d: New file.
- * gas/mips/micromips@virt64.d: New file.
- * gas/mips/mips.exp: Enable virt and virt64 tests for micromips.
-
-2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
-
- * gas/nios2/movia.s: Add additional test case with negative
- constant value.
- * gas/nios2/movia.d: Likewise.
-
-2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
-
- * gas/nios2/tret.d: Correct eret encoding.
-
-2013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
-
- * gas/mips/relax-bc1any.l: New test.
- * gas/mips/relax-bc1any.s: New test source.
- * gas/mips/mips.exp: Run the new test.
-
-2013-06-09 Sandra Loosemore <sandra@codesourcery.com>
-
- * gas/nios2/trap.s: Add additional test cases for optional
- argument.
- * gas/nios2/trap.d: Likewise.
-
-2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/size-3.d: Updated for text/data/bss section alignment
- change.
- * gas/i386/x86-64-size-1.d: Likewise.
- * gas/i386/x86-64-unwind.d: Likewise.
- * gas/i386/ilp32/x86-64-size-1.d: Likewise.
- * gas/i386/ilp32/x86-64-size-5.d: Likewise.
- * gas/i386/ilp32/x86-64-unwind.d: Likewise.
-
-2013-05-31 Catherine Moore <clm@codesourcery.com>
-
- * gas/mips/ehword.d: New.
- * gas/mips/ehword.s: New.
- * gas/mips/mips.exp: Run ehword test.
-
-2013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
-
- * gas/mips/jalr3.d: New test.
- * gas/mips/jalr3-n32.d: New test.
- * gas/mips/jalr3-n64.d: New test.
- * gas/mips/jalr3.s: New test source.
- * gas/mips/mips.exp: Run the new tests.
-
-2013-05-28 Cary Coutant <ccoutant@google.com>
-
- * gas/cris/rd-dw2-1.d: Adjust expected output.
- * gas/cris/rd-dw2-10.d: Likewise.
- * gas/cris/rd-dw2-11.d: Likewise.
- * gas/cris/rd-dw2-12.d: Likewise.
- * gas/cris/rd-dw2-13.d: Likewise.
- * gas/cris/rd-dw2-14.d: Likewise.
- * gas/cris/rd-dw2-15.d: Likewise.
- * gas/cris/rd-dw2-2.d: Likewise.
- * gas/cris/rd-dw2-3.d: Likewise.
- * gas/cris/rd-dw2-4.d: Likewise.
- * gas/cris/rd-dw2-5.d: Likewise.
- * gas/cris/rd-dw2-6.d: Likewise.
- * gas/cris/rd-dw2-7.d: Likewise.
- * gas/cris/rd-dw2-8.d: Likewise.
- * gas/cris/rd-dw2-9.d: Likewise.
- * gas/elf/dwarf2-1.d: Likewise.
- * gas/elf/dwarf2-2.d: Likewise.
- * gas/elf/dwarf2-3.d: Likewise.
- * gas/i386/debug1.d: Likewise.
- * gas/i386/dw2-compress-1.d: Likewise.
- * gas/i386/ilp32/lns/lns-common-1.d: Likewise.
- * gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
- * gas/ia64/pr13167.d: Likewise.
- * gas/lns/lns-big-delta.d: Likewise.
- * gas/lns/lns-common-1-alt.d: Likewise.
- * gas/lns/lns-common-1.d: Likewise.
- * gas/lns/lns-duplicate.d: Likewise.
- * gas/mips/loc-swap-2.d: Likewise.
- * gas/mips/loc-swap.d: Likewise.
- * gas/mips/micromips@loc-swap-2.d: Likewise.
- * gas/mips/micromips@loc-swap.d: Likewise.
- * gas/mips/mips16-dwarf2-n32.d: Likewise.
- * gas/mips/mips16-dwarf2.d: Likewise.
- * gas/mips/mips16@loc-swap-2.d: Likewise.
- * gas/mips/mips16@loc-swap.d: Likewise.
-
-2013-05-28 Maciej W. Rozycki <macro@codesourcery.com>
-
- * gas/mips/ld-zero.d: New test.
- * gas/mips/ld-zero-2.d: New test.
- * gas/mips/ld-zero-3.d: New test.
- * gas/mips/ld-zero-q.d: New test.
- * gas/mips/ld-zero-u.d: New test.
- * gas/mips/ecoff@ld-zero-3.d: New test.
- * gas/mips/micromips@ld-zero-2.d: New test.
- * gas/mips/micromips@ld-zero-3.d: New test.
- * gas/mips/ld-zero.s: New test source.
- * gas/mips/ld-zero-2.s: New test source.
- * gas/mips/ld-zero-3.s: New test source.
- * gas/mips/ld-zero-q.s: New test source.
- * gas/mips/ld-zero-u.s: New test source.
- * gas/mips/mips.exp: Run the new tests.
-
-2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/tls.d: Update.
- * gas/aarch64/tls.s: Update.
-
-2013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * gas/arm/armv8-a-bad.l: Update expected warning message.
- * gas/arm/armv8-a-it-bad.l: Likewise.
-
-2013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
-
- * gas/aarch64/adr_1.d: New file.
- * gas/aarch64/adr_1.s: New file.
- * gas/aarch64/b_1.d: New file.
- * gas/aarch64/b_1.s: New file.
- * gas/aarch64/beq_1.d: New file.
- * gas/aarch64/beq_1.s: New file.
- * gas/aarch64/ldr_1.d: New file.
- * gas/aarch64/ldr_1.s: New file.
- * gas/aarch64/tbz_1.d: New file.
- * gas/aarch64/tbz_1.s: New file.
-
-2013-05-24 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
-
- * gas/s390/zarch-z9-109-err.s, gas/s390/zarch-z9-109-err.l: New test.
- * gas/s390/s390.exp: Run it.
-
-2013-05-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * gas/s390/zarch-zEC12.d: Adjust length operands for cdzt, cxzt,
- czdt, and czxt.
- * gas/s390/zarch-zEC12.d: Likewise.
-
-2013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
-
- * gas/mips/r5900-full.s, gas/mips/r5900-full.d: Add tests for LQ
- and SQ macros.
- * gas/mips/r5900-vu0.s, gas/mips/r5900-vu0.d: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-05-21 Alan Modra <amodra@gmail.com>
-
- * gas/ppc/vsx2.d: Ignore trailing padding.
-
-2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
-
- * gas/ppc/altivec2.d <bcdadd., bcdadd., vaddcuq, vaddecuq, vaddeuqm,
- vaddudm, vadduqm, vbpermq, vcipher, vcipherlast, vclzb, vclzd, vclzh,
- vclzw, vcmpequd, vcmpequd., vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud.,
- veqv, vgbbd, vmaxsd, vmaxud, vminsd, vminud, vmrgew, vmrgow, vmulesw,
- vmuleuw, vmulosw, vmulouw, vmuluwm, vnand, vncipher, vncipherlast,
- vorc, vpermxor, vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd,
- vpmsumh, vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
- vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq, vsubeuqm,
- vsubudm, vsubuqm, vupkhsw, vupklsw>: Add new tests.
- * gas/ppc/altivec2.s: Likewise.
- * gas/ppc/power8.d <bcdadd., bcdsub., bctar, bctarl, clrbhrb, fmrgew,
- fmrgow, lqarx, lxsiwax, lxsiwzx, lxsspx, mfbhrbe, mfvsrd, mfvsrwz,
- msgclrp, msgsndp, mtsle, mtvsrd, mtvsrwa, mtvsrwz, pbt., rfebb,
- stqcx., stxsiwx, stxsspx, vaddcuq, vaddecuq, vaddeuqm, vaddudm,
- vadduqm, vbpermq, vcipher, vcipherlast, vclzb, vclzd, vclzh, vclzw,
- vcmpequd, vcmpequd., vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud., veqv,
- vgbbd, vmaxsd, vmaxud, vminsd, vminud, vmrgow, vmulesw, vmuleuw,
- vmulosw, vmulouw, vmuluwm, vnand, vncipher, vncipherlast, vorc,
- vpermxor, vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd,
- vpmsumh, vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
- vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq, vsubeuqm,
- vsubuqm, vupkhsw, vupklsw, waitasec, xsaddsp, xscvdpspn, xscvspdpn,
- xscvsxdsp, xscvuxdsp, xsdivsp, xsmaddasp, xsmaddmsp, xsmsubasp,
- xsmsubmsp, xsmulsp, xsnmaddasp, xsnmaddmsp, xsnmsubasp, xsnmsubmsp,
- xsresp, xsrsp, xsrsqrtesp, xssqrtsp, xssubsp, xxleqv, xxlnand,
- xxlorc>: Add new tests.
- * gas/ppc/power8.s Likewise.
- * gas/ppc/vsx.d <lxvd2x, stxvd2x>: Add new tests.
- * gas/ppc/vsx.s Likewise.
- * gas/ppc/vsx2.d: New test file.
- * gas/ppc/vsx2.s: Likewise.
- * gas/ppc/ppc.exp: Run it.
-
-2013-05-16 Tristan Gingold <gingold@adacore.com>
-
- * gas/ppc/ppc.exp: Do not run simpshft on aix.
-
-2013-05-16 Nick Clifton <nickc@redhat.com>
-
- * gas/msp430/opcodes.s: Use correct value for .arch pseudo.
- * gas/msp430/msp430x.d: Use correct value for -mcpu option.
-
-2013-05-13 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.s: Update.
- * gas/aarch64/diagnostic.l: Ditto.
- * gas/aarch64/movi.s: Add new tests.
- * gas/aarch64/movi.d: Update.
-
-2013-05-09 Andrew Pinski <apinski@cavium.com>
-
- * gas/mips/mips.exp: Run virt and virt64 testcases.
- * gas/mips/virt.d: New file.
- * gas/mips/virt.s: New file.
- * gas/mips/virt64.d: New file.
- * gas/mips/virt64.s: New file.
-
-2013-05-04 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/micromips-warn-branch-delay.d: Use numeric registers.
-
-2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
-
- * gas/mips/mips16-stabs.s, gas/mips/mips16-stabs.d: New test.
- * gas/mips/mips.exp: Run it.
-
-2013-05-02 Nick Clifton <nickc@redhat.com>
-
- * gas/all/gas.exp: Skip the DIFF1 test for the MSP430.
- Expect the FORWARD test to pass for the MSP430.
- Skip the REDEF tests for the MSP430.
- Expect the 930509A test to fail for the MSP430.
- * gas/all/sleb128-4.d: Skip for the MSP430.
- * gas/elf/elf.exp: Set target_machine to msp430 for the MSP430.
- Skip the EHOPT0 test for the MSP430.
- Skip the REDEF and EQU-RELOC tests for the MSP430.
- * gas/elf/section2.e-msp430: New file.
- * gas/lns/lns-big-delta.d: Remove expectation of 20-bit
- addresses.
- * gas/lns/lns.exp: Use alternate LNS COMMON test for the MSP430.
- * gas/msp430/msp430x.s: New test.
- * gas/msp430/msp430x.d: Expected disassembly.
- * gas/msp430/msp430.exp: Run new test.
- * gas/msp430/opcode.d: Update expected disassembly.
-
-2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
-
- * gas/mips/ext-ill.s: New file.
- * gas/mips/ext-ill.l: New file.
- * gas/mips/mips.exp: Run new tests.
-
-2013-04-29 Nick Clifton <nickc@redhat.com>
-
- * gas/elf/dwarf2-3.d: Fix expected readelf output.
-
-2013-04-24 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/rex.d: Skip x86_64-*-elf*.
- * gas/i386/ilp32/rex.d: Likewise.
-
-2013-04-15 Julian Brown <julian@codesourcery.com>
-
- * gas/all/gas.exp (sleb128-7): Don't run for tic4x, tic54x.
- * gas/all/sleb128-2.s: Reformat, use _ at start of labels, remove
- cruft.
- * gas/all/sleb128-3.s: Likewise.
- * gas/all/sleb128-4.s: Likewise.
- * gas/all/sleb128-5.s: Likewise.
- * gas/all/sleb128-7.s: Likewise.
- * gas/all/sleb128-2.d: Handle data sections named $DATA$.
- * gas/all/sleb128-3.d: Likewise.
- * gas/all/sleb128-4.d: Likewise.
- * gas/all/sleb128-5.d: Likewise.
- * gas/all/sleb128-7.d: Likewise.
-
-2013-04-10 Julian Brown <julian@codesourcery.com>
-
- * gas/all/sleb128-2.s: New test.
- * gas/all/sleb128-3.s: Likewise.
- * gas/all/sleb128-4.s: Likewise.
- * gas/all/sleb128-5.s: Likewise.
- * gas/all/sleb128-7.s: Likewise.
- * gas/all/sleb128-2.d: New.
- * gas/all/sleb128-3.d: New.
- * gas/all/sleb123-4.d: New.
- * gas/all/sleb123-5.d: New.
- * gas/all/sleb123-7.d: New.
- * gas/all/gas.exp (sleb128-2, sleb128-3, sleb128-4, sleb128-5)
- (sleb128-7): Run new tests.
-
-2013-04-10 Jan Beulich <jbeulich@suse.com>
-
- * gas/testsuite/gas/arm/ldst-pc.s: Add index, non-writeback
- forms of various loads and stores with PC as base.
- * gas/testsuite/gas/arm/ldst-pc.d: Update accordingly.
-
-2013-04-10 Jan Beulich <jbeulich@suse.com>
-
- * gas/arm/barrier-bad.d: Change title.
- * gas/arm/barrier-bad.s: Add immediate form of ISB and DSB as
- well as one symbolic form of DSB.
- * gas/arm/barrier-bad.l: Update accordingly.
- * gas/arm/barrier-bad-thumb.d: Adjust title. Use barrier-bad.s as
- source. Pass -mthumb to gas.
- * gas/arm/barrier-bad-thumb.l: Remove.
- * gas/arm/barrier-bad-thumb.s: Remove.
- * gas/arm/barrier-thumb.d: Adjust title. Use barrier.s as source.
- Pass -mthumb to gas.
- * gas/arm/barrier-thumb.s: Remove.
-
-2013-04-09 Jan Beulich <jbeulich@suse.com>
-
- * gas/arm/vfp1xD.s: Add VMRS/VMSR tests with FPINST, FPINST2,
- and C15.
- * gas/arm/vfp1xD.d: Update accordingly.
-
-2013-04-09 Jan Beulich <jbeulich@suse.com>
-
- * gas/arm/neon-omit.s: Add tests for suffix less VMOV.
- * gas/arm/neon-omit.d: Update accordingly.
-
-2013-04-09 Jan Beulich <jbeulich@suse.com>
-
- * gas/arm/neon-addressing-bad.s: Add test for further invalid VST
- operands.
- * gas/arm/neon-addressing-bad.l: Update accordingly.
-
-2013-04-08 Jan Beulich <jbeulich@suse.com>
-
- * gas/i386/x86-64-opcode.s: Flesh out LOOP and J*CXZ sections.
- Correct comments in Jcc section.
- * gas/i386/x86-64-opcode.d: Refresh.
- * gas/i386/ilp32/x86-64-opcode.d: Refresh.
-
-2013-04-06 David S. Miller <davem@davemloft.net>
-
- * gas/sparc/cbcond.s: Add tests for new opcode aliases.
- * gas/sparc/cbcond.d: Updated.
- * gas/sparc/hpcvis3.s: Add tests for new opcode aliases.
- * gas/sparc/hpcvis3.d: Updated.
- * gas/sparc/v8-movwr-imm.d: Fix expected disassembly.
- * gas/sparc/edge.s: New test.
- * gas/sparc/edge.d: Expected disassembly.
- * gas/sparc/flush.s: New test.
- * gas/sparc/flush.d: Expected disassembly.
- * gas/sparc/ldd_std.s: New test.
- * gas/sparc/ldd_std.d: Expected disassembly.
- * gas/sparc/ldtw_sttw.s: New test.
- * gas/sparc/ldtw_sttw.d: Expected disassembly.
- * gas/sparc/sparc.exp: Run new tests.
-
-2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR binutils/15068
- * gas/tic6x/insns16-lsd-unit.s: Correct bit patterns for mvk, add
- and xor.
- * gas/tic6x/insns16-lsd-unit.d: Update expected output.
-
-2013-03-27 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/addr32.s: Add an SIB test.
- * gas/i386/addr32.d: Updated.
-
-2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR binutils/15068
- * gas/tic6x/insns16-d-unit.s: New test.
- * gas/tic6x/insns16-d-unit.d: Expected disassembly.
- * gas/tic6x/insns16-ddec.s: New test.
- * gas/tic6x/insns16-ddec.d: Expected disassembly.
- * gas/tic6x/insns16-dinc.s: New test.
- * gas/tic6x/insns16-dinc.d: Expected disassembly.
- * gas/tic6x/insns16-dind.s: New test.
- * gas/tic6x/insns16-dind.d: Expected disassembly.
- * gas/tic6x/insns16-doff4.s: New test.
- * gas/tic6x/insns16-doff4.d: Expected disassembly.
- * gas/tic6x/insns16-l-unit.s: New test.
- * gas/tic6x/insns16-l-unit.d: Expected disassembly.
- * gas/tic6x/insns16-lsd-unit.s: New test.
- * gas/tic6x/insns16-lsd-unit.d: Expected disassembly.
- * gas/tic6x/insns16-m-unit.s: New test.
- * gas/tic6x/insns16-m-unit.d: Expected disassembly.
- * gas/tic6x/insns16-s-unit-pcrel.s: New test.
- * gas/tic6x/insns16-s-unit-pcrel.d: Expected disassembly.
- * gas/tic6x/insns16-s-unit: New test.
- * gas/tic6x/insns16-s-unit.d: Expected disassembly.
-
-2013-03-26 Douglas B Rupp <rupp@adacore.com>
-
- * gas/ia64/ia64.exp: Add new test reloc-mlx
- * gas/ia64/reloc-mlx.[sd]: New test for X-unit reloc.
- * gas/ia64/pcrel.d: Fix output for X-unit reloc.
-
-2013-03-21 Will Newton <will.newton@linaro.org>
-
- * gas/arm/thumb2_relax.d: Strip out invalid pc-relative strs.
- * gas/arm/thumb2_relax.s: Likewise.
- * gas/arm/thumb32.d: Likewise.
- * gas/arm/thumb32.l: Likewise.
- * gas/arm/thumb32.s: Likewise.
- * gas/arm/thumb2_str-bad.d: New file.
- * gas/arm/thumb2_str-bad.l: Likewise.
- * gas/arm/thumb2_str-bad.s: Likewise.
-
-2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR gas/15082
- * gas/tic6x/insns-bad-1.s: Remove test-case for mpydp with
- cross-path.
- * gas/tic6x/insns-bad-1.l: Update expected output.
- * gas/tic6x/insns-c674x.s: Add a test-case for mpydp with
- cross-path.
- * gas/tic6x/insns-c674x.d: Update expected output.
-
-2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR gas/15095
- * gas/tic6x/insns-c674x.s: Add test cases for the newly generated
- opcode.
- * gas/tic6x/insns-c674x.d: Update expected disassembly.
-
-2013-03-15 Will Newton <will.newton@linaro.org>
-
- * gas/arm/any-idiv.d: Expand *-*eabi test to cover *-*eabi*.
- * gas/arm/arch4t-eabi.d: Likewise.
- * gas/arm/arch4t.d: Likewise.
- * gas/arm/attr-any-armv4t.d: Likewise.
- * gas/arm/attr-any-thumbv6.d: Likewise.
- * gas/arm/attr-cpu-directive.d: Likewise.
- * gas/arm/attr-default.d: Likewise.
- * gas/arm/attr-march-all.d: Likewise.
- * gas/arm/attr-march-armv1.d: Likewise.
- * gas/arm/attr-march-armv2.d: Likewise.
- * gas/arm/attr-march-armv2a.d: Likewise.
- * gas/arm/attr-march-armv2s.d: Likewise.
- * gas/arm/attr-march-armv3.d: Likewise.
- * gas/arm/attr-march-armv3m.d: Likewise.
- * gas/arm/attr-march-armv4.d: Likewise.
- * gas/arm/attr-march-armv4t.d: Likewise.
- * gas/arm/attr-march-armv4txm.d: Likewise.
- * gas/arm/attr-march-armv4xm.d: Likewise.
- * gas/arm/attr-march-armv5.d: Likewise.
- * gas/arm/attr-march-armv5t.d: Likewise.
- * gas/arm/attr-march-armv5te.d: Likewise.
- * gas/arm/attr-march-armv5tej.d: Likewise.
- * gas/arm/attr-march-armv5texp.d: Likewise.
- * gas/arm/attr-march-armv5txm.d: Likewise.
- * gas/arm/attr-march-armv6-m+os.d: Likewise.
- * gas/arm/attr-march-armv6-m.d: Likewise.
- * gas/arm/attr-march-armv6.d: Likewise.
- * gas/arm/attr-march-armv6j.d: Likewise.
- * gas/arm/attr-march-armv6k+sec.d: Likewise.
- * gas/arm/attr-march-armv6k.d: Likewise.
- * gas/arm/attr-march-armv6kt2.d: Likewise.
- * gas/arm/attr-march-armv6s-m.d: Likewise.
- * gas/arm/attr-march-armv6t2.d: Likewise.
- * gas/arm/attr-march-armv6z.d: Likewise.
- * gas/arm/attr-march-armv6zk.d: Likewise.
- * gas/arm/attr-march-armv6zkt2.d: Likewise.
- * gas/arm/attr-march-armv6zt2.d: Likewise.
- * gas/arm/attr-march-armv7-a+idiv.d: Likewise.
- * gas/arm/attr-march-armv7-a+mp.d: Likewise.
- * gas/arm/attr-march-armv7-a+sec+virt.d: Likewise.
- * gas/arm/attr-march-armv7-a+sec.d: Likewise.
- * gas/arm/attr-march-armv7-a+virt.d: Likewise.
- * gas/arm/attr-march-armv7-a.d: Likewise.
- * gas/arm/attr-march-armv7-m.d: Likewise.
- * gas/arm/attr-march-armv7-r+mp.d: Likewise.
- * gas/arm/attr-march-armv7-r.d: Likewise.
- * gas/arm/attr-march-armv7.d: Likewise.
- * gas/arm/attr-march-armv7a.d: Likewise.
- * gas/arm/attr-march-armv7em.d: Likewise.
- * gas/arm/attr-march-armv7m.d: Likewise.
- * gas/arm/attr-march-armv7r.d: Likewise.
- * gas/arm/attr-march-armv8-a+crypto.d: Likewise.
- * gas/arm/attr-march-armv8-a+fp.d: Likewise.
- * gas/arm/attr-march-armv8-a+simd.d: Likewise.
- * gas/arm/attr-march-armv8-a.d: Likewise.
- * gas/arm/attr-march-iwmmxt.d: Likewise.
- * gas/arm/attr-march-iwmmxt2.d: Likewise.
- * gas/arm/attr-march-xscale.d: Likewise.
- * gas/arm/attr-mcpu.d: Likewise.
- * gas/arm/attr-mfpu-arm1020e.d: Likewise.
- * gas/arm/attr-mfpu-arm1020t.d: Likewise.
- * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
- * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
- * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
- * gas/arm/attr-mfpu-fpa.d: Likewise.
- * gas/arm/attr-mfpu-fpa10.d: Likewise.
- * gas/arm/attr-mfpu-fpa11.d: Likewise.
- * gas/arm/attr-mfpu-fpe.d: Likewise.
- * gas/arm/attr-mfpu-fpe2.d: Likewise.
- * gas/arm/attr-mfpu-fpe3.d: Likewise.
- * gas/arm/attr-mfpu-maverick.d: Likewise.
- * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
- * gas/arm/attr-mfpu-neon.d: Likewise.
- * gas/arm/attr-mfpu-softfpa.d: Likewise.
- * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
- * gas/arm/attr-mfpu-softvfp.d: Likewise.
- * gas/arm/attr-mfpu-vfp.d: Likewise.
- * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
- * gas/arm/attr-mfpu-vfp10.d: Likewise.
- * gas/arm/attr-mfpu-vfp3.d: Likewise.
- * gas/arm/attr-mfpu-vfp9.d: Likewise.
- * gas/arm/attr-mfpu-vfpv2.d: Likewise.
- * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
- * gas/arm/attr-mfpu-vfpv3.d: Likewise.
- * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
- * gas/arm/attr-mfpu-vfpv4.d: Likewise.
- * gas/arm/attr-mfpu-vfpxd.d: Likewise.
- * gas/arm/attr-names.d: Likewise.
- * gas/arm/attr-order.d: Likewise.
- * gas/arm/attr-override-cpu-directive.d: Likewise.
- * gas/arm/attr-override-mcpu.d: Likewise.
- * gas/arm/got_prel.d: Likewise.
- * gas/arm/mapdir.d: Likewise.
- * gas/arm/mapmisc.d: Likewise.
- * gas/arm/mapsecs.d: Likewise.
- * gas/arm/mapshort-eabi.d: Likewise.
- * gas/arm/mapshort-elf.d: Likewise.
- * gas/arm/mov-highregs-any.d: Likewise.
- * gas/arm/mov-lowregs-any.d: Likewise.
- * gas/arm/pr12198-1.d: Likewise.
- * gas/arm/pr12198-2.d: Likewise.
- * gas/arm/thumb-eabi.d: Likewise.
- * gas/arm/thumb.d: Likewise.
- * gas/arm/thumbrel.d: Likewise.
-
-2013-03-15 Nick Clifton <nickc@redhat.com>
-
- * gas/arm/arch7.d: Skip for non-ELF ARM targets.
- * gas/arm/arch7a-mp.d: Likewise.
- * gas/arm/arch7em.d: Likewise.
- * gas/arm/crc32-bad.d: Likewise.
- * gas/arm/crc32.d: Likewise.
-
-2013-03-15 Will Newton <will.newton@linaro.org>
-
- * gas/arm/vstr-thumb-bad.d: Assemble with -mcpu=arm1156t2f-s.
-
-2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * gas/nios2/nios2.exp: Use run_dump_tests.
- * gas/nios2/mov.d: Delete file.
- * gas/nios2/mov.s: Likewise.
- * gas/nios2/rol.d: Likewise.
- * gas/nios2/rol.s: Likewise.
- * gas/nios2/add.d: Check instruction values.
- * gas/nios2/align_fill.d: Likewise.
- * gas/nios2/and.d: Likewise.
- * gas/nios2/branch.d: Likewise.
- * gas/nios2/bret.d: Likewise.
- * gas/nios2/cache.d: Likewise.
- * gas/nios2/call.d: Likewise.
- * gas/nios2/call26.d: Likewise.
- * gas/nios2/cmp.d: Likewise.
- * gas/nios2/comments.d: Likewise.
- * gas/nios2/complex.d: Likewise.
- * gas/nios2/ctl.d: Likewise.
- * gas/nios2/custom.d: Likewise.
- * gas/nios2/etbt.d: Likewise.
- * gas/nios2/flushda.d: Likewise.
- * gas/nios2/jmp.d: Likewise.
- * gas/nios2/ldb.d: Likewise.
- * gas/nios2/ldh.d: Likewise.
- * gas/nios2/ldw.d: Likewise.
- * gas/nios2/lineseparator.d: Likewise.
- * gas/nios2/movi.d: Likewise.
- * gas/nios2/movia.d: Likewise.
- * gas/nios2/mul.d: Likewise.
- * gas/nios2/nor.d: Likewise.
- * gas/nios2/or.d: Likewise.
- * gas/nios2/registers.d: Likewise.
- * gas/nios2/ret.d: Likewise.
- * gas/nios2/rotate.d: Likewise.
- * gas/nios2/stb.d: Likewise.
- * gas/nios2/sth.d: Likewise.
- * gas/nios2/stw.d: Likewise.
- * gas/nios2/sub.d: Likewise.
- * gas/nios2/sync.d: Likewise.
- * gas/nios2/trap.d: Likewise.
- * gas/nios2/tret.d: Likewise.
- * gas/nios2/xor.d: Likewise.
-
-2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * gas/nios2/break.d: Check instruction values.
-
-2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * gas/nios2/nios2.exp: Run wrprs.
- * gas/nios2/wrprs.d: New file.
- * gas/nios2/wrprs.s: Likewise.
-
-2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * gas/nios2/nios2.exp: Run rdprs.
- * gas/nios2/rdprs.d: New file.
- * gas/nios2/rdprs.s: Likewise.
-
-2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * gas/nios2/nios2.exp: Run registers.
- * gas/nios2/registers.d: New file.
- * gas/nios2/registers.s: Likewise.
-
-2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * gas/arm/crc32-bad.d: New file.
- * gas/arm/crc32-bad.l: Likewise.
- * gas/arm/crc32-bad.s: Likewise.
- * gas/arm/crc32.d: Likewise.
- * gas/arm/crc32.s: Likewise.
-
-2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.s: Add test.
- * gas/aarch64/diagnostic.l: Update.
- * gas/aarch64/illegal.s: Add test.
- * gas/aarch64/illegal.l: Update.
- * gas/aarch64/fpmov.s: New file.
- * gas/aarch64/fpmov.d: New file.
-
-2013-03-01 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/inval.s: Add tests for invalid addresses and eiz.
-
- * gas/i386/x86-64-inval.s: Add tests for invalid addresses and
- riz/eiz.
-
- * gas/i386/inval.l: Updated.
- * gas/i386/x86-64-inval.l: Likewise.
-
-2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/i386.exp: Run inval-rep and x86-64-inval-rep.
-
- * gas/i386/inval-rep.l: New file.
- * gas/i386/inval-rep.s: Likewise.
- * gas/i386/x86-64-inval-rep.l: Likewise.
- * gas/i386/x86-64-inval-rep.s: Likewise.
-
-2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/crc32.s: New test.
- * gas/aarch64/crc32.d: Ditto.
-
-2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/illegal.l: Delete the error message for
- msr S3_1_C13_C15_1,x7.
- * gas/aarch64/sysreg.s: Add new tests.
- * gas/aarch64/sysreg.d: Update.
-
-2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
-
- PR gas/15159
- * gas/i386/i386.exp: Run smap and x86-64-smap.
-
- * gas/i386/smap.d: New file.
- * gas/i386/smap.s: likewise.
- * gas/i386/x86-64-smap.d: likewise.
-
-2013-02-15 Markos Chandras <markos.chandras@imgtec.com>
-
- * gas/metag/labelarithmetic.d: Fix the expected disassembler
- output to be in little endian format
- * gas/metag/metacore12.d: likewise
- * gas/metag/metacore21.d: likewise
- * gas/metag/metacore21ext.d: likewise
- * gas/metag/metadsp21.d: likewise
- * gas/metag/metadsp21ext.d: likewise
- * gas/metag/metafpu.d: likewise
- * gas/metag/metafpuext.d: likewise
- * gas/metag/tls.d: likewise
-
-2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * gas/arm/neon-vmov-bad.d: New file.
- * gas/arm/neon-vmov-bad.s: Likewise.
- * gas/arm/neon-vmov-bad.l: Likewise.
-
-2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/system.s: Add tests.
- * gas/aarch64/system.d: Update.
-
-2013-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
-
- * gas/arm/archv6t2.s: Add strht and ldrht tests.
- * gas/arm/archv6t2.d: Add disassembly patterns for the above.
-
-2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
-
- * gas/mips/24k-triple-stores-2.d, gas/mips/24k-triple-stores-2.s,
- gas/mips/micromips@24k-triple-stores-2.d: Move "sc" tests to...
- * gas/mips/24k-triple-stores-2-llsc.d,
- gas/mips/24k-triple-stores-2-llsc.s,
- gas/mips/micromips@24k-triple-stores-2-llsc.d: ...these new tests.
- * gas/mips/r5900-full.d, gas/mips/r5900-full.s: Verify that the
- MIPS ISA level can be upgraded to support ll, sc, lld and scd.
- * gas/mips/l_d-single.d, gas/mips/s_d-single.d,
- gas/mips/r5900-nollsc.l, gas/mips/r5900-nollsc.s: New tests.
- * gas/mips/mips.exp: Update accordingly. Add "nollsc" to r5900
- properties.
-
-2013-02-08 Alan Modra <amodra@gmail.com>
-
- * gas/nios2/nios2.exp: Add copyright.
- (run_list_test): Delete. Adjust callers to use standard version.
-
-2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
- Andrew Jenner <andrew@codesourcery.com>
-
- Based on patches from Altera Corporation.
-
- * gas/nios2/add.d: New.
- * gas/nios2/add.s: New.
- * gas/nios2/align_fill.d: New.
- * gas/nios2/align_fill.s: New.
- * gas/nios2/align_text.d: New.
- * gas/nios2/align_text.s: New.
- * gas/nios2/and.d: New.
- * gas/nios2/and.s: New.
- * gas/nios2/branch.d: New.
- * gas/nios2/branch.s: New.
- * gas/nios2/break.d: New.
- * gas/nios2/break.s: New.
- * gas/nios2/bret.d: New.
- * gas/nios2/bret.s: New.
- * gas/nios2/cache.d: New.
- * gas/nios2/cache.s: New.
- * gas/nios2/call26.d: New.
- * gas/nios2/call26.s: New.
- * gas/nios2/call.d: New.
- * gas/nios2/call.s: New.
- * gas/nios2/cmp.d: New.
- * gas/nios2/cmp.s: New.
- * gas/nios2/comments.d: New.
- * gas/nios2/comments.s: New.
- * gas/nios2/complex.d: New.
- * gas/nios2/complex.s: New.
- * gas/nios2/ctl.d: New.
- * gas/nios2/ctl.s: New.
- * gas/nios2/custom.d: New.
- * gas/nios2/custom.s: New.
- * gas/nios2/etbt.d: New.
- * gas/nios2/etbt.s: New.
- * gas/nios2/flushda.d: New.
- * gas/nios2/flushda.s: New.
- * gas/nios2/illegal.l: New.
- * gas/nios2/illegal.s: New.
- * gas/nios2/jmp.d: New.
- * gas/nios2/jmp.s: New.
- * gas/nios2/ldb.d: New.
- * gas/nios2/ldb.s: New.
- * gas/nios2/ldh.d: New.
- * gas/nios2/ldh.s: New.
- * gas/nios2/ldw.d: New.
- * gas/nios2/ldw.s: New.
- * gas/nios2/lineseparator.d: New.
- * gas/nios2/lineseparator.s: New.
- * gas/nios2/mov.d: New.
- * gas/nios2/movia.d: New.
- * gas/nios2/movia.s: New.
- * gas/nios2/movi.d: New.
- * gas/nios2/movi.s: New.
- * gas/nios2/mov.s: New.
- * gas/nios2/mul.d: New.
- * gas/nios2/mul.s: New.
- * gas/nios2/nios2.exp: New.
- * gas/nios2/nor.d: New.
- * gas/nios2/nor.s: New.
- * gas/nios2/or.d: New.
- * gas/nios2/or.s: New.
- * gas/nios2/ret.d: New.
- * gas/nios2/ret.s: New.
- * gas/nios2/rol.d: New.
- * gas/nios2/rol.s: New.
- * gas/nios2/rotate.d: New.
- * gas/nios2/rotate.s: New.
- * gas/nios2/stb.d: New.
- * gas/nios2/stb.s: New.
- * gas/nios2/sth.d: New.
- * gas/nios2/sth.s: New.
- * gas/nios2/stw.d: New.
- * gas/nios2/stw.s: New.
- * gas/nios2/sub.d: New.
- * gas/nios2/sub.s: New.
- * gas/nios2/sync.d: New.
- * gas/nios2/sync.s: New.
- * gas/nios2/trap.d: New.
- * gas/nios2/trap.s: New.
- * gas/nios2/tret.d: New.
- * gas/nios2/tret.s: New.
- * gas/nios2/warn_noat.l: New.
- * gas/nios2/warn_noat.s: New.
- * gas/nios2/warn_nobreak.l: New.
- * gas/nios2/warn_nobreak.s: New.
- * gas/nios2/xor.d: New.
- * gas/nios2/xor.s: New.
-
-2013-01-31 Tristan Gingold <gingold@adacore.com>
-
- * gas/ppc/test1xcoff32.d: Updated.
- * gas/all/fwdexp.d: Adjusted for AIX.
-
-2013-01-30 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/alias.s: Add new tests.
- * gas/aarch64/alias.d: Update.
- * gas/aarch64/no-aliases.d: Update.
-
-2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
-
- * gas/metag/metacore21-invalid.s: Add invalid SWAP testcases.
- * gas/metag/metacore21-invalid.l: Add expected output for invalid
- SWAP testcases.
-
-2013-01-28 Alexis Deruelle <alexis.deruelle@gmail.com>
-
- PR gas/15069
- * gas/tic6x/insns-c674x-pcrel.s: Add test of BNOP instruction
- within header based fetch packet.
- * gas/tic6x/insns-c674x-pcrel.d: Update expected disassembly.
-
-2013-01-24 Nick Clifton <nickc@redhat.com>
-
- * gas/elf/warn-2.s: Skip for all V850 variants.
-
-2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.l: Update.
- * gas/aarch64/movi.s: Add tests.
- * gas/aarch64/movi.d: Update.
- * gas/aarch64/programmer-friendly.s: Add comment.
-
-2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
-
- * gas/i386/i386.exp: Run size-1, size-2, size-3, size-4,
- x86-64-size-1, x86-64-size-2, x86-64-size-3, x86-64-size-4,
- x86-64-size-5 and x86-64-size-inval-1.
-
- * gas/i386/size-1.d: New file.
- * gas/i386/size-1.s: Likewise.
- * gas/i386/size-2.d: Likewise.
- * gas/i386/size-2.s: Likewise.
- * gas/i386/size-3.d: Likewise.
- * gas/i386/size-3.s: Likewise.
- * gas/i386/size-4.d: Likewise.
- * gas/i386/size-4.s: Likewise.
- * gas/i386/x86-64-size-1.d: Likewise.
- * gas/i386/x86-64-size-2.d: Likewise.
- * gas/i386/x86-64-size-3.d: Likewise.
- * gas/i386/x86-64-size-4.d: Likewise.
- * gas/i386/x86-64-size-5.d: Likewise.
- * gas/i386/x86-64-size-5.s: Likewise.
- * gas/i386/x86-64-size-inval-1.l: Likewise.
- * gas/i386/x86-64-size-inval-1.s: Likewise.
- * gas/i386/ilp32/x86-64-size-1.d: Likewise.
- * gas/i386/ilp32/x86-64-size-2.d: Likewise.
- * gas/i386/ilp32/x86-64-size-3.d: Likewise.
- * gas/i386/ilp32/x86-64-size-4.d: Likewise.
- * gas/i386/ilp32/x86-64-size-5.d: Likewise.
-
-2013-01-16 Alan Modra <amodra@gmail.com>
-
- * gas/ppc/htm.d: Ignore padding at end of section.
-
-2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
-
- PR gas/15019
- * gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4".
- * gas/i386/reloc64.s: Likewise.
- * gas/i386/ilp32/reloc64.s: Likewise.
-
- * gas/i386/reloc32.d: Updated.
- * gas/i386/reloc64.d: Likewise.
- * gas/i386/ilp32/reloc64.d: Likewise.
-
-2013-01-15 Nick Clifton <nickc@redhat.com>
-
- * gas/v850/basic.exp: Allow for variations in reloc names.
- * gas/v850/split-lo16.d: Likewise.
-
- * gas/v850/v850e1.s: Add more tests of the PREPARE insn.
- * gas/v850/v850e1.d: Update expected disassembly.
-
-2013-01-14 Alan Modra <amodra@gmail.com>
-
- * gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
- * gas/v850/split-lo16.d: Likewise.
-
-2013-01-14 Will Newton <will.newton@imgtec.com>
-
- * gas/metag/metadsp21.d: Fix expected MMOV disassembly.
-
-2013-01-14 Alan Modra <amodra@gmail.com>
-
- * gas/ppc/htm.s: Use .text rather than .section ".text".
- * gas/ppc/power8.s: Likewise.
- * gas/ppc/htm.d: Don't match file format.
- * gas/ppc/power8.d: Likewise.
-
-2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
-
- * gas/ppc/htm.d: New test.
- * gas/ppc/htm.s: Likewise.
- * gas/ppc/power8.d: Likewise.
- * gas/ppc/power8.s: Likewise.
- * gas/ppc/ppc.exp: Run them.
-
-2013-01-10 Will Newton <will.newton@imgtec.com>
-
- * gas/metag/labelarithmetic.d: New file.
- * gas/metag/labelarithmetic.s: New file.
- * gas/metag/metacore12.d: New file.
- * gas/metag/metacore12.s: New file.
- * gas/metag/metacore21-invalid.l: New file.
- * gas/metag/metacore21-invalid.s: New file.
- * gas/metag/metacore21.d: New file.
- * gas/metag/metacore21.s: New file.
- * gas/metag/metacore21ext.d: New file.
- * gas/metag/metacore21ext.s: New file.
- * gas/metag/metadsp21-invalid.l: New file.
- * gas/metag/metadsp21-invalid.s: New file.
- * gas/metag/metadsp21.d: New file.
- * gas/metag/metadsp21.s: New file.
- * gas/metag/metadsp21ext.d: New file.
- * gas/metag/metadsp21ext.s: New file.
- * gas/metag/metafpu21.d: New file.
- * gas/metag/metafpu21.s: New file.
- * gas/metag/metafpu21ext.d: New file.
- * gas/metag/metafpu21ext.s: New file.
- * gas/metag/metag.exp: New file.
- * gas/metag/tls.d: New file.
- * gas/metag/tls.s: New file.
-
-2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/diagnostic.s: Add test.
- * gas/aarch64/diagnostic.l: Update.
-
-2013-01-07 Nick Clifton <nickc@redhat.com>
-
- PR gas/14887
- * gas/arm/neon-ldst-es.s: Add more whitespace.
-
-2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
-
- * gas/mips/r5900-full.s: New test.
- * gas/mips/r5900-full.d: Expected disassembly.
- * gas/mips/r5900.s: New test.
- * gas/mips/r5900.d: Expected disassembly.
- * gas/mips/mips.exp: Run new tests.
-
-2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/int-insns.d: Update.
- * gas/aarch64/mov.d: Update.
- * gas/aarch64/reloc-insn.d: Update.
-
-2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * gas/aarch64/system.d: Update.
-
-2013-01-02 Nick Clifton <nickc@redhat.com>
-
- PR gas/14987
- * gas/arm/neon-ldst-es.s: Add whitespace test.
- * gas/arm/neon-ldst-es.d: Update expected disassembly.
-
-For older changes see ChangeLog-2012
+For older changes see ChangeLog-2013
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gas/testsuite/ChangeLog-2013 b/gas/testsuite/ChangeLog-2013
new file mode 100644
index 0000000..f392947
--- /dev/null
+++ b/gas/testsuite/ChangeLog-2013
@@ -0,0 +1,1798 @@
+2013-12-28 Hans-Peter Nilsson <hp@bitrange.com>
+
+ Adjust MMIX gas tests for recent bfd/elf.c change.
+ * gas/mmix/bspec-1.d: Adjust for SHF_INFO_LINK now set on RELA
+ sections.
+ * gas/mmix/bspec-2.d: Ditto.
+
+2013-12-20 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/16218
+ * gas/elf/dwarf2-1.d: Update expected objdump output.
+ * gas/elf/dwarf2-2.d: Likewise.
+ * gas/i386/dw2-compress-1.d: Likewise.
+
+2013-12-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/i386.exp: Don't run x86-64-disassem for mingw targets.
+
+2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/rm-simd-ext.d: New file.
+ * gas/aarch64/rm-simd-ext.l: Likewise.
+ * gas/aarch64/rm-simd-ext.s: Likewise.
+
+2013-12-17 Kuan-Lin Chen <kuanlinchentw@gmail.com>
+
+ * gas/nds32/nds32.exp: Add system and user special register tests.
+ * gas/nds32/sys-reg.s: New test.
+ * gas/nds32/sys-reg.d: Likewise.
+ * gas/nds32/usr-spe-reg.s: Likewise.
+ * gas/nds32/usr-spe-reg.d: Likewise.
+ * gas/nds32/alu-2.d: Delete the new blank line at EOF.
+ * gas/nds32/br-1.d: Likewise.
+ * gas/nds32/br-2.d: Likewise.
+ * gas/nds32/ji-jr.d: Likewise.
+ * gas/nds32/lsi.d: Likewise.
+
+2013-12-17 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
+
+ * gas/i386/disassem.s: New.
+ * gas/i386/disassem.d: Likewise.
+ * gas/i386/x86-64-disassem.s: Likewise.
+ * gas/i386/x86-64-disassem.d: Likewise.
+ * gas/i386/i386.exp: Run disassem and x86-64-disassem.
+
+2013-12-16 Andrew Bennett <andrew.bennett@imgtec.com>
+
+ * gas/mips/mips.exp: Add CP1 register name tests.
+ * gas/mips/cp1-names-mips32.d: New test.
+ * gas/mips/cp1-names-mips32r2.d: New test.
+ * gas/mips/cp1-names-mips64.d: New test.
+ * gas/mips/cp1-names-mips64r2.d: New test.
+ * gas/mips/cp1-names-numeric.d: New test.
+ * gas/mips/cp1-names-r3000.d: New test.
+ * gas/mips/cp1-names-r4000.d: New test.
+ * gas/mips/cp1-names-sb1.d: New test.
+ * gas/mips/cp1-names.s: New test.
+ * gas/mips/micromips-insn32.d: Add the correct symbolic names for the CP1
+ registers.
+ * gas/mips/micromips-noinsn32.d: Likewise.
+ * gas/mips/micromips-trap.d: Likewise.
+ * gas/mips/micromips.d: Likewise.
+
+2013-12-16 Andrew Bennett <andrew.bennett@imgtec.com>
+
+ * gas/mips/msa.s: Reduced maximum element index range
+ for sldi, splati, copy_s, copy_u, insert and insve instructions.
+ * gas/mips/msa64.s: Likewise.
+ * gas/mips/micromips@msa.d: Likewise.
+ * gas/mips/micromips@msa64.d: Likewise.
+ * gas/mips/msa.d: Likewise.
+ * gas/mips/msa64.d: Likewise.
+
+2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
+
+ * gas/all/gas.exp: Add expected failures for NDS32.
+ * gas/elf/elf.exp: Likewise.
+ * gas/lns/lns.exp: Use alternate test.
+ * gas/macros/irp.d: Skip for NDS32.
+ * gas/macros/macros.exp: Skip some tests for the NDS32.
+ * gas/macros/rept.d: Skip for NDS32.
+ * gas/macros/test3.d: Skip for NDS32.
+ * gas/nds32: New directory.
+ * gas/nds32/alu-1.s: New test.
+ * gas/nds32/alu-1.d: Likewise.
+ * gas/nds32/alu-2.s: Likewise.
+ * gas/nds32/alu-2.d: Likewise.
+ * gas/nds32/br-1.d: Likewise.
+ * gas/nds32/br-1.s: Likewise.
+ * gas/nds32/br-2.d: Likewise.
+ * gas/nds32/br-2.s: Likewise.
+ * gas/nds32/ji-jr.d: Likewise.
+ * gas/nds32/ji-jr.s: Likewise.
+ * gas/nds32/ls.d: Likewise.
+ * gas/nds32/ls.s: Likewise.
+ * gas/nds32/lsi.d: Likewise.
+ * gas/nds32/lsi.s: Likewise.
+ * gas/nds32/to-16bit-v1.d: Likewise.
+ * gas/nds32/to-16bit-v1.s: Likewise.
+ * gas/nds32/to-16bit-v2.d: Likewise.
+ * gas/nds32/to-16bit-v2.s: Likewise.
+ * gas/nds32/to-16bit-v3.d: Likewise.
+ * gas/nds32/to-16bit-v3.s: Likewise.
+ * gas/nds32/nds32.exp: New test driver.
+
+2013-12-07 Mike Frysinger <vapier@gentoo.org>
+
+ * gas/bfin/bit2.s: Remove +x file mode.
+ * gas/bfin/cache2.s: Likewise.
+ * gas/bfin/control_code2.s: Likewise.
+ * gas/bfin/event2.s: Likewise.
+ * gas/bfin/flow2.s: Likewise.
+ * gas/bfin/logical2.s: Likewise.
+ * gas/bfin/move2.s: Likewise.
+ * gas/bfin/shift2.s: Likewise.
+ * gas/bfin/stack2.s: Likewise.
+ * gas/bfin/vector2.s: Likewise.
+ * gas/bfin/video2.s: Likewise.
+ * gas/epiphany/sample.s: Likewise.
+ * gas/pe/aligncomm-a.d: Likewise.
+ * gas/pe/aligncomm-a.s: Likewise.
+ * gas/pe/aligncomm-b.d: Likewise.
+ * gas/pe/aligncomm-c.d: Likewise.
+ * gas/pe/aligncomm-c.s: Likewise.
+ * gas/pe/aligncomm-d.d: Likewise.
+ * gas/pe/aligncomm-d.s: Likewise.
+ * gas/pe/pe.exp: Likewise.
+ * gas/ppc/vle-simple-4.s: Likewise.
+ * gas/ppc/vle.d: Likewise.
+ * gas/ppc/vle.s: Likewise.
+
+2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
+
+ * gas/mips/mips.exp: Consider mips-mti-elf the same as mips-sde-elf
+
+2013-11-20 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/msr.s: Add tests.
+ * gas/aarch64/msr.d: Update.
+
+2013-11-19 Catherine Moore <clm@codesourcery.com>
+
+ * gas/mips/fix-pmc-rm7000-1.d: New.
+ * gas/mips/fix-pmc-rm7000-1.s: New.
+ * gas/mips/fix-pmc-rm7000-2.d: New.
+ * gas/mips/fix-pmc-rm7000-2.s: New.
+ * gas/mips/micromips@fix-pmc-rm7000-1.d: New.
+ * gas/mips/micromips@fix-pmc-rm7000-2.d: New.
+ * gas/mips/mips.exp: Run new tests.
+
+2013-11-18 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/avx512f-nondef.d: Updated for mingw.
+ * gas/i386/mpx-add-bnd-prefix.d: Likewise.
+ * gas/i386/x86-64-avx512f-nondef.d: Likewise.
+ * gas/i386/x86-64-mpx-add-bnd-prefix.d: Likewise.
+ * gas/i386/x86-64-mpx-addr32.d: Likewise.
+ * gas/i386/x86-64-opcode.d: Likewise.
+ * gas/i386/x86-64-sha.d: Likewise.
+
+2013-11-18 Renlin Li <Renlin.Li@arm.com>
+
+ * gas/arm/attr-march-armv7ve.d: New test case for armv7ve.
+
+2013-11-18 Zhenqiang Chen <zhenqiang.chen@linaro.org>
+
+ * gas/aarch64/sysreg.s: Add test.
+ * gas/aarch64/sysreg.d: Update.
+
+2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ Revert
+
+ 2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.s: Add tests.
+ * gas/aarch64/diagnostic.l: Update.
+ * gas/aarch64/tracereg-illegal.d: New file.
+ * gas/aarch64/tracereg-illegal.l: Ditto.
+ * gas/aarch64/tracereg-illegal.s: Ditto.
+ * gas/aarch64/tracereg.d: Ditto.
+ * gas/aarch64/tracereg.s: Ditto.
+
+2013-11-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/i386.exp: Run x86-64-mpx-branch-1 and
+ x86-64-mpx-branch-2 on 64-bit ELF targets.
+ * gas/i386/x86-64-mpx-branch-1.d: New file.
+ * gas/i386/x86-64-mpx-branch-1.s: Likewise.
+ * gas/i386/x86-64-mpx-branch-2.d: Likewise.
+ * gas/i386/x86-64-mpx-branch-2.s: Likewise.
+
+2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.s: Add tests.
+ * gas/aarch64/diagnostic.l: Update.
+ * gas/aarch64/tracereg-illegal.d: New file.
+ * gas/aarch64/tracereg-illegal.l: Ditto.
+ * gas/aarch64/tracereg-illegal.s: Ditto.
+ * gas/aarch64/tracereg.d: Ditto.
+ * gas/aarch64/tracereg.s: Ditto.
+
+2013-11-15 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
+
+ * gas/i386/inval-avx512f.s: Add invalid test for gather instruction
+ with default mask.
+ * gas/i386/inval-avx512f.l: Update correspondingly.
+
+2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/deprecated.d: New file.
+ * gas/aarch64/deprecated.l: New file.
+ * gas/aarch64/deprecated.s: New file.
+ * gas/aarch64/sysreg-1.s: Add tests.
+ * gas/aarch64/sysreg-1.d: Add tests.
+
+2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/alias.s: Add tests.
+ * gas/aarch64/alias.d: Update.
+ * gas/aarch64/no-aliases.d: Update.
+ * gas/aarch64/diagnostic.s: Add tests.
+ * gas/aarch64/diagnostic.l: Update.
+ * gas/aarch64/illegal.s: Add tests.
+ * gas/aarch64/illegal.l: Update.
+
+2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.s: Add tests of ldp/stp.
+ * gas/aarch64/diagnostic.l: Update.
+
+2013-11-05 Will Newton <will.newton@linaro.org>
+
+ * gas/aarch64/advsimd-mov-bad.d: New file.
+ * gas/aarch64/advsimd-mov-bad.s: Likewise.
+
+2013-11-04 Jan Beulich <jbeulich@suse.com>
+
+ * gas/i386/x86-64-suffix-bad.[sl]: New.
+ * gas/i386/i386.exp: Run new test.
+
+2013-11-02 Alan Modra <amodra@gmail.com>
+
+ * gas/cfi/cfi-x86_64.d: Match when lacking end of section padding.
+
+2013-10-29 Jan Beulich <jbeulich@suse.com>
+
+ * gas/microblaze/relax_size.elf: Drop expectation of no longer
+ present STT_FILE symbol.
+ * gas/microblaze/relax_size2.elf: Likewise.
+
+2013-10-18 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * gas/mips/micromips@msa-branch.d, gas/mips/msa-branch.d,
+ gas/mips/msa-branch.s: New.
+ * gas/mips/mips.exp: Run new tests.
+
+2013-10-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
+
+ * gas/arm/neon-cov.d: Adjust output.
+
+2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * gas/mips/micromips@msa-relax.d, gas/mips/micromips@msa.d,
+ gas/mips/micromips@msa64.d, gas/mips/msa-relax.d,
+ gas/mips/msa-relax.l, gas/mips/msa-relax.s,
+ gas/mips/msa.d, gas/mips/msa.s, gas/mips/msa64.d,
+ gas/mips/msa64.s: New.
+ * gas/mips/mips.exp: Run new tests.
+
+2013-10-14 Nick Clifton <nickc@redhat.com>
+
+ * gas/all/itbl-test.c (main): Close fas.
+
+2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gas/nios2/warn_nobreak.l: Update text of warning messages.
+ * gas/nios2/registers.s: Use "sstatus" rather than "ba"
+ as the primary name of r30.
+ * gas/nios2/registers.d: Likewise.
+
+2013-10-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/mpx.s: Remove bndcl/bndcu/bndcn tests with AX.
+ * gas/i386/x86-64-mpx.s: Likwise.
+
+ * gas/i386/mpx.d: Updated.
+ * gas/i386/x86-64-mpx.d: Likewise.
+
+2013-10-10 Sean Keys <skeys@ipdatasys.com>
+
+ * gas/xgate/all_insns.d: Add com macro insn test.
+ * gas/xgate/all_insns.s: Add com macro insn test.
+
+2013-10-08 Jan Beulich <jbeulich@suse.com>
+
+ * gas/arm/thumb-w-good.s: Add PUSH.W and POP.W tests.
+ * gas/arm/thumb-w-good.d: Update accordingly.
+
+2013-10-08 Nick Clifton <nickc@redhat.com>
+
+ * gas/msp430/bad.s: New test: Checks erroneous size extensions.
+ * gas/msp430/bad.d: New test command file.
+ * gas/msp430/bad.l: New file: Expected error messages.
+ * gas/msp430/msp430.exp: Run the new test.
+ * gas/msp430/msp430x.s: Add "<foo>.a" aliases of "<foo>a"
+ instructions.
+ * gas/msp430/msp430x.d: Update expected disassembly.
+
+2013-10-07 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * gas/mips/micromips@virt64.d: Fix dmfgc0 and dmtgc0.
+
+2013-10-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * gas/arm/thumb2_it.s: Add test for narrow tst.
+ * gas/arm/thumb2_it.d: Update expected output.
+ * gas/arm/thumb2_it_auto.d: Likewise.
+
+2013-09-30 Saravanan Ekanathan <saravanan.ekanathan@amd.com>
+
+ * gas/i386/i386.exp: Run bdver4 test cases.
+ * gas/i386/nops-1-bdver4.d: New.
+ * gas/i386/arch-10-bdver4.d: New.
+ * gas/i386/x86-64-nops-1-bdver4.d: New.
+ * gas/i386/x86-64-arch-2-bdver4.d: New.
+
+2013-09-17 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
+
+ * gas/s390/zarch-z196.s, gas/s390/zarch-z196.d: Test CLIH with
+ 4000000000.
+
+2013-09-16 Will Newton <will.newton@linaro.org>
+
+ * gas/arm/neon-ldst-es.d: Add VLD1.64 instructions.
+ * gas/arm/neon-ldst-es.s: Likewise.
+ * testsuite/gas/arm/neon-ldst-es-bad.d: New file.
+ * testsuite/gas/arm/neon-ldst-es-bad.l: Likewise.
+ * testsuite/gas/arm/neon-ldst-es-bad.s: Likewise.
+
+2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * gas/mips/bltzal.s: New file.
+ * gas/mips/bltzal.l: New file.
+ * gas/mips/mips.exp: Run the bltzal test.
+
+2013-09-12 Nick Clifton <nickc@redhat.com>
+
+ * gas/cfi/cfi-alpha-1.d: Update expected output to allow for
+ 64-bit addresses.
+ * gas/cfi/cfi-alpha-3.d: Likewise.
+ * gas/cfi/cfi-arm-1.d: Likewise.
+ * gas/cfi/cfi-common-1.d: Likewise.
+ * gas/cfi/cfi-common-2.d: Likewise.
+ * gas/cfi/cfi-common-3.d: Likewise.
+ * gas/cfi/cfi-common-4.d: Likewise.
+ * gas/cfi/cfi-common-5.d: Likewise.
+ * gas/cfi/cfi-common-6.d: Likewise.
+ * gas/cfi/cfi-common-7.d: Likewise.
+ * gas/cfi/cfi-hppa-1.d: Likewise.
+ * gas/cfi/cfi-i386-2.d: Likewise.
+ * gas/cfi/cfi-i386.d: Likewise.
+ * gas/cfi/cfi-m68k.d: Likewise.
+ * gas/cfi/cfi-mips-1.d: Likewise.
+ * gas/cfi/cfi-ppc-1.d: Likewise.
+ * gas/cfi/cfi-s390-1.d: Likewise.
+ * gas/cfi/cfi-s390x-1.d: Likewise.
+ * gas/cfi/cfi-sh-1.d: Likewise.
+ * gas/cfi/cfi-sparc-1.d: Likewise.
+ * gas/cfi/cfi-sparc64-1.d: Likewise.
+ * gas/cfi/cfi-x86_64.d: Likewise.
+
+2013-09-04 Tristan Gingold <gingold@adacore.com>
+
+ * gas/ppc/aix.exp: Run xcoff-toc-1 test.
+ * gas/ppc/xcoff-toc-1.s, gas/ppc/xcoff-toc-1.d: New test.
+
+2013-09-04 Roland McGrath <mcgrathr@google.com>
+
+ PR gas/15914
+ * gas/arm/udf-bad.s: New file.
+ * gas/arm/udf-bad.d: New file.
+ * gas/arm/udf-bad.l: New file.
+ * gas/arm/udf.s: New file.
+ * gas/arm/udf.d: New file.
+ * gas/arm/udf.l: New file.
+
+2013-08-28 Nick Clifton <nickc@redhat.com>
+
+ * gas/aarch64/illegal.s: Add illegal constant for logical
+ operation.
+ * gas/aarch64/illegal.l: Add expected error message.
+
+2013-08-23 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gas/testsuite/gas/mips/micromips-insn32.d: Adjust for delay
+ slot scheduling of ALNV.PS.
+ * gas/testsuite/gas/mips/micromips-noinsn32.d: Likewise.
+ * gas/testsuite/gas/mips/micromips-trap.d: Likewise.
+ * gas/testsuite/gas/mips/micromips.d: Likewise.
+ * gas/testsuite/gas/mips/micromips@alnv_ps-swap.d: Likewise.
+
+2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
+
+ PR binutils/15834
+ * gas/d10v/instruction_packing.d: Fix typos.
+ * gas/z80/atend.d: Likewise.
+
+2013-08-23 Will Newton <will.newton@linaro.org>
+
+ * testsuite/gas/arm/neon-addressing-bad.l: Add test for
+ VLDn and VSTn instructions.
+ * testsuite/gas/arm/neon-addressing-bad.s: Likewise.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/ase-errors-1.l, gas/mips/ase-errors-2.l,
+ gas/mips/ase-errors-3.l, gas/mips/ase-errors-4.l, gas/mips/at-2.l,
+ gas/mips/baddata1.l, gas/mips/elf-rel30.l, gas/mips/illegal.l,
+ gas/mips/jalr.l, gas/mips/ldstla-32-1.l, gas/mips/ldstla-32-mips3-1.l,
+ gas/mips/lui-1.l, gas/mips/macro-warn-1.l, gas/mips/macro-warn-1-n32.l,
+ gas/mips/macro-warn-2.l, gas/mips/macro-warn-3.l,
+ gas/mips/macro-warn-4.l, gas/mips/micromips-branch-delay.l,
+ gas/mips/micromips-branch-relax.l,
+ gas/mips/micromips-branch-relax-pic.l, gas/mips/micromips-ill.l,
+ gas/mips/micromips.l, gas/mips/micromips-size-0.l,
+ gas/mips/micromips-size-1.l, gas/mips/micromips-warn-branch-delay.l,
+ gas/mips/micromips-warn.l, gas/mips/mips16e-64.l,
+ gas/mips/mips16e-save-err.l, gas/mips/mips1-fp.l,
+ gas/mips/mips32r2-fp32.l, gas/mips/mips32r2-ill.l,
+ gas/mips/mips32-sf32.l, gas/mips/mips4-branch-likely.l,
+ gas/mips/mips4-fp.l, gas/mips/mips5-fp.l, gas/mips/mips64-mips3d.l,
+ gas/mips/mips-double-float-flag.l, gas/mips/mips-gp64-fp32.l,
+ gas/mips/mips-gp64-fp64.l, gas/mips/mips-hard-float-flag.l,
+ gas/mips/mips-macro-ill-nofp.l, gas/mips/mips-macro-ill-sfp.l,
+ gas/mips/nan-error-1.l, gas/mips/nan-error-2.l, gas/mips/noat-2.l,
+ gas/mips/noat-3.l, gas/mips/noat-4.l, gas/mips/noat-5.l,
+ gas/mips/noat-6.l, gas/mips/noat-7.l, gas/mips/octeon-ill.l,
+ gas/mips/r5900-error-vu0.l, gas/mips/r5900-nollsc.l,
+ gas/mips/relax-bc1any.l, gas/mips/relax-bposge.l, gas/mips/relax.l,
+ gas/mips/relax-swap1.l, gas/mips/relax-swap2.l, gas/mips/set-arch.l,
+ gas/mips/tls-ill.l, gas/mips/vr5400-ill.l: Adjust expected output.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/ext-ill.l, gas/mips/mips64r2-ill.l: Expect DEXT and DINS
+ error messages to have the same form as the EXT and INS ones.
+ * gas/mips/micromips-insn32.d, gas/mips/micromips-noinsn32.d,
+ gas/mips/micromips-trap.d, gas/mips/micromips.d,
+ gas/mips/micromips@mips64r2.d, gas/mips/mips64r2.d: Expect
+ "dext" and "dins" instead of "dextm", "dextu", "dinsm" and "dinsu".
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/octeon-ill.l: Adjust expected output.
+ * gas/mips/lui-1.l, gas/mips/lui-1.s: Add more cases.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/ext-ill.l, gas/mips/lui-1.l, gas/mips/mips16e-64.l,
+ gas/mips/mips32r2-ill-fp64.l, gas/mips/mips32r2-ill-nofp.l,
+ gas/mips/mips32r2-ill.l, gas/mips/mips64r2-ill.l,
+ gas/mips/octeon-ill.l, gas/mips/r5900-error-vu0.l,
+ gas/mips/vr5400-ill.l: Adjust expected errors.
+ * gas/mips/micromips-size-0.l,
+ gas/mips/micromips-size-0.s: Likewise. Add new tests.
+ * gas/mips/mips16e-save-err.s, gas/mips/mips16e-save-err.l: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/micromips-ill.l: Expect "floating-point expression required"
+
+2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * gas/mips/r5900-error-vu0.s, gas/mips/r5900-error-vu0.l,
+ gas/mips/r5900-full-vu0.s, gas/mips/r5900-full-vu0.d: Allow
+ single-channel suffixes to be elided.
+
+2013-08-04 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * gas/mips/r5900-vu0.d: Expect $vfN and $viN instead of numeric
+ coprocessor registers.
+ * gas/mips/r5900-all-vu0.s, gas/mips/r5900-all-vu0.d,
+ gas/mips/r5900-full-vu0.s, gas/mips/r5900-full-vu0.d,
+ gas/mips/r5900-error-vu0.s, gas/mips/r5900-error-vu0.l: New tests.
+ * gas/mips/mips.exp: Run them.
+
+2013-08-03 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/mips16-macro.s, gas/mips/mips16-macro.d: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
+ Alexander Ivchenko <alexander.ivchenko@intel.com>
+ Maxim Kuznetsov <maxim.kuznetsov@intel.com>
+ Sergey Lega <sergey.s.lega@intel.com>
+ Anna Tikhonova <anna.tikhonova@intel.com>
+ Ilya Tocar <ilya.tocar@intel.com>
+ Andrey Turetskiy <andrey.turetskiy@intel.com>
+ Ilya Verbin <ilya.verbin@intel.com>
+ Kirill Yukhin <kirill.yukhin@intel.com>
+ Michael Zolotukhin <michael.v.zolotukhin@intel.com>
+
+ * gas/cfi/cfi-i386.s: Add tests for k0-k7.
+ * gas/cfi/cfi-i386.d: Change to reflect above mentioned changes.
+ * gas/cfi/cfi-x86_64.s: Add tests for xmm16-31, k0-7.
+ * gas/cfi/cfi-x86_64.d: Change to reflect above mentioned changes.
+ * gas/i386/ilp32/cfi/cfi-x86_64.d: Ditto.
+ * gas/i386/intel-regs.s: Add tests for zmm0 and xmm16 registers.
+ * gas/i386/intel-regs.d: Change correspondingly.
+ * gas/i386/prefetch-intel.d: Reflect implementation of prefetchwt1.
+ * gas/i386/prefetch.d: Ditto.
+ * gas/i386/x86-64-prefetch-intel.d: Ditto.
+ * gas/i386/x86-64-prefetch.d: Ditto.
+ * gas/i386/avx512f-intel.d: New.
+ * gas/i386/avx512f-nondef.d: New.
+ * gas/i386/avx512f-nondef.s: New.
+ * gas/i386/avx512f-opts-intel.d: New.
+ * gas/i386/avx512f-opts.d: New.
+ * gas/i386/avx512f-opts.s: New.
+ * gas/i386/avx512f.d: New.
+ * gas/i386/avx512f.s: New.
+ * gas/i386/avx512cd-intel.d: New.
+ * gas/i386/avx512cd.d: New.
+ * gas/i386/avx512cd.s: New.
+ * gas/i386/avx512er-intel.d: New.
+ * gas/i386/avx512er.d: New.
+ * gas/i386/avx512er.s: New.
+ * gas/i386/avx512pf-intel.d: New.
+ * gas/i386/avx512pf.d: New.
+ * gas/i386/avx512pf.s: New.
+ * gas/i386/evex-lig.s: New.
+ * gas/i386/evex-lig256-intel.d: New.
+ * gas/i386/evex-lig256.d: New.
+ * gas/i386/evex-lig512-intel.d: New.
+ * gas/i386/evex-lig512.d: New.
+ * gas/i386/evex-wig.s: New.
+ * gas/i386/evex-wig1-intel.d: New.
+ * gas/i386/evex-wig1.d: New.
+ * gas/i386/inval-avx512f.l: New.
+ * gas/i386/inval-avx512f.s: New.
+ * gas/i386/x86-64-avx512f-intel.d: New.
+ * gas/i386/x86-64-avx512f-nondef.d: New.
+ * gas/i386/x86-64-avx512f-nondef.s: New.
+ * gas/i386/x86-64-avx512f-opts-intel.d: New.
+ * gas/i386/x86-64-avx512f-opts.d: New.
+ * gas/i386/x86-64-avx512f-opts.s: New.
+ * gas/i386/x86-64-avx512f.d: New.
+ * gas/i386/x86-64-avx512f.s: New.
+ * gas/i386/x86-64-avx512cd-intel.d: New.
+ * gas/i386/x86-64-avx512cd.d: New.
+ * gas/i386/x86-64-avx512cd.s: New.
+ * gas/i386/x86-64-avx512er-intel.d: New.
+ * gas/i386/x86-64-avx512er.d: New.
+ * gas/i386/x86-64-avx512er.s: New.
+ * gas/i386/x86-64-avx512pf-intel.d: New.
+ * gas/i386/x86-64-avx512pf.d: New.
+ * gas/i386/x86-64-avx512pf.s: New.
+ * gas/i386/x86-64-evex-lig.s: New.
+ * gas/i386/x86-64-evex-lig256-intel.d: New.
+ * gas/i386/x86-64-evex-lig256.d: New.
+ * gas/i386/x86-64-evex-lig512-intel.d: New.
+ * gas/i386/x86-64-evex-lig512.d: New.
+ * gas/i386/x86-64-evex-wig.s: New.
+ * gas/i386/x86-64-evex-wig1-intel.d: New.
+ * gas/i386/x86-64-evex-wig1.d: New.
+ * gas/i386/x86-64-inval-avx512f.l: New.
+ * gas/i386/x86-64-inval-avx512f.s: New.
+ * gas/i386/i386.exp: Run new AVX-512 tests.
+
+2013-07-25 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/loongson-2f.d: Fix expected output for madd.ps,
+ msub.ps, nmadd.ps and nmsub.ps.
+
+2013-07-25 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
+
+ * gas/i386/sha.d: New.
+ * gas/i386/sha.s: New.
+ * gas/i386/x86-64-sha.d: New.
+ * gas/i386/x86-64-sha.s: New.
+ * gas/i386/i386.exp: Run new SHA tests.
+
+2013-07-24 Anna Tikhonova <anna.tikhonova@intel.com>
+ Kirill Yukhin <kirill.yukhin@intel.com>
+ Michael Zolotukhin <michael.v.zolotukhin@intel.com>
+
+ * gas/i386/mpx-add-bnd-prefix.s: New.
+ * gas/i386/mpx-add-bnd-prefix.d: New.
+ * gas/i386/mpx-inval-1.l: New.
+ * gas/i386/mpx-inval-1.s: New.
+ * gas/i386/mpx.d: New.
+ * gas/i386/mpx.s: New.
+ * gas/i386/x86-64-mpx-add-bnd-prefix.d: New.
+ * gas/i386/x86-64-mpx-add-bnd-prefix.s: New.
+ * gas/i386/x86-64-mpx-addr32.d: New.
+ * gas/i386/x86-64-mpx-addr32.s: New.
+ * gas/i386/x86-64-mpx-inval-1.l: New.
+ * gas/i386/x86-64-mpx-inval-1.s: New.
+ * gas/i386/x86-64-mpx-inval-2.l: New.
+ * gas/i386/x86-64-mpx-inval-2.s: New.
+ * gas/i386/x86-64-mpx.d: New.
+ * gas/i386/x86-64-mpx.s: New.
+ * gas/i386/nops.d: Adjust to MPX changes.
+ * gas/i386/nops.s: Likewise.
+ * gas/i386/x86-64-nops.d: Likewise.
+ * gas/i386/x86-64-nops.s: Likewise.
+ * gas/i386/ilp32/x86-64-nops.d: Likewise.
+ * gas/i386/i386.exp: Run new MPX tests.
+
+2013-07-24 Tristan Gingold <gingold@adacore.com>
+
+ * gas/ppc/test2xcoff32.s, gas/ppc/test2xcoff32.d: New files
+ * gas/ppc/ppc.exp: Add new test.
+ * gas/ppc/xcoff-br16-1.s, gas/ppc/xcoff-br16-1.d,
+ gas/ppc/xcoff-br16-2.s, gas/ppc/xcoff-br16-2.d: New files
+ * gas/ppc/aix.exp: Add new tests.
+
+2013-07-19 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/ilp32-basic.d (#as): Update to use -mabi=ilp32
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/vr5400-ill.s, gas/mips/vr5400-ill.l: Add some more cases.
+ * gas/mips/micromips-ill.s, gas/mips/micromips-ill.l: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/at-2.l: Remove duplicated $at warnings.
+ * gas/mips/ext-ill.l, gas/mips/lui-1.l, gas/mips/mips32r2-ill.l,
+ gas/mips/mips32r2-ill-nofp.l, gas/mips/mips32r2-ill-fp64.l,
+ gas/mips/mips64r2-ill.l, gas/mips/octeon-ill.l: Update error
+ messages. Expect negative numbers to be printed as such,
+ rather than as large unsigned positive numbers.
+
+2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gas/mips/nan-2008-1.d: New test.
+ * gas/mips/nan-2008-2.d: New test.
+ * gas/mips/nan-2008-3.d: New test.
+ * gas/mips/nan-2008-4.d: New test.
+ * gas/mips/nan-legacy-1.d: New test.
+ * gas/mips/nan-legacy-2.d: New test.
+ * gas/mips/nan-legacy-3.d: New test.
+ * gas/mips/nan-legacy-4.d: New test.
+ * gas/mips/nan-legacy-5.d: New test.
+ * gas/mips/nan-error-1.l: New list test.
+ * gas/mips/nan-error-2.l: New list test.
+ * gas/mips/nan-2008-override.s: New test source.
+ * gas/mips/nan-2008.s: New test source.
+ * gas/mips/nan-legacy-override.s: New test source.
+ * gas/mips/nan-legacy.s: New test source.
+ * gas/mips/nan-error-1.s: New test source.
+ * gas/mips/nan-error-2.s: New test source.
+ * gas/mips/mips.exp: Run the new tests.
+
+2013-07-09 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/la-reloc.s, gas/mips/la-reloc.d, gas/mips/dla-reloc.s,
+ gas/mips/dla-reloc.d: Add files missing from earlier commit.
+
+2013-07-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/13572
+ * gas/i386/simd.s: Add a test for cvttps2pi.
+ * gas/i386/simd-intel.d: Updated.
+ * gas/i386/simd.d: Likewise.
+
+2013-07-08 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/la.s, gas/mips/la.d, gas/mips/la-svr4pic.d,
+ gas/mips/la-xgot.d: Add tests for bracketed addresses.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/ldstla-32.d: Avoid "lui at,0x0" sequences for
+ truncated constants.
+ * gas/mips/ldstla-32-shared.d: Likewise.
+ * gas/mips/mcu.d: Use ADDIU in preference to LI+ADDU when adding
+ 16-bit constants to the base.
+ * gas/mips/micromips@mcu.d: Likewise.
+ * gas/mips/micromips@cache.d: Likewise.
+ * gas/mips/micromips@pref.d: Likewise.
+ * gas/mips/micromips.d, gas/mips/micromips-insn32.d,
+ gas/mips/micromips-noinsn32.d, gas/mips/micromips-trap.d: Likewise.
+ Allow the full 16-bit offset range to be used for SB, LB and LBU in
+ USH and ULH sequences. Fix the expected output for LD and SD when
+ the two LW and SW offsets need different high parts.
+ * gas/mips/eva.s: Test PREFE with relocation operators.
+ * gas/mips/eva.d: Use ADDIU in preference to LI+ADDU for 16-bit
+ constants. Update after eva.s change.
+ * gas/mips/micromips@eva.d: Likewise.
+ * gas/mips/ld-reloc.s, gas/mips/ld-reloc.d, gas/mips/l_d-reloc.s,
+ gas/mips/l_d-reloc.d, gas/mips/ulw-reloc.s, gas/mips/ulw-reloc.d,
+ gas/mips/micromips@ulw-reloc.d, gas/mips/ulh-reloc.s,
+ gas/mips/ulh-reloc.d: New tests.
+ * gas/mips/mips.exp: Run them.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/eva.d, gas/mips/micromips@eva.d: Remove hard-coded
+ addresses. Use gpr-names=numeric.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/mips16.d, gas/mips/mips16-64.d: Remove trailing whitespace
+ from ENTRY and EXIT lines.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/vr5400-ill.s, gas/mips/vr5400-ill.l: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/lb.d, gas/mips/sb.d: Use coprocessor register names
+ for LWC0 and SWC0.
+
+2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * gas/s390/zarch-zEC12.s: Change bprp second operand and add
+ variants requiring relocations.
+ * gas/s390/zarch-zEC12.d: Likewise.
+
+2013-07-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * gas/aarch64/reloc-insn.s (func): Replace :got_prel19: with :got:.
+
+2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/ilp32-basic.d: New file.
+ * gas/aarch64/ilp32-basic.s: New file.
+
+2013-06-25 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gas/mips/micromips-insn32.d: New test.
+ * gas/mips/micromips-noinsn32.d: Likewise.
+ * gas/mips/micromips.l: Rename to...
+ * gas/mips/micromips-warn.l: ... this.
+ * gas/mips/micromips.d: Update accordingly.
+ * gas/mips/micromips-trap.d: Likewise.
+ * gas/mips/micromips.l: New list test.
+ * gas/mips/micromips.s: Add conditionals.
+ * gas/mips/mips.exp: Run the new tests.
+
+2013-06-24 Roland McGrath <mcgrathr@google.com>
+
+ * gas/arm/macro-vld1.s: Add a case with whitespace before '}'.
+ * gas/arm/macro-vld1.d: Update.
+
+ * gas/arm/macro-pld.s: Add a 'push {r0}' case.
+ * gas/arm/macro-pld.d: Update expected output.
+ * gas/arm/macro-vld1.s: New file.
+ * gas/arm/macro-vld1.d: New file.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/mips.exp: Remove "LOSE" comments.
+ (run_dump_test_arch): Remove format selector support.
+ (run_dump_test_arches): Remove associated upvars.
+ (elf, ecoff, aout, no_mips16, no_micromips): Remove variables.
+ Remove all conditions based on them, on the assumption that $elf
+ is true and the others are false. Rename "elf-jal" to "jal".
+ (tmips): Set to "t" for *bsd targets.
+ * gas/mips/elf-jal.d: Rename to...
+ * gas/mips/jal.d: ...this, replacing the old file.
+ * gas/mips/micromips@elf-jal.d: Rename to...
+ * gas/mips/micromips@jal.d: ...this.
+ * gas/mips/at-1.d, gas/mips/ld.d, gas/mips/l_d.d, gas/mips/lui.d,
+ gas/mips/mips1@l_d.d, gas/mips/mips1@ld-forward.d, gas/mips/mips1@ld.d,
+ gas/mips/mips1@s_d.d, gas/mips/s_d.d, gas/mips/sd.d: Remove ECOFF
+ relocation names. Do not allow any offset on the symbol.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/lineno.d: Remove ellipsis.
+
+2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/all/gas.exp: Remove reference to mips-ecoff.
+ * gas/mips/branch-misc-1.d, gas/mips/branch-misc-2.d,
+ gas/mips/branch-misc-2-64.d, gas/mips/branch-misc-2pic.d,
+ gas/mips/branch-misc-2pic-64.d, gas/mips/branch-swap.d: Remove
+ skips for mips-*-ecoff.
+
+2013-06-20 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/ase-errors-1.s, gas/mips/ase-errors-1.l,
+ gas/mips/ase-errors-2.s, gas/mips/ase-errors-2.l,
+ gas/mips/ase-errors-3.s, gas/mips/ase-errors-3.l,
+ gas/mips/ase-errors-4.s, gas/mips/ase-errors-4.l: New tests.
+ * gas/mips/mips.exp: Run them.
+
+2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/eva.d: Use -32.
+
+2013-06-17 Catherine Moore <clm@codesourcery.com>
+ Maciej W. Rozycki <macro@codesourcery.com>
+ Chao-Ying Fu <fu@mips.com>
+
+ * gas/mips/mips.exp: Run new tests.
+ * gas/mips/eva.d: New.
+ * gas/mips/eva.s: New.
+ * gas/mips/micromips@eva.d: New.
+
+2013-06-15 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/loc-swap-3.d: Require -32.
+
+2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
+
+ * gas/mips/loc-swap-3.d, gas/mips/loc-swap-3.s: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * gas/mips/micromips@virt.d: New file.
+ * gas/mips/micromips@virt64.d: New file.
+ * gas/mips/mips.exp: Enable virt and virt64 tests for micromips.
+
+2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gas/nios2/movia.s: Add additional test case with negative
+ constant value.
+ * gas/nios2/movia.d: Likewise.
+
+2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gas/nios2/tret.d: Correct eret encoding.
+
+2013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gas/mips/relax-bc1any.l: New test.
+ * gas/mips/relax-bc1any.s: New test source.
+ * gas/mips/mips.exp: Run the new test.
+
+2013-06-09 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gas/nios2/trap.s: Add additional test cases for optional
+ argument.
+ * gas/nios2/trap.d: Likewise.
+
+2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/size-3.d: Updated for text/data/bss section alignment
+ change.
+ * gas/i386/x86-64-size-1.d: Likewise.
+ * gas/i386/x86-64-unwind.d: Likewise.
+ * gas/i386/ilp32/x86-64-size-1.d: Likewise.
+ * gas/i386/ilp32/x86-64-size-5.d: Likewise.
+ * gas/i386/ilp32/x86-64-unwind.d: Likewise.
+
+2013-05-31 Catherine Moore <clm@codesourcery.com>
+
+ * gas/mips/ehword.d: New.
+ * gas/mips/ehword.s: New.
+ * gas/mips/mips.exp: Run ehword test.
+
+2013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gas/mips/jalr3.d: New test.
+ * gas/mips/jalr3-n32.d: New test.
+ * gas/mips/jalr3-n64.d: New test.
+ * gas/mips/jalr3.s: New test source.
+ * gas/mips/mips.exp: Run the new tests.
+
+2013-05-28 Cary Coutant <ccoutant@google.com>
+
+ * gas/cris/rd-dw2-1.d: Adjust expected output.
+ * gas/cris/rd-dw2-10.d: Likewise.
+ * gas/cris/rd-dw2-11.d: Likewise.
+ * gas/cris/rd-dw2-12.d: Likewise.
+ * gas/cris/rd-dw2-13.d: Likewise.
+ * gas/cris/rd-dw2-14.d: Likewise.
+ * gas/cris/rd-dw2-15.d: Likewise.
+ * gas/cris/rd-dw2-2.d: Likewise.
+ * gas/cris/rd-dw2-3.d: Likewise.
+ * gas/cris/rd-dw2-4.d: Likewise.
+ * gas/cris/rd-dw2-5.d: Likewise.
+ * gas/cris/rd-dw2-6.d: Likewise.
+ * gas/cris/rd-dw2-7.d: Likewise.
+ * gas/cris/rd-dw2-8.d: Likewise.
+ * gas/cris/rd-dw2-9.d: Likewise.
+ * gas/elf/dwarf2-1.d: Likewise.
+ * gas/elf/dwarf2-2.d: Likewise.
+ * gas/elf/dwarf2-3.d: Likewise.
+ * gas/i386/debug1.d: Likewise.
+ * gas/i386/dw2-compress-1.d: Likewise.
+ * gas/i386/ilp32/lns/lns-common-1.d: Likewise.
+ * gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
+ * gas/ia64/pr13167.d: Likewise.
+ * gas/lns/lns-big-delta.d: Likewise.
+ * gas/lns/lns-common-1-alt.d: Likewise.
+ * gas/lns/lns-common-1.d: Likewise.
+ * gas/lns/lns-duplicate.d: Likewise.
+ * gas/mips/loc-swap-2.d: Likewise.
+ * gas/mips/loc-swap.d: Likewise.
+ * gas/mips/micromips@loc-swap-2.d: Likewise.
+ * gas/mips/micromips@loc-swap.d: Likewise.
+ * gas/mips/mips16-dwarf2-n32.d: Likewise.
+ * gas/mips/mips16-dwarf2.d: Likewise.
+ * gas/mips/mips16@loc-swap-2.d: Likewise.
+ * gas/mips/mips16@loc-swap.d: Likewise.
+
+2013-05-28 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gas/mips/ld-zero.d: New test.
+ * gas/mips/ld-zero-2.d: New test.
+ * gas/mips/ld-zero-3.d: New test.
+ * gas/mips/ld-zero-q.d: New test.
+ * gas/mips/ld-zero-u.d: New test.
+ * gas/mips/ecoff@ld-zero-3.d: New test.
+ * gas/mips/micromips@ld-zero-2.d: New test.
+ * gas/mips/micromips@ld-zero-3.d: New test.
+ * gas/mips/ld-zero.s: New test source.
+ * gas/mips/ld-zero-2.s: New test source.
+ * gas/mips/ld-zero-3.s: New test source.
+ * gas/mips/ld-zero-q.s: New test source.
+ * gas/mips/ld-zero-u.s: New test source.
+ * gas/mips/mips.exp: Run the new tests.
+
+2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/tls.d: Update.
+ * gas/aarch64/tls.s: Update.
+
+2013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * gas/arm/armv8-a-bad.l: Update expected warning message.
+ * gas/arm/armv8-a-it-bad.l: Likewise.
+
+2013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * gas/aarch64/adr_1.d: New file.
+ * gas/aarch64/adr_1.s: New file.
+ * gas/aarch64/b_1.d: New file.
+ * gas/aarch64/b_1.s: New file.
+ * gas/aarch64/beq_1.d: New file.
+ * gas/aarch64/beq_1.s: New file.
+ * gas/aarch64/ldr_1.d: New file.
+ * gas/aarch64/ldr_1.s: New file.
+ * gas/aarch64/tbz_1.d: New file.
+ * gas/aarch64/tbz_1.s: New file.
+
+2013-05-24 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
+
+ * gas/s390/zarch-z9-109-err.s, gas/s390/zarch-z9-109-err.l: New test.
+ * gas/s390/s390.exp: Run it.
+
+2013-05-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * gas/s390/zarch-zEC12.d: Adjust length operands for cdzt, cxzt,
+ czdt, and czxt.
+ * gas/s390/zarch-zEC12.d: Likewise.
+
+2013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * gas/mips/r5900-full.s, gas/mips/r5900-full.d: Add tests for LQ
+ and SQ macros.
+ * gas/mips/r5900-vu0.s, gas/mips/r5900-vu0.d: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-05-21 Alan Modra <amodra@gmail.com>
+
+ * gas/ppc/vsx2.d: Ignore trailing padding.
+
+2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
+
+ * gas/ppc/altivec2.d <bcdadd., bcdadd., vaddcuq, vaddecuq, vaddeuqm,
+ vaddudm, vadduqm, vbpermq, vcipher, vcipherlast, vclzb, vclzd, vclzh,
+ vclzw, vcmpequd, vcmpequd., vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud.,
+ veqv, vgbbd, vmaxsd, vmaxud, vminsd, vminud, vmrgew, vmrgow, vmulesw,
+ vmuleuw, vmulosw, vmulouw, vmuluwm, vnand, vncipher, vncipherlast,
+ vorc, vpermxor, vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd,
+ vpmsumh, vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
+ vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq, vsubeuqm,
+ vsubudm, vsubuqm, vupkhsw, vupklsw>: Add new tests.
+ * gas/ppc/altivec2.s: Likewise.
+ * gas/ppc/power8.d <bcdadd., bcdsub., bctar, bctarl, clrbhrb, fmrgew,
+ fmrgow, lqarx, lxsiwax, lxsiwzx, lxsspx, mfbhrbe, mfvsrd, mfvsrwz,
+ msgclrp, msgsndp, mtsle, mtvsrd, mtvsrwa, mtvsrwz, pbt., rfebb,
+ stqcx., stxsiwx, stxsspx, vaddcuq, vaddecuq, vaddeuqm, vaddudm,
+ vadduqm, vbpermq, vcipher, vcipherlast, vclzb, vclzd, vclzh, vclzw,
+ vcmpequd, vcmpequd., vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud., veqv,
+ vgbbd, vmaxsd, vmaxud, vminsd, vminud, vmrgow, vmulesw, vmuleuw,
+ vmulosw, vmulouw, vmuluwm, vnand, vncipher, vncipherlast, vorc,
+ vpermxor, vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd,
+ vpmsumh, vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
+ vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq, vsubeuqm,
+ vsubuqm, vupkhsw, vupklsw, waitasec, xsaddsp, xscvdpspn, xscvspdpn,
+ xscvsxdsp, xscvuxdsp, xsdivsp, xsmaddasp, xsmaddmsp, xsmsubasp,
+ xsmsubmsp, xsmulsp, xsnmaddasp, xsnmaddmsp, xsnmsubasp, xsnmsubmsp,
+ xsresp, xsrsp, xsrsqrtesp, xssqrtsp, xssubsp, xxleqv, xxlnand,
+ xxlorc>: Add new tests.
+ * gas/ppc/power8.s Likewise.
+ * gas/ppc/vsx.d <lxvd2x, stxvd2x>: Add new tests.
+ * gas/ppc/vsx.s Likewise.
+ * gas/ppc/vsx2.d: New test file.
+ * gas/ppc/vsx2.s: Likewise.
+ * gas/ppc/ppc.exp: Run it.
+
+2013-05-16 Tristan Gingold <gingold@adacore.com>
+
+ * gas/ppc/ppc.exp: Do not run simpshft on aix.
+
+2013-05-16 Nick Clifton <nickc@redhat.com>
+
+ * gas/msp430/opcodes.s: Use correct value for .arch pseudo.
+ * gas/msp430/msp430x.d: Use correct value for -mcpu option.
+
+2013-05-13 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.s: Update.
+ * gas/aarch64/diagnostic.l: Ditto.
+ * gas/aarch64/movi.s: Add new tests.
+ * gas/aarch64/movi.d: Update.
+
+2013-05-09 Andrew Pinski <apinski@cavium.com>
+
+ * gas/mips/mips.exp: Run virt and virt64 testcases.
+ * gas/mips/virt.d: New file.
+ * gas/mips/virt.s: New file.
+ * gas/mips/virt64.d: New file.
+ * gas/mips/virt64.s: New file.
+
+2013-05-04 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/micromips-warn-branch-delay.d: Use numeric registers.
+
+2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * gas/mips/mips16-stabs.s, gas/mips/mips16-stabs.d: New test.
+ * gas/mips/mips.exp: Run it.
+
+2013-05-02 Nick Clifton <nickc@redhat.com>
+
+ * gas/all/gas.exp: Skip the DIFF1 test for the MSP430.
+ Expect the FORWARD test to pass for the MSP430.
+ Skip the REDEF tests for the MSP430.
+ Expect the 930509A test to fail for the MSP430.
+ * gas/all/sleb128-4.d: Skip for the MSP430.
+ * gas/elf/elf.exp: Set target_machine to msp430 for the MSP430.
+ Skip the EHOPT0 test for the MSP430.
+ Skip the REDEF and EQU-RELOC tests for the MSP430.
+ * gas/elf/section2.e-msp430: New file.
+ * gas/lns/lns-big-delta.d: Remove expectation of 20-bit
+ addresses.
+ * gas/lns/lns.exp: Use alternate LNS COMMON test for the MSP430.
+ * gas/msp430/msp430x.s: New test.
+ * gas/msp430/msp430x.d: Expected disassembly.
+ * gas/msp430/msp430.exp: Run new test.
+ * gas/msp430/opcode.d: Update expected disassembly.
+
+2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
+
+ * gas/mips/ext-ill.s: New file.
+ * gas/mips/ext-ill.l: New file.
+ * gas/mips/mips.exp: Run new tests.
+
+2013-04-29 Nick Clifton <nickc@redhat.com>
+
+ * gas/elf/dwarf2-3.d: Fix expected readelf output.
+
+2013-04-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/rex.d: Skip x86_64-*-elf*.
+ * gas/i386/ilp32/rex.d: Likewise.
+
+2013-04-15 Julian Brown <julian@codesourcery.com>
+
+ * gas/all/gas.exp (sleb128-7): Don't run for tic4x, tic54x.
+ * gas/all/sleb128-2.s: Reformat, use _ at start of labels, remove
+ cruft.
+ * gas/all/sleb128-3.s: Likewise.
+ * gas/all/sleb128-4.s: Likewise.
+ * gas/all/sleb128-5.s: Likewise.
+ * gas/all/sleb128-7.s: Likewise.
+ * gas/all/sleb128-2.d: Handle data sections named $DATA$.
+ * gas/all/sleb128-3.d: Likewise.
+ * gas/all/sleb128-4.d: Likewise.
+ * gas/all/sleb128-5.d: Likewise.
+ * gas/all/sleb128-7.d: Likewise.
+
+2013-04-10 Julian Brown <julian@codesourcery.com>
+
+ * gas/all/sleb128-2.s: New test.
+ * gas/all/sleb128-3.s: Likewise.
+ * gas/all/sleb128-4.s: Likewise.
+ * gas/all/sleb128-5.s: Likewise.
+ * gas/all/sleb128-7.s: Likewise.
+ * gas/all/sleb128-2.d: New.
+ * gas/all/sleb128-3.d: New.
+ * gas/all/sleb123-4.d: New.
+ * gas/all/sleb123-5.d: New.
+ * gas/all/sleb123-7.d: New.
+ * gas/all/gas.exp (sleb128-2, sleb128-3, sleb128-4, sleb128-5)
+ (sleb128-7): Run new tests.
+
+2013-04-10 Jan Beulich <jbeulich@suse.com>
+
+ * gas/testsuite/gas/arm/ldst-pc.s: Add index, non-writeback
+ forms of various loads and stores with PC as base.
+ * gas/testsuite/gas/arm/ldst-pc.d: Update accordingly.
+
+2013-04-10 Jan Beulich <jbeulich@suse.com>
+
+ * gas/arm/barrier-bad.d: Change title.
+ * gas/arm/barrier-bad.s: Add immediate form of ISB and DSB as
+ well as one symbolic form of DSB.
+ * gas/arm/barrier-bad.l: Update accordingly.
+ * gas/arm/barrier-bad-thumb.d: Adjust title. Use barrier-bad.s as
+ source. Pass -mthumb to gas.
+ * gas/arm/barrier-bad-thumb.l: Remove.
+ * gas/arm/barrier-bad-thumb.s: Remove.
+ * gas/arm/barrier-thumb.d: Adjust title. Use barrier.s as source.
+ Pass -mthumb to gas.
+ * gas/arm/barrier-thumb.s: Remove.
+
+2013-04-09 Jan Beulich <jbeulich@suse.com>
+
+ * gas/arm/vfp1xD.s: Add VMRS/VMSR tests with FPINST, FPINST2,
+ and C15.
+ * gas/arm/vfp1xD.d: Update accordingly.
+
+2013-04-09 Jan Beulich <jbeulich@suse.com>
+
+ * gas/arm/neon-omit.s: Add tests for suffix less VMOV.
+ * gas/arm/neon-omit.d: Update accordingly.
+
+2013-04-09 Jan Beulich <jbeulich@suse.com>
+
+ * gas/arm/neon-addressing-bad.s: Add test for further invalid VST
+ operands.
+ * gas/arm/neon-addressing-bad.l: Update accordingly.
+
+2013-04-08 Jan Beulich <jbeulich@suse.com>
+
+ * gas/i386/x86-64-opcode.s: Flesh out LOOP and J*CXZ sections.
+ Correct comments in Jcc section.
+ * gas/i386/x86-64-opcode.d: Refresh.
+ * gas/i386/ilp32/x86-64-opcode.d: Refresh.
+
+2013-04-06 David S. Miller <davem@davemloft.net>
+
+ * gas/sparc/cbcond.s: Add tests for new opcode aliases.
+ * gas/sparc/cbcond.d: Updated.
+ * gas/sparc/hpcvis3.s: Add tests for new opcode aliases.
+ * gas/sparc/hpcvis3.d: Updated.
+ * gas/sparc/v8-movwr-imm.d: Fix expected disassembly.
+ * gas/sparc/edge.s: New test.
+ * gas/sparc/edge.d: Expected disassembly.
+ * gas/sparc/flush.s: New test.
+ * gas/sparc/flush.d: Expected disassembly.
+ * gas/sparc/ldd_std.s: New test.
+ * gas/sparc/ldd_std.d: Expected disassembly.
+ * gas/sparc/ldtw_sttw.s: New test.
+ * gas/sparc/ldtw_sttw.d: Expected disassembly.
+ * gas/sparc/sparc.exp: Run new tests.
+
+2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR binutils/15068
+ * gas/tic6x/insns16-lsd-unit.s: Correct bit patterns for mvk, add
+ and xor.
+ * gas/tic6x/insns16-lsd-unit.d: Update expected output.
+
+2013-03-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/addr32.s: Add an SIB test.
+ * gas/i386/addr32.d: Updated.
+
+2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR binutils/15068
+ * gas/tic6x/insns16-d-unit.s: New test.
+ * gas/tic6x/insns16-d-unit.d: Expected disassembly.
+ * gas/tic6x/insns16-ddec.s: New test.
+ * gas/tic6x/insns16-ddec.d: Expected disassembly.
+ * gas/tic6x/insns16-dinc.s: New test.
+ * gas/tic6x/insns16-dinc.d: Expected disassembly.
+ * gas/tic6x/insns16-dind.s: New test.
+ * gas/tic6x/insns16-dind.d: Expected disassembly.
+ * gas/tic6x/insns16-doff4.s: New test.
+ * gas/tic6x/insns16-doff4.d: Expected disassembly.
+ * gas/tic6x/insns16-l-unit.s: New test.
+ * gas/tic6x/insns16-l-unit.d: Expected disassembly.
+ * gas/tic6x/insns16-lsd-unit.s: New test.
+ * gas/tic6x/insns16-lsd-unit.d: Expected disassembly.
+ * gas/tic6x/insns16-m-unit.s: New test.
+ * gas/tic6x/insns16-m-unit.d: Expected disassembly.
+ * gas/tic6x/insns16-s-unit-pcrel.s: New test.
+ * gas/tic6x/insns16-s-unit-pcrel.d: Expected disassembly.
+ * gas/tic6x/insns16-s-unit: New test.
+ * gas/tic6x/insns16-s-unit.d: Expected disassembly.
+
+2013-03-26 Douglas B Rupp <rupp@adacore.com>
+
+ * gas/ia64/ia64.exp: Add new test reloc-mlx
+ * gas/ia64/reloc-mlx.[sd]: New test for X-unit reloc.
+ * gas/ia64/pcrel.d: Fix output for X-unit reloc.
+
+2013-03-21 Will Newton <will.newton@linaro.org>
+
+ * gas/arm/thumb2_relax.d: Strip out invalid pc-relative strs.
+ * gas/arm/thumb2_relax.s: Likewise.
+ * gas/arm/thumb32.d: Likewise.
+ * gas/arm/thumb32.l: Likewise.
+ * gas/arm/thumb32.s: Likewise.
+ * gas/arm/thumb2_str-bad.d: New file.
+ * gas/arm/thumb2_str-bad.l: Likewise.
+ * gas/arm/thumb2_str-bad.s: Likewise.
+
+2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR gas/15082
+ * gas/tic6x/insns-bad-1.s: Remove test-case for mpydp with
+ cross-path.
+ * gas/tic6x/insns-bad-1.l: Update expected output.
+ * gas/tic6x/insns-c674x.s: Add a test-case for mpydp with
+ cross-path.
+ * gas/tic6x/insns-c674x.d: Update expected output.
+
+2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR gas/15095
+ * gas/tic6x/insns-c674x.s: Add test cases for the newly generated
+ opcode.
+ * gas/tic6x/insns-c674x.d: Update expected disassembly.
+
+2013-03-15 Will Newton <will.newton@linaro.org>
+
+ * gas/arm/any-idiv.d: Expand *-*eabi test to cover *-*eabi*.
+ * gas/arm/arch4t-eabi.d: Likewise.
+ * gas/arm/arch4t.d: Likewise.
+ * gas/arm/attr-any-armv4t.d: Likewise.
+ * gas/arm/attr-any-thumbv6.d: Likewise.
+ * gas/arm/attr-cpu-directive.d: Likewise.
+ * gas/arm/attr-default.d: Likewise.
+ * gas/arm/attr-march-all.d: Likewise.
+ * gas/arm/attr-march-armv1.d: Likewise.
+ * gas/arm/attr-march-armv2.d: Likewise.
+ * gas/arm/attr-march-armv2a.d: Likewise.
+ * gas/arm/attr-march-armv2s.d: Likewise.
+ * gas/arm/attr-march-armv3.d: Likewise.
+ * gas/arm/attr-march-armv3m.d: Likewise.
+ * gas/arm/attr-march-armv4.d: Likewise.
+ * gas/arm/attr-march-armv4t.d: Likewise.
+ * gas/arm/attr-march-armv4txm.d: Likewise.
+ * gas/arm/attr-march-armv4xm.d: Likewise.
+ * gas/arm/attr-march-armv5.d: Likewise.
+ * gas/arm/attr-march-armv5t.d: Likewise.
+ * gas/arm/attr-march-armv5te.d: Likewise.
+ * gas/arm/attr-march-armv5tej.d: Likewise.
+ * gas/arm/attr-march-armv5texp.d: Likewise.
+ * gas/arm/attr-march-armv5txm.d: Likewise.
+ * gas/arm/attr-march-armv6-m+os.d: Likewise.
+ * gas/arm/attr-march-armv6-m.d: Likewise.
+ * gas/arm/attr-march-armv6.d: Likewise.
+ * gas/arm/attr-march-armv6j.d: Likewise.
+ * gas/arm/attr-march-armv6k+sec.d: Likewise.
+ * gas/arm/attr-march-armv6k.d: Likewise.
+ * gas/arm/attr-march-armv6kt2.d: Likewise.
+ * gas/arm/attr-march-armv6s-m.d: Likewise.
+ * gas/arm/attr-march-armv6t2.d: Likewise.
+ * gas/arm/attr-march-armv6z.d: Likewise.
+ * gas/arm/attr-march-armv6zk.d: Likewise.
+ * gas/arm/attr-march-armv6zkt2.d: Likewise.
+ * gas/arm/attr-march-armv6zt2.d: Likewise.
+ * gas/arm/attr-march-armv7-a+idiv.d: Likewise.
+ * gas/arm/attr-march-armv7-a+mp.d: Likewise.
+ * gas/arm/attr-march-armv7-a+sec+virt.d: Likewise.
+ * gas/arm/attr-march-armv7-a+sec.d: Likewise.
+ * gas/arm/attr-march-armv7-a+virt.d: Likewise.
+ * gas/arm/attr-march-armv7-a.d: Likewise.
+ * gas/arm/attr-march-armv7-m.d: Likewise.
+ * gas/arm/attr-march-armv7-r+mp.d: Likewise.
+ * gas/arm/attr-march-armv7-r.d: Likewise.
+ * gas/arm/attr-march-armv7.d: Likewise.
+ * gas/arm/attr-march-armv7a.d: Likewise.
+ * gas/arm/attr-march-armv7em.d: Likewise.
+ * gas/arm/attr-march-armv7m.d: Likewise.
+ * gas/arm/attr-march-armv7r.d: Likewise.
+ * gas/arm/attr-march-armv8-a+crypto.d: Likewise.
+ * gas/arm/attr-march-armv8-a+fp.d: Likewise.
+ * gas/arm/attr-march-armv8-a+simd.d: Likewise.
+ * gas/arm/attr-march-armv8-a.d: Likewise.
+ * gas/arm/attr-march-iwmmxt.d: Likewise.
+ * gas/arm/attr-march-iwmmxt2.d: Likewise.
+ * gas/arm/attr-march-xscale.d: Likewise.
+ * gas/arm/attr-mcpu.d: Likewise.
+ * gas/arm/attr-mfpu-arm1020e.d: Likewise.
+ * gas/arm/attr-mfpu-arm1020t.d: Likewise.
+ * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
+ * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
+ * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
+ * gas/arm/attr-mfpu-fpa.d: Likewise.
+ * gas/arm/attr-mfpu-fpa10.d: Likewise.
+ * gas/arm/attr-mfpu-fpa11.d: Likewise.
+ * gas/arm/attr-mfpu-fpe.d: Likewise.
+ * gas/arm/attr-mfpu-fpe2.d: Likewise.
+ * gas/arm/attr-mfpu-fpe3.d: Likewise.
+ * gas/arm/attr-mfpu-maverick.d: Likewise.
+ * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
+ * gas/arm/attr-mfpu-neon.d: Likewise.
+ * gas/arm/attr-mfpu-softfpa.d: Likewise.
+ * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
+ * gas/arm/attr-mfpu-softvfp.d: Likewise.
+ * gas/arm/attr-mfpu-vfp.d: Likewise.
+ * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
+ * gas/arm/attr-mfpu-vfp10.d: Likewise.
+ * gas/arm/attr-mfpu-vfp3.d: Likewise.
+ * gas/arm/attr-mfpu-vfp9.d: Likewise.
+ * gas/arm/attr-mfpu-vfpv2.d: Likewise.
+ * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
+ * gas/arm/attr-mfpu-vfpv3.d: Likewise.
+ * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
+ * gas/arm/attr-mfpu-vfpv4.d: Likewise.
+ * gas/arm/attr-mfpu-vfpxd.d: Likewise.
+ * gas/arm/attr-names.d: Likewise.
+ * gas/arm/attr-order.d: Likewise.
+ * gas/arm/attr-override-cpu-directive.d: Likewise.
+ * gas/arm/attr-override-mcpu.d: Likewise.
+ * gas/arm/got_prel.d: Likewise.
+ * gas/arm/mapdir.d: Likewise.
+ * gas/arm/mapmisc.d: Likewise.
+ * gas/arm/mapsecs.d: Likewise.
+ * gas/arm/mapshort-eabi.d: Likewise.
+ * gas/arm/mapshort-elf.d: Likewise.
+ * gas/arm/mov-highregs-any.d: Likewise.
+ * gas/arm/mov-lowregs-any.d: Likewise.
+ * gas/arm/pr12198-1.d: Likewise.
+ * gas/arm/pr12198-2.d: Likewise.
+ * gas/arm/thumb-eabi.d: Likewise.
+ * gas/arm/thumb.d: Likewise.
+ * gas/arm/thumbrel.d: Likewise.
+
+2013-03-15 Nick Clifton <nickc@redhat.com>
+
+ * gas/arm/arch7.d: Skip for non-ELF ARM targets.
+ * gas/arm/arch7a-mp.d: Likewise.
+ * gas/arm/arch7em.d: Likewise.
+ * gas/arm/crc32-bad.d: Likewise.
+ * gas/arm/crc32.d: Likewise.
+
+2013-03-15 Will Newton <will.newton@linaro.org>
+
+ * gas/arm/vstr-thumb-bad.d: Assemble with -mcpu=arm1156t2f-s.
+
+2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * gas/nios2/nios2.exp: Use run_dump_tests.
+ * gas/nios2/mov.d: Delete file.
+ * gas/nios2/mov.s: Likewise.
+ * gas/nios2/rol.d: Likewise.
+ * gas/nios2/rol.s: Likewise.
+ * gas/nios2/add.d: Check instruction values.
+ * gas/nios2/align_fill.d: Likewise.
+ * gas/nios2/and.d: Likewise.
+ * gas/nios2/branch.d: Likewise.
+ * gas/nios2/bret.d: Likewise.
+ * gas/nios2/cache.d: Likewise.
+ * gas/nios2/call.d: Likewise.
+ * gas/nios2/call26.d: Likewise.
+ * gas/nios2/cmp.d: Likewise.
+ * gas/nios2/comments.d: Likewise.
+ * gas/nios2/complex.d: Likewise.
+ * gas/nios2/ctl.d: Likewise.
+ * gas/nios2/custom.d: Likewise.
+ * gas/nios2/etbt.d: Likewise.
+ * gas/nios2/flushda.d: Likewise.
+ * gas/nios2/jmp.d: Likewise.
+ * gas/nios2/ldb.d: Likewise.
+ * gas/nios2/ldh.d: Likewise.
+ * gas/nios2/ldw.d: Likewise.
+ * gas/nios2/lineseparator.d: Likewise.
+ * gas/nios2/movi.d: Likewise.
+ * gas/nios2/movia.d: Likewise.
+ * gas/nios2/mul.d: Likewise.
+ * gas/nios2/nor.d: Likewise.
+ * gas/nios2/or.d: Likewise.
+ * gas/nios2/registers.d: Likewise.
+ * gas/nios2/ret.d: Likewise.
+ * gas/nios2/rotate.d: Likewise.
+ * gas/nios2/stb.d: Likewise.
+ * gas/nios2/sth.d: Likewise.
+ * gas/nios2/stw.d: Likewise.
+ * gas/nios2/sub.d: Likewise.
+ * gas/nios2/sync.d: Likewise.
+ * gas/nios2/trap.d: Likewise.
+ * gas/nios2/tret.d: Likewise.
+ * gas/nios2/xor.d: Likewise.
+
+2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * gas/nios2/break.d: Check instruction values.
+
+2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * gas/nios2/nios2.exp: Run wrprs.
+ * gas/nios2/wrprs.d: New file.
+ * gas/nios2/wrprs.s: Likewise.
+
+2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * gas/nios2/nios2.exp: Run rdprs.
+ * gas/nios2/rdprs.d: New file.
+ * gas/nios2/rdprs.s: Likewise.
+
+2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * gas/nios2/nios2.exp: Run registers.
+ * gas/nios2/registers.d: New file.
+ * gas/nios2/registers.s: Likewise.
+
+2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * gas/arm/crc32-bad.d: New file.
+ * gas/arm/crc32-bad.l: Likewise.
+ * gas/arm/crc32-bad.s: Likewise.
+ * gas/arm/crc32.d: Likewise.
+ * gas/arm/crc32.s: Likewise.
+
+2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.s: Add test.
+ * gas/aarch64/diagnostic.l: Update.
+ * gas/aarch64/illegal.s: Add test.
+ * gas/aarch64/illegal.l: Update.
+ * gas/aarch64/fpmov.s: New file.
+ * gas/aarch64/fpmov.d: New file.
+
+2013-03-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/inval.s: Add tests for invalid addresses and eiz.
+
+ * gas/i386/x86-64-inval.s: Add tests for invalid addresses and
+ riz/eiz.
+
+ * gas/i386/inval.l: Updated.
+ * gas/i386/x86-64-inval.l: Likewise.
+
+2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/i386.exp: Run inval-rep and x86-64-inval-rep.
+
+ * gas/i386/inval-rep.l: New file.
+ * gas/i386/inval-rep.s: Likewise.
+ * gas/i386/x86-64-inval-rep.l: Likewise.
+ * gas/i386/x86-64-inval-rep.s: Likewise.
+
+2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/crc32.s: New test.
+ * gas/aarch64/crc32.d: Ditto.
+
+2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/illegal.l: Delete the error message for
+ msr S3_1_C13_C15_1,x7.
+ * gas/aarch64/sysreg.s: Add new tests.
+ * gas/aarch64/sysreg.d: Update.
+
+2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/15159
+ * gas/i386/i386.exp: Run smap and x86-64-smap.
+
+ * gas/i386/smap.d: New file.
+ * gas/i386/smap.s: likewise.
+ * gas/i386/x86-64-smap.d: likewise.
+
+2013-02-15 Markos Chandras <markos.chandras@imgtec.com>
+
+ * gas/metag/labelarithmetic.d: Fix the expected disassembler
+ output to be in little endian format
+ * gas/metag/metacore12.d: likewise
+ * gas/metag/metacore21.d: likewise
+ * gas/metag/metacore21ext.d: likewise
+ * gas/metag/metadsp21.d: likewise
+ * gas/metag/metadsp21ext.d: likewise
+ * gas/metag/metafpu.d: likewise
+ * gas/metag/metafpuext.d: likewise
+ * gas/metag/tls.d: likewise
+
+2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * gas/arm/neon-vmov-bad.d: New file.
+ * gas/arm/neon-vmov-bad.s: Likewise.
+ * gas/arm/neon-vmov-bad.l: Likewise.
+
+2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/system.s: Add tests.
+ * gas/aarch64/system.d: Update.
+
+2013-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * gas/arm/archv6t2.s: Add strht and ldrht tests.
+ * gas/arm/archv6t2.d: Add disassembly patterns for the above.
+
+2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
+
+ * gas/mips/24k-triple-stores-2.d, gas/mips/24k-triple-stores-2.s,
+ gas/mips/micromips@24k-triple-stores-2.d: Move "sc" tests to...
+ * gas/mips/24k-triple-stores-2-llsc.d,
+ gas/mips/24k-triple-stores-2-llsc.s,
+ gas/mips/micromips@24k-triple-stores-2-llsc.d: ...these new tests.
+ * gas/mips/r5900-full.d, gas/mips/r5900-full.s: Verify that the
+ MIPS ISA level can be upgraded to support ll, sc, lld and scd.
+ * gas/mips/l_d-single.d, gas/mips/s_d-single.d,
+ gas/mips/r5900-nollsc.l, gas/mips/r5900-nollsc.s: New tests.
+ * gas/mips/mips.exp: Update accordingly. Add "nollsc" to r5900
+ properties.
+
+2013-02-08 Alan Modra <amodra@gmail.com>
+
+ * gas/nios2/nios2.exp: Add copyright.
+ (run_list_test): Delete. Adjust callers to use standard version.
+
+2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
+ Andrew Jenner <andrew@codesourcery.com>
+
+ Based on patches from Altera Corporation.
+
+ * gas/nios2/add.d: New.
+ * gas/nios2/add.s: New.
+ * gas/nios2/align_fill.d: New.
+ * gas/nios2/align_fill.s: New.
+ * gas/nios2/align_text.d: New.
+ * gas/nios2/align_text.s: New.
+ * gas/nios2/and.d: New.
+ * gas/nios2/and.s: New.
+ * gas/nios2/branch.d: New.
+ * gas/nios2/branch.s: New.
+ * gas/nios2/break.d: New.
+ * gas/nios2/break.s: New.
+ * gas/nios2/bret.d: New.
+ * gas/nios2/bret.s: New.
+ * gas/nios2/cache.d: New.
+ * gas/nios2/cache.s: New.
+ * gas/nios2/call26.d: New.
+ * gas/nios2/call26.s: New.
+ * gas/nios2/call.d: New.
+ * gas/nios2/call.s: New.
+ * gas/nios2/cmp.d: New.
+ * gas/nios2/cmp.s: New.
+ * gas/nios2/comments.d: New.
+ * gas/nios2/comments.s: New.
+ * gas/nios2/complex.d: New.
+ * gas/nios2/complex.s: New.
+ * gas/nios2/ctl.d: New.
+ * gas/nios2/ctl.s: New.
+ * gas/nios2/custom.d: New.
+ * gas/nios2/custom.s: New.
+ * gas/nios2/etbt.d: New.
+ * gas/nios2/etbt.s: New.
+ * gas/nios2/flushda.d: New.
+ * gas/nios2/flushda.s: New.
+ * gas/nios2/illegal.l: New.
+ * gas/nios2/illegal.s: New.
+ * gas/nios2/jmp.d: New.
+ * gas/nios2/jmp.s: New.
+ * gas/nios2/ldb.d: New.
+ * gas/nios2/ldb.s: New.
+ * gas/nios2/ldh.d: New.
+ * gas/nios2/ldh.s: New.
+ * gas/nios2/ldw.d: New.
+ * gas/nios2/ldw.s: New.
+ * gas/nios2/lineseparator.d: New.
+ * gas/nios2/lineseparator.s: New.
+ * gas/nios2/mov.d: New.
+ * gas/nios2/movia.d: New.
+ * gas/nios2/movia.s: New.
+ * gas/nios2/movi.d: New.
+ * gas/nios2/movi.s: New.
+ * gas/nios2/mov.s: New.
+ * gas/nios2/mul.d: New.
+ * gas/nios2/mul.s: New.
+ * gas/nios2/nios2.exp: New.
+ * gas/nios2/nor.d: New.
+ * gas/nios2/nor.s: New.
+ * gas/nios2/or.d: New.
+ * gas/nios2/or.s: New.
+ * gas/nios2/ret.d: New.
+ * gas/nios2/ret.s: New.
+ * gas/nios2/rol.d: New.
+ * gas/nios2/rol.s: New.
+ * gas/nios2/rotate.d: New.
+ * gas/nios2/rotate.s: New.
+ * gas/nios2/stb.d: New.
+ * gas/nios2/stb.s: New.
+ * gas/nios2/sth.d: New.
+ * gas/nios2/sth.s: New.
+ * gas/nios2/stw.d: New.
+ * gas/nios2/stw.s: New.
+ * gas/nios2/sub.d: New.
+ * gas/nios2/sub.s: New.
+ * gas/nios2/sync.d: New.
+ * gas/nios2/sync.s: New.
+ * gas/nios2/trap.d: New.
+ * gas/nios2/trap.s: New.
+ * gas/nios2/tret.d: New.
+ * gas/nios2/tret.s: New.
+ * gas/nios2/warn_noat.l: New.
+ * gas/nios2/warn_noat.s: New.
+ * gas/nios2/warn_nobreak.l: New.
+ * gas/nios2/warn_nobreak.s: New.
+ * gas/nios2/xor.d: New.
+ * gas/nios2/xor.s: New.
+
+2013-01-31 Tristan Gingold <gingold@adacore.com>
+
+ * gas/ppc/test1xcoff32.d: Updated.
+ * gas/all/fwdexp.d: Adjusted for AIX.
+
+2013-01-30 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/alias.s: Add new tests.
+ * gas/aarch64/alias.d: Update.
+ * gas/aarch64/no-aliases.d: Update.
+
+2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
+
+ * gas/metag/metacore21-invalid.s: Add invalid SWAP testcases.
+ * gas/metag/metacore21-invalid.l: Add expected output for invalid
+ SWAP testcases.
+
+2013-01-28 Alexis Deruelle <alexis.deruelle@gmail.com>
+
+ PR gas/15069
+ * gas/tic6x/insns-c674x-pcrel.s: Add test of BNOP instruction
+ within header based fetch packet.
+ * gas/tic6x/insns-c674x-pcrel.d: Update expected disassembly.
+
+2013-01-24 Nick Clifton <nickc@redhat.com>
+
+ * gas/elf/warn-2.s: Skip for all V850 variants.
+
+2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.l: Update.
+ * gas/aarch64/movi.s: Add tests.
+ * gas/aarch64/movi.d: Update.
+ * gas/aarch64/programmer-friendly.s: Add comment.
+
+2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/i386.exp: Run size-1, size-2, size-3, size-4,
+ x86-64-size-1, x86-64-size-2, x86-64-size-3, x86-64-size-4,
+ x86-64-size-5 and x86-64-size-inval-1.
+
+ * gas/i386/size-1.d: New file.
+ * gas/i386/size-1.s: Likewise.
+ * gas/i386/size-2.d: Likewise.
+ * gas/i386/size-2.s: Likewise.
+ * gas/i386/size-3.d: Likewise.
+ * gas/i386/size-3.s: Likewise.
+ * gas/i386/size-4.d: Likewise.
+ * gas/i386/size-4.s: Likewise.
+ * gas/i386/x86-64-size-1.d: Likewise.
+ * gas/i386/x86-64-size-2.d: Likewise.
+ * gas/i386/x86-64-size-3.d: Likewise.
+ * gas/i386/x86-64-size-4.d: Likewise.
+ * gas/i386/x86-64-size-5.d: Likewise.
+ * gas/i386/x86-64-size-5.s: Likewise.
+ * gas/i386/x86-64-size-inval-1.l: Likewise.
+ * gas/i386/x86-64-size-inval-1.s: Likewise.
+ * gas/i386/ilp32/x86-64-size-1.d: Likewise.
+ * gas/i386/ilp32/x86-64-size-2.d: Likewise.
+ * gas/i386/ilp32/x86-64-size-3.d: Likewise.
+ * gas/i386/ilp32/x86-64-size-4.d: Likewise.
+ * gas/i386/ilp32/x86-64-size-5.d: Likewise.
+
+2013-01-16 Alan Modra <amodra@gmail.com>
+
+ * gas/ppc/htm.d: Ignore padding at end of section.
+
+2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/15019
+ * gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4".
+ * gas/i386/reloc64.s: Likewise.
+ * gas/i386/ilp32/reloc64.s: Likewise.
+
+ * gas/i386/reloc32.d: Updated.
+ * gas/i386/reloc64.d: Likewise.
+ * gas/i386/ilp32/reloc64.d: Likewise.
+
+2013-01-15 Nick Clifton <nickc@redhat.com>
+
+ * gas/v850/basic.exp: Allow for variations in reloc names.
+ * gas/v850/split-lo16.d: Likewise.
+
+ * gas/v850/v850e1.s: Add more tests of the PREPARE insn.
+ * gas/v850/v850e1.d: Update expected disassembly.
+
+2013-01-14 Alan Modra <amodra@gmail.com>
+
+ * gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
+ * gas/v850/split-lo16.d: Likewise.
+
+2013-01-14 Will Newton <will.newton@imgtec.com>
+
+ * gas/metag/metadsp21.d: Fix expected MMOV disassembly.
+
+2013-01-14 Alan Modra <amodra@gmail.com>
+
+ * gas/ppc/htm.s: Use .text rather than .section ".text".
+ * gas/ppc/power8.s: Likewise.
+ * gas/ppc/htm.d: Don't match file format.
+ * gas/ppc/power8.d: Likewise.
+
+2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
+
+ * gas/ppc/htm.d: New test.
+ * gas/ppc/htm.s: Likewise.
+ * gas/ppc/power8.d: Likewise.
+ * gas/ppc/power8.s: Likewise.
+ * gas/ppc/ppc.exp: Run them.
+
+2013-01-10 Will Newton <will.newton@imgtec.com>
+
+ * gas/metag/labelarithmetic.d: New file.
+ * gas/metag/labelarithmetic.s: New file.
+ * gas/metag/metacore12.d: New file.
+ * gas/metag/metacore12.s: New file.
+ * gas/metag/metacore21-invalid.l: New file.
+ * gas/metag/metacore21-invalid.s: New file.
+ * gas/metag/metacore21.d: New file.
+ * gas/metag/metacore21.s: New file.
+ * gas/metag/metacore21ext.d: New file.
+ * gas/metag/metacore21ext.s: New file.
+ * gas/metag/metadsp21-invalid.l: New file.
+ * gas/metag/metadsp21-invalid.s: New file.
+ * gas/metag/metadsp21.d: New file.
+ * gas/metag/metadsp21.s: New file.
+ * gas/metag/metadsp21ext.d: New file.
+ * gas/metag/metadsp21ext.s: New file.
+ * gas/metag/metafpu21.d: New file.
+ * gas/metag/metafpu21.s: New file.
+ * gas/metag/metafpu21ext.d: New file.
+ * gas/metag/metafpu21ext.s: New file.
+ * gas/metag/metag.exp: New file.
+ * gas/metag/tls.d: New file.
+ * gas/metag/tls.s: New file.
+
+2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/diagnostic.s: Add test.
+ * gas/aarch64/diagnostic.l: Update.
+
+2013-01-07 Nick Clifton <nickc@redhat.com>
+
+ PR gas/14887
+ * gas/arm/neon-ldst-es.s: Add more whitespace.
+
+2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
+
+ * gas/mips/r5900-full.s: New test.
+ * gas/mips/r5900-full.d: Expected disassembly.
+ * gas/mips/r5900.s: New test.
+ * gas/mips/r5900.d: Expected disassembly.
+ * gas/mips/mips.exp: Run new tests.
+
+2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/int-insns.d: Update.
+ * gas/aarch64/mov.d: Update.
+ * gas/aarch64/reloc-insn.d: Update.
+
+2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gas/aarch64/system.d: Update.
+
+2013-01-02 Nick Clifton <nickc@redhat.com>
+
+ PR gas/14987
+ * gas/arm/neon-ldst-es.s: Add whitespace test.
+ * gas/arm/neon-ldst-es.d: Update expected disassembly.
+
+For older changes see ChangeLog-2012
+
+Copyright (C) 2013 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End: