Commit 50c177f7 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

extend.texi (Function Attributes): The attribute "pure" is below this text, not above.

	* doc/extend.texi (Function Attributes) <Attribute const>: The
	attribute "pure" is below this text, not above.

From-SVN: r95308
parent 687fcae7
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment