From: Maciej W. Rozycki Date: Thu, 14 Feb 2013 23:48:18 +0000 (+0000) Subject: * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment. X-Git-Tag: sid-snapshot-20130301~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed187aa442b1045fb0ff3b49e44965e9c0b31d4a;p=external%2Fbinutils.git * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment. * binutils-all/mips/mixed-mips16.d: Update accordingly. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 524f489..b8daec6 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-02-14 Maciej W. Rozycki + + * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment. + * binutils-all/mips/mixed-mips16.d: Update accordingly. + 2013-02-13 Maciej W. Rozycki * binutils-all/mips/mixed-micromips.d: New test. diff --git a/binutils/testsuite/binutils-all/mips/mixed-mips16.d b/binutils/testsuite/binutils-all/mips/mixed-mips16.d index 1f76c52..09e1821 100644 --- a/binutils/testsuite/binutils-all/mips/mixed-mips16.d +++ b/binutils/testsuite/binutils-all/mips/mixed-mips16.d @@ -26,5 +26,5 @@ Disassembly of section \.text\.bar: [0-9a-f]+ <[^>]*> 6500 nop [0-9a-f]+ <[^>]*> 9707 lw a3,28\(sp\) [0-9a-f]+ <[^>]*> ef00 jr a3 -[0-9a-f]+ <[^>]*> 6500 nop +[0-9a-f]+ <[^>]*> 6304 addiu sp,32 \.\.\. diff --git a/binutils/testsuite/binutils-all/mips/mixed-mips16.s b/binutils/testsuite/binutils-all/mips/mixed-mips16.s index 189f4ae..338022c 100644 --- a/binutils/testsuite/binutils-all/mips/mixed-mips16.s +++ b/binutils/testsuite/binutils-all/mips/mixed-mips16.s @@ -25,6 +25,7 @@ bar: sw $ra, 28($sp) jal baz lw $a3, 28($sp) + addiu $sp, 32 jr $a3 .end bar