X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=f06125009a964b7753998f0de36a746ffc49ee6e;hb=fae0b24234208c1e427e8d6f4b3fd96e365ebf3a;hp=f35eb3abc8acb43aaef7a9142e219c4c0f2d61b9;hpb=56adecf405963c4b283d0b8297236525ab5f374a;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index f35eb3abc8..f06125009a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,38 @@ +2010-02-25 Doug Evans + + * cgen.c: Whitespace fixes. + (weak_operand_overflow_check): Formatting fix. + +2010-02-25 H.J. Lu + + * config/tc-i386.c (match_template): Update error messages. + +2010-02-25 H.J. Lu + + * 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 + + * 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 * config/tc-arm.c (do_rd_rm_rn): Added warning