]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gcc/extensions-to-the-c-language-family/declaring-attributes-of-functions/xstormy16-function-attributes.rst
sphinx: copy files from texi2rst-generated repository
[thirdparty/gcc.git] / gcc / doc / gcc / extensions-to-the-c-language-family / declaring-attributes-of-functions / xstormy16-function-attributes.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _xstormy16-function-attributes:
7
8 Xstormy16 Function Attributes
9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
11 These function attributes are supported by the Xstormy16 back end:
12
13 .. index:: interrupt function attribute, Xstormy16
14
15 .. xstormy16-fn-attr:: interrupt
16
17 Use this attribute to indicate
18 that the specified function is an interrupt handler. The compiler generates
19 function entry and exit sequences suitable for use in an interrupt handler
20 when this attribute is present.