]> gcc.gnu.org Git - gcc.git/commitdiff
md.texi: fix typo in save_stack_* node.
authorDavid Edelsohn <dje@gcc.gnu.org>
Wed, 1 Jul 1998 10:22:13 +0000 (06:22 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 1 Jul 1998 10:22:13 +0000 (06:22 -0400)
From-SVN: r20869

gcc/md.texi

index a3ebe693e438a5250ad2c5164431e77222147254..c23f88b469c75c6e4261a30a15b6f702e29e664d 100644 (file)
@@ -2414,7 +2414,7 @@ such required data.
 When saving the stack pointer, operand 0 is the save area and operand 1
 is the stack pointer.  The mode used to allocate the save area defaults
 to @code{Pmode} but you can override that choice by defining the
-@code{STACK_SAVEAREA_MODE} macro (@pxref{Storage_Layout}).  You must
+@code{STACK_SAVEAREA_MODE} macro (@pxref{Storage Layout}).  You must
 specify an integral mode, or @code{VOIDmode} if no save area is needed
 for a particular type of save (either because no save is needed or
 because a machine-specific save area can be used).  Operand 0 is the
This page took 0.068198 seconds and 5 git commands to generate.