]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gcc/extensions-to-the-c-language-family/declaring-attributes-of-functions/v850-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 / v850-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 .. _v850-function-attributes:
7
8 V850 Function Attributes
9 ^^^^^^^^^^^^^^^^^^^^^^^^
10
11 The V850 back end supports these function attributes:
12
13 .. index:: interrupt function attribute, V850, interrupt_handler function attribute, V850
14
15 .. v850-fn-attr:: interrupt, interrupt_handler
16
17 Use these attributes 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 either attribute is present.