Hi Guys, I am checking in the patch below to fix a small typo in the description of the RX vector function attribute.
Cheers Nick gcc/ChangeLog 2014-06-26 Nick Clifton <ni...@redhat.com> * doc/extend.texi (Function Attributes): Fix typo in description of RX vector attribute. Index: doc/extend.texi =================================================================== --- doc/extend.texi (revision 212014) +++ doc/extend.texi (working copy) @@ -4317,7 +4317,7 @@ @item vector @cindex @code{vector} attribute -This RX attribute is similar to the @code{attribute}, including its +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.