diff options
| author | Nick Clifton <nickc@redhat.com> | 2010-02-25 11:15:48 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2010-02-25 11:15:48 +0000 |
| commit | c67a084a243288154497d1433b8ebfc556bac45c (patch) | |
| tree | 717c30484d83c48801922f3370a2200e7c9135c8 /include/opcode/ChangeLog | |
| parent | 67ec7d0b4d224add89ee66128777748f3f4eacb3 (diff) | |
| download | ppe42-binutils-c67a084a243288154497d1433b8ebfc556bac45c.tar.gz ppe42-binutils-c67a084a243288154497d1433b8ebfc556bac45c.zip | |
* 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.
* gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
* gas/mips/loongson-2f-2.d: Likewise.
* gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
* gas/mips/loongson-2f-3.d: Likewise.
* gas/mips/mips.exp: Run the new tests.
* opcode/mips.h (LOONGSON2F_NOP_INSN): New macro.
Diffstat (limited to 'include/opcode/ChangeLog')
| -rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 39cecdef44..549d565ef5 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com> + + * mips.h: (LOONGSON2F_NOP_INSN): New macro. + 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> * opcode/ppc.h (PPC_OPCODE_TITAN): Define. |

