aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorramana <>2009-03-06 11:40:21 +0000
committerramana <>2009-03-06 11:40:21 +0000
commitfe4974bca540a85e5573a6d4c542773d6674eb05 (patch)
tree495ee37192716d12d0112c1ca6c6e1ce5a85f09d
parent3c453f8f2f15fbb7fc91998de275f72dc1d491e8 (diff)
Fix isr documentation for ARM
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8809bb70f17..e6a3ba7104d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f901db32fda..3d93010a54a 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}