From 5ed8a176fdbccbaaefc24a047900dbb85eda76ac Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 26 Jun 2014 09:00:06 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b1e7b21799..a9ae2605b90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-26 Nick Clifton + + * doc/extend.texi (Function Attributes): Fix typo in description + of RX vector attribute. + 2014-06-26 James Greenhalgh * config.gcc (supported_defaults): Error when passing either diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f83a8d70b05..ed9d1411f14 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. -- 2.30.2