The following are the function attribute mappings. GCC supports all function attributes that CodeWarrior supports.
-
__attribute__((noinline))
-
__attribute__((nothrow))
-
__attribute__((weak))
-
__attribute__((naked))
-
__attribute__((noreturn))
-
__attribute__((const))
-
__attribute__((always_inline))
-
__attribute__((aligned())))
-
__attribute__((section()))