15.2.25 Nomips16 Function Attribute
The
nomips16 attribute instructs the compiler to always
generate code for the function in the MIPS32® instruction
set, even when compiling the translation unit with the -mips16
command line option, for
example:void __attribute__ ((nomips16)) foo(void);