From: Hans-Peter Nilsson Date: Sun, 20 Feb 2005 19:16:10 +0000 (+0000) Subject: extend.texi (Function Attributes): The attribute "pure" is below this text, not above. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50c177f74466e46e2048d30c18856f9e6f9a4d2e;p=gcc.git extend.texi (Function Attributes): The attribute "pure" is below this text, not above. * doc/extend.texi (Function Attributes) : The attribute "pure" is below this text, not above. From-SVN: r95308 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc2ef71cfd8..7ccb4afa1fd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-20 Hans-Peter Nilsson + + * doc/extend.texi (Function Attributes) : The + attribute "pure" is below this text, not above. + 2005-02-20 John David Anglin * pa.c (pa_assemble_integer, get_plabel): Small cleanups. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 7e4d66aaa87..12675176420 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1549,7 +1549,7 @@ useful to override the effects of the @option{-mrtd} switch. @cindex @code{const} function attribute Many functions do not examine any values except their arguments, and have no effects except the return value. Basically this is just slightly -more strict class than the @code{pure} attribute above, since function is not +more strict class than the @code{pure} attribute below, since function is not allowed to read global memory. @cindex pointer arguments