]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
[binutils.git] / gas / ChangeLog
index f35eb3abc8acb43aaef7a9142e219c4c0f2d61b9..6dca72bc5259cad7deaaafc2be17a31a1fc800c5 100644 (file)
@@ -1,3 +1,20 @@
+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
This page took 0.021538 seconds and 4 git commands to generate.