diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-01 10:22:13 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-01 10:22:13 +0000 |
commit | b79bb25a5db33a375fc99267a9d27c747dd8634d (patch) | |
tree | 6bf79e98d3b5ce496c4cdeeeb404dcd10bc9128d /gcc/md.texi | |
parent | d00c8ea961946c0da7b9537c62680c9cd161afc0 (diff) | |
download | gcc-b79bb25a5db33a375fc99267a9d27c747dd8634d.tar.gz |
md.texi: fix typo in save_stack_* node.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/md.texi')
-rw-r--r-- | gcc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index a3ebe693e43..c23f88b469c 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -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 |