diff options
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 225f5a32e5b..270223d9351 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1887,7 +1887,7 @@ this attribute to work correctly. @item interrupt @cindex interrupt handler functions -Use this attribute on the ARM, AVR, C4x, M32C, M32R/D and Xstormy16 +Use this attribute on the ARM, AVR, C4x, CRX, M32C, M32R/D and Xstormy16 ports to indicate that the specified function is an interrupt handler. The compiler will generate function entry and exit sequences suitable for use in an interrupt handler when this attribute is present. |