Fix typos.
authorPhilip Blundell <philb@gnu.org>
Sat, 30 Dec 2000 16:34:00 +0000 (16:34 +0000)
committerPhil Blundell <pb@gcc.gnu.org>
Sat, 30 Dec 2000 16:34:00 +0000 (16:34 +0000)
From-SVN: r38562

gcc/ChangeLog
gcc/config/arm/arm.c

index 38ed3eb36b23f50841bedab82fa26658413be6ca..fc20b64db00fc221cccd38b3e56de2be5169a1d3 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
 
        * defaults.h (BUILD_VA_LIST_TYPE): New definition.
index 5511f1114fbf7a695e45ffbaec448cc67d4c1dd6..c3a936c3e9ca84e2922ebee97e65ee5878d97e1d 100644 (file)
@@ -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)