Skip to content
Snippets Groups Projects
Commit 5649a6eb authored by dj's avatar dj
Browse files

* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104328 138bc75d-0d04-0410-961f-82ee72b054a4
parent 9981c44b
No related branches found
No related tags found
No related merge requests found
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> 2005-09-15 Paolo Bonzini <bonzini@gnu.org>
* optabs.c (expand_binop): Use swap_commutative_operands_with_target * optabs.c (expand_binop): Use swap_commutative_operands_with_target
......
...@@ -112,7 +112,7 @@ __m32c_eh_return: ...@@ -112,7 +112,7 @@ __m32c_eh_return:
mov.w a0,a1 mov.w a0,a1
exts.w r0 exts.w r0
sub.W A(r0,r0r2),a1 sub.W A(r0,r2r0),a1
sub.W A(#3,#4),a1 sub.W A(#3,#4),a1
/* a1 points to the new stack. */ /* a1 points to the new stack. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment