* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
authorDJ Delorie <dj@redhat.com>
Thu, 15 Sep 2005 22:32:53 +0000 (18:32 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 15 Sep 2005 22:32:53 +0000 (18:32 -0400)
From-SVN: r104328

gcc/ChangeLog
gcc/config/m32c/m32c-lib1.S

index 12e478a4d51bcebe5811a0e0dd743d8dc552aceb..a64a732e1a8b94c6e49a89aae7b115b4e13e5ff1 100644 (file)
@@ -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
index b7f597719427280d11982d5465f786d59b079e19..d45f1fad55076da4de873579c920f05c67daec67 100644 (file)
@@ -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.  */