]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (Function Attributes): The attribute "pure" is below this text, not above.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 20 Feb 2005 19:16:10 +0000 (19:16 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 20 Feb 2005 19:16:10 +0000 (19:16 +0000)
* doc/extend.texi (Function Attributes) <Attribute const>: The
attribute "pure" is below this text, not above.

From-SVN: r95308

gcc/ChangeLog
gcc/doc/extend.texi

index fc2ef71cfd820fc8c92a17b2e93f97f1f1931e9c..7ccb4afa1fdce50b27e4d29657cca1610d752b1d 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/extend.texi (Function Attributes) <Attribute const>: The
+       attribute "pure" is below this text, not above.
+
 2005-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * pa.c (pa_assemble_integer, get_plabel): Small cleanups.
index 7e4d66aaa8709f5e2f2543937389c281308aea06..1267517642068d0295a17b9e9ef9e3b6ef36ebad 100644 (file)
@@ -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