These function attributes are supported by the RL78 back end:
interrupt
brk_interrupt
Use brk_interrupt
instead of interrupt
for handlers intended to be used with the BRK
opcode (i.e. those that must end with RETB
instead of RETI
).
naked
asm
statements can safely be included in naked functions (see Basic Asm). While using extended asm
or a mixture of basic asm
and C code may appear to work, they cannot be depended upon to work reliably and are not supported.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/RL78-Function-Attributes.html