17.2.25 Short_call Function Attribute
The
short_call attribute instructs the compiler to
always call the function using an absolute call instruction, even when the
-mlong-calls command line option is specified, for
example:void __attribute__ ((short_call)) foo(void);