* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
From-SVN: r104328
This commit is contained in:
parent
a022cd5969
commit
f5ea2dcaba
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-09-15 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
|
||||
|
||||
2005-09-15 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* optabs.c (expand_binop): Use swap_commutative_operands_with_target
|
||||
|
|
|
@ -112,7 +112,7 @@ __m32c_eh_return:
|
|||
|
||||
mov.w a0,a1
|
||||
exts.w r0
|
||||
sub.W A(r0,r0r2),a1
|
||||
sub.W A(r0,r2r0),a1
|
||||
sub.W A(#3,#4),a1
|
||||
/* a1 points to the new stack. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue