7 static void predefine_bfin(const struct target
*self
)
9 predefine("__BFIN__", 1, "1");
10 predefine("__bfin__", 1, "1");
13 static const struct builtin_fn builtins_bfin
[] = {
14 { "__builtin_bfin_csync", &void_ctype
, 0 },
15 { "__builtin_bfin_ssync", &void_ctype
, 0 },
16 { "__builtin_bfin_norm_fr1x32", &int_ctype
, 0, { &int_ctype
}},
20 const struct target target_bfin
= {
24 .predefine
= predefine_bfin
,
25 .builtins
= builtins_bfin
,