Commit d8f8ca80 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

Fix isr documentation for ARM

From-SVN: r144668
parent 6c3d550c
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> 2009-03-06 Jakub Jelinek <jakub@redhat.com>
PR debug/39387 PR debug/39387
......
...@@ -2436,6 +2436,11 @@ to run as a thread. The compiler omits generate prologue/epilogue ...@@ -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} sequences and replaces the return instruction with a @code{sleep}
instruction. This attribute is available only on fido. 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 @item kspisusp
@cindex User stack pointer in interrupts on the Blackfin @cindex User stack pointer in interrupts on the Blackfin
When used together with @code{interrupt_handler}, @code{exception_handler} When used together with @code{interrupt_handler}, @code{exception_handler}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment