From 88f3c6e6c1983d7c8163ba7f2de1c6ae8cd5667b Mon Sep 17 00:00:00 2001 From: David Wohlferd Date: Mon, 19 Oct 2015 21:15:41 +0000 Subject: Proposed doc update for Explicit Reg Vars 1/3 Proposed doc update for Explicit Reg Vars 1/3 * doc/extend.texi (Explicit Register Variables): Simplify and avoid unnecessary and confusion abbreviations. Update cross references. doc/implement-c.tex: Update cross reference. From-SVN: r229004 --- gcc/doc/implement-c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/implement-c.texi') diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi index 333651f..b8f8f29 100644 --- a/gcc/doc/implement-c.texi +++ b/gcc/doc/implement-c.texi @@ -427,7 +427,7 @@ The @code{register} specifier affects code generation only in these ways: @itemize @bullet @item When used as part of the register variable extension, see -@ref{Explicit Reg Vars}. +@ref{Explicit Register Variables}. @item When @option{-O0} is in use, the compiler allocates distinct stack -- cgit v1.1