From 1fe1c6f5f74a57def9a9bbaeb417850d7ab6dcb4 Mon Sep 17 00:00:00 2001 From: ramana Date: Fri, 6 Mar 2009 11:40:21 +0000 Subject: [PATCH] Fix isr documentation for ARM git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144668 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8809bb7..e6a3ba7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-06 Ramana Radhakrishnan + + * doc/extend.texi (Function Attributes): Add documentation + for isr attributes. + 2009-03-06 Jakub Jelinek PR debug/39387 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f901db3..3d93010 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2436,6 +2436,11 @@ to run as a thread. The compiler omits generate prologue/epilogue sequences and replaces the return instruction with a @code{sleep} instruction. This attribute is available only on fido. +@item isr +@cindex interrupt service routines on ARM +Use this attribute on ARM to write Interrupt Service Routines. This is an +alias to the @code{interrupt} attribute above. + @item kspisusp @cindex User stack pointer in interrupts on the Blackfin When used together with @code{interrupt_handler}, @code{exception_handler} -- 2.7.4