]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
PR gas/11356
[binutils.git] / gas / ChangeLog
index 6e30f263d182c931abf348830fb2e84ef74d3190..a4f73008b0db31be148e79607c81b7e39caeae5c 100644 (file)
@@ -1,3 +1,182 @@
+2010-03-09  Alan Modra  <[email protected]>
+
+       PR gas/11356
+       * listing.c (listing_newline): Correct backslash quote logic.
+
+2010-03-08  Rainer Orth  <[email protected]>
+
+       * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
+       (ELF_TARGET_FORMAT64): Define.
+
+2010-03-05  Paul Brook  <[email protected]>
+
+       * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
+
+2010-03-02  Andrew Stubbs  <[email protected]>
+
+       * config/tc-sh.c (get_specific): Move overflow checking code to avoid
+       reading uninitialized data.
+
+2010-03-01  Tristan Gingold  <[email protected]>
+
+       * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
+
+2010-02-26  Doug Evans  <[email protected]>
+
+       * configure.tgt: Fix mep cpu case.
+
+2010-02-26  Jie Zhang  <[email protected]>
+
+       * config/tc-arm.c (do_t_strexd): Remove
+       operand[1] != operand[2] contraint.
+
+2010-02-26  Jie Zhang  <[email protected]>
+
+       * config/tc-arm.c (neon_select_shape): No need to match
+       the remaining operands in the shape when one operand does
+       not match.
+
+2010-02-26  Jie Zhang  <[email protected]>
+
+       * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
+       alignment.
+
+2010-02-25  Doug Evans  <[email protected]>
+
+       * cgen.c: Whitespace fixes.
+       (weak_operand_overflow_check): Formatting fix.
+
+2010-02-25  H.J. Lu  <[email protected]>
+
+       * config/tc-i386.c (match_template): Update error messages.
+
+2010-02-25  H.J. Lu  <[email protected]>
+
+       * config/tc-i386.c (_i386_insn): Add err_msg.
+       (operand_size_match): Set err_msg on failure.
+       (operand_type_match): Likewise.
+       (operand_type_register_match): Likewise.
+       (VEX_check_operands): Likewise.
+       (match_template): Likewise.  Use i.err_msg with as_bad.
+
+2010-02-25  Wu Zhangjin <[email protected]>
+
+       * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
+       mips_fix_loongson2f_jump): New variables.
+       (md_longopts): Add New options -mfix-loongson2f-nop/jump,
+       -mno-fix-loongson2f-nop/jump.
+       (md_parse_option): Initialize variables via above options.
+       (options): New enums for the above options.
+       (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
+       (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
+       New functions.
+       (append_insn): call fix_loongson2f().
+       (mips_handle_align): Replace the implicit nops.
+       * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
+       for the new mips_handle_align().
+       * doc/c-mips.texi: Document the new options.
+
+2010-02-23  Daniel Gutson  <[email protected]>
+
+       * config/tc-arm.c (do_rd_rm_rn): Added warning
+       for obsolete insns.
+
+2010-02-23  Andrew Zabolotny  <[email protected]>
+
+       PR binutils/11297
+       * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
+       (avr_cons_fix_new): Handle fixups of a single byte.
+
+2010-02-22  Matthew Gretton-Dann  <[email protected]>
+
+       PR 9861
+       * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
+       compiler's predefines.
+
+2010-02-19  Alan Modra  <[email protected]>
+
+       * configure.tgt: Whiltespace.  Sort moxie entry.
+
+2010-02-18  Matthew Gretton-Dann  <[email protected]>
+
+       * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
+       * doc/c-arm.texi: Likewise.
+
+2010-02-12  Daniel Gutson <[email protected]>
+
+       * config/tc-arm.c (asm_opcode): operands type
+       change.
+       (BAD_PC_ADDRESSING): New macro message.
+       (BAD_PC_WRITEBACK): Likewise.
+       (MIX_ARM_THUMB_OPERANDS): New macro.
+       (operand_parse_code): Added enum values.
+       (parse_operands): Added thumb/arm distinction,
+       plus new enum values handling.
+       (encode_arm_addr_mode_2): Validations enhanced.
+       (encode_arm_addr_mode_3): Likewise.
+       (do_rm_rd_rn): Likewise.
+       (encode_thumb32_addr_mode): Likewise.
+       (do_t_ldrex): Likewise.
+       (do_t_ldst): Likewise.
+       (do_t_strex): Likewise.
+       (md_assemble): Call parse_operands with
+       a new parameter.
+       (OPS_1): New macro.
+       (OPS_2): Likewise.
+       (OPS_3): Likewise.
+       (OPS_4): Likewise.
+       (OPS_5): Likewise.
+       (OPS_6): Likewise.
+       (insns): Updated insns operands.
+
+2010-02-12  Tristan Gingold  <[email protected]>
+           Douglas B Rupp  <[email protected]>
+
+       * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
+       (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
+       (pseudo_func): Add an entry for slotcount.
+       (md_begin): Initialize slotcount pseudo symbol.
+       (ia64_parse_name): Handle @slotcount parameter.
+       (ia64_gen_real_reloc_type): Handle slotcount.
+       (md_apply_fix): Ditto.
+       * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
+
+2010-02-11  Sterling Augustine  <[email protected]>
+
+       * config/tc-xtensa.c (istack_init): Don't call memset.
+
+2010-02-11  Sterling Augustine  <[email protected]>
+
+       * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
+       well as suffixes.
+
+2010-02-11  Sterling Augustine  <[email protected]>
+
+       * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
+
+2010-02-11  H.J. Lu  <[email protected]>
+
+       * config/tc-i386.c (build_modrm_byte): Reformat.
+
+2010-02-11  H.J. Lu  <[email protected]>
+
+       * config/tc-i386.c: Update copyright.
+
+2010-02-10  Quentin Neill  <[email protected]>
+           Sebastian Pop  <[email protected]>
+
+       * config/tc-i386.c (vec_imm4) New operand type.
+       (fits_in_imm4): New.
+       (VEX_check_operands): New.
+       (check_reverse): Call VEX_check_operands.
+       (build_modrm_byte): Reintroduce code for 5
+       operand insns.  Fix whitespace.
+
+2010-02-10  Richard Sandiford  <[email protected]>
+
+       * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
+       -mpwr6 and -mpwr7.
+
 2010-02-09  Sterling Augustine  <[email protected]>
 
        * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
This page took 0.026967 seconds and 4 git commands to generate.