From: Jim Wilson Date: Wed, 29 Mar 1995 22:53:59 +0000 (-0800) Subject: (call_internal1, call_value_internal1): Move %* from start X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16361be6311205c4cd0c82d1650d6e182a6b1fa7;p=platform%2Fupstream%2Fgcc.git (call_internal1, call_value_internal1): Move %* from start of assembler output to immediately before the jal. From-SVN: r9251 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index da55792..9717b07 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -6112,7 +6112,7 @@ move\\t%0,%z4\\n\\ else if (GET_CODE (target) == CONST_INT) { operands[0] = target; - return \"%*%[li\\t%@,%0\\n\\tjal\\t%2,%@%]\"; + return \"%[li\\t%@,%0\\n\\t%*jal\\t%2,%@%]\"; } else @@ -6269,7 +6269,7 @@ move\\t%0,%z4\\n\\ else if (GET_CODE (target) == CONST_INT) { operands[1] = target; - return \"%*%[li\\t%@,%1\\n\\tjal\\t%3,%@%]\"; + return \"%[li\\t%@,%1\\n\\t%*jal\\t%3,%@%]\"; } else