From: Nick Clifton Date: Tue, 29 Apr 2008 10:41:30 +0000 (+0000) Subject: * doc/tm.texi (RETURN_ADDR_RTX): Fix typo. X-Git-Tag: releases/gcc-4.4.0~5219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4830ba1f073c38026c12095b5f9e58a99281e7f0;p=thirdparty%2Fgcc.git * doc/tm.texi (RETURN_ADDR_RTX): Fix typo. From-SVN: r134790 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f37574d4521d..1c7cba1c5684 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-04-29 Nick Clifton + + * doc/tm.texi (RETURN_ADDR_RTX): Fix typo. + 2008-04-28 Ralf Wildenhues PR bootstrap/35169 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6ce3b4adbcde..3c0156022989 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3171,7 +3171,7 @@ frame, or the frame pointer of the @var{count} @minus{} 1 frame if @code{RETURN_ADDR_IN_PREVIOUS_FRAME} is defined. The value of the expression must always be the correct address when -@var{count} is zero, but may be @code{NULL_RTX} if there is not way to +@var{count} is zero, but may be @code{NULL_RTX} if there is no way to determine the return address of other frames. @end defmac