Commit 5ed8a176 by Nick Clifton Committed by Nick Clifton

extend.texi (Function Attributes): Fix typo in description of RX vector attribute.

	* doc/extend.texi (Function Attributes): Fix typo in description
	of RX vector attribute.

From-SVN: r212015
parent 0cdb761c
2014-06-26 Nick Clifton <nickc@redhat.com>
* doc/extend.texi (Function Attributes): Fix typo in description
of RX vector attribute.
2014-06-26 James Greenhalgh <james.greenhalgh@arm.com>
* config.gcc (supported_defaults): Error when passing either
......
......@@ -4316,8 +4316,8 @@ attribute also means that the function is instantiated if the
class itself is instantiated.
@item vector
@cindex @code{vector} attibute
This RX attribute is similar to the @code{attribute}, including its
@cindex @code{vector} attribute
This RX attribute is similar to the @code{interrupt} attribute, including its
parameters, but does not make the function an interrupt-handler type
function (i.e. it retains the normal C function calling ABI). See the
@code{interrupt} attribute for a description of its 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