From: DJ Delorie Date: Thu, 15 Sep 2005 22:32:53 +0000 (-0400) Subject: * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5ea2dcaba8ac0a44948f23aef2491170693763e;p=gcc.git * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo. From-SVN: r104328 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12e478a4d51..a64a732e1a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-09-15 DJ Delorie + + * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo. + 2005-09-15 Paolo Bonzini * optabs.c (expand_binop): Use swap_commutative_operands_with_target diff --git a/gcc/config/m32c/m32c-lib1.S b/gcc/config/m32c/m32c-lib1.S index b7f59771942..d45f1fad550 100644 --- a/gcc/config/m32c/m32c-lib1.S +++ b/gcc/config/m32c/m32c-lib1.S @@ -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. */