Fix isr documentation for ARM
authorramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Mar 2009 11:40:21 +0000 (11:40 +0000)
committerramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Mar 2009 11:40:21 +0000 (11:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144668 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index 8809bb7..e6a3ba7 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * doc/extend.texi (Function Attributes): Add documentation
+       for isr attributes.
+
 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/39387
index f901db3..3d93010 100644 (file)
@@ -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}