diff options
author | Nick Clifton <nickc@redhat.com> | 2014-06-26 09:00:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2014-06-26 09:00:06 +0000 |
commit | 5ed8a176fdbccbaaefc24a047900dbb85eda76ac (patch) | |
tree | 681bd043ff95cc7a3178fa39304ea93a2281e6b5 | |
parent | 0cdb761c8c76f38fc26e9da834d60900f37185a5 (diff) | |
download | gcc-5ed8a176fdbccbaaefc24a047900dbb85eda76ac.zip gcc-5ed8a176fdbccbaaefc24a047900dbb85eda76ac.tar.gz gcc-5ed8a176fdbccbaaefc24a047900dbb85eda76ac.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b1e7b2..a9ae260 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f83a8d7..ed9d141 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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. |