X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=344102489fbf568623fb508a08f763054099dc4f;hb=a3251895a6c76c3f3a1e8535ea776b9029263253;hp=ad772d51a442a0e2329ed6e223a41ed0db97b77a;hpb=95830fd17d6ae253d8f6c2595188cadd59058799;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index ad772d51a4..344102489f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,42 @@ +2013-01-08 Yufeng Zhang + + * 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 + + 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 + + * 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 + + * 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 + + * as.c (parse_args): Update copyright year to 2013. + 2013-01-02 Yufeng Zhang * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"