more typo fixes

Philip Blundell philb@gnu.org
Sat Dec 30 08:31:00 GMT 2000


I checked this in.

p.

2000-12-30  Philip Blundell  <philb@gnu.org>

	* config/arm/arm.c (arm_expand_prologue): Fix typos in error 
	message and comment.  Note location of testcase for an unhandled
	situation.

Index: config/arm/arm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.c,v
retrieving revision 1.129
diff -u -p -u -r1.129 arm.c
--- arm.c	2000/12/29 12:49:37	1.129
+++ arm.c	2000/12/30 16:30:14
@@ -7736,9 +7736,10 @@ arm_expand_prologue ()
 	    /* FIXME - the way to handle this situation is to allow
 	       the pretend args to be dumped onto the stack, then
 	       reuse r3 to save IP.  This would involve moving the
-	       copying os SP into IP until after the pretend args
+	       copying of SP into IP until after the pretend args
 	       have been dumped, but this is not too hard.  */
-	    error ("Unable to find a temporary location for static chanin register");
+	    /* [See e.g. gcc.c-torture/execute/nest-stdar-1.c.]  */
+	    error ("Unable to find a temporary location for static chain register");
 	}
 
       if (fp_offset)




More information about the Gcc-patches mailing list