Commit f18969c0 by Philip Blundell Committed by Phil Blundell

Fix typos.

From-SVN: r38562
parent 2df88e9f
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment