From: Maciej W. Rozycki Date: Mon, 24 Oct 2011 14:25:01 +0000 (+0000) Subject: * config/tc-mips.c (move_register): Fix formatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7951ca422a45989cd898cb6e6d18c3388d49985d;p=binutils-gdb.git * config/tc-mips.c (move_register): Fix formatting. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 581bc70eeda..41972b271e0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-10-24 Maciej W. Rozycki + + * config/tc-mips.c (move_register): Fix formatting. + 2011-10-24 Maciej W. Rozycki * config/tc-mips.c (can_swap_branch_p): Remove empty line. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 0eb15cf08ad..28f124a77fb 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -5945,7 +5945,7 @@ move_register (int dest, int source) instruction specifically requires a 32-bit one. */ if (mips_opts.micromips && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) - macro_build (NULL, "move", "mp,mj", dest, source ); + macro_build (NULL, "move", "mp,mj", dest, source); else macro_build (NULL, HAVE_32BIT_GPRS ? "addu" : "daddu", "d,v,t", dest, source, 0);