This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[m32c] fix typo in m32c-lib1.S


2005-09-15  DJ Delorie  <dj@redhat.com>

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

Index: config/m32c/m32c-lib1.S
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32c/m32c-lib1.S,v
retrieving revision 1.1
diff -p -U3 -r1.1  config/m32c/m32c-lib1.S
--- config/m32c/m32c-lib1.S	20 Jul 2005 23:26:47 -0000	1.1
+++ config/m32c/m32c-lib1.S	15 Sep 2005 22:31:47 -0000
@@ -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.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]