aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/builtin.c b/builtin.c
index 6a3de87b..a3bd0f7a 100644
--- a/builtin.c
+++ b/builtin.c
@@ -573,11 +573,6 @@ static const struct builtin_fn builtins_common[] = {
{ "__builtin_alpha_insql", &long_ctype, 0, { &long_ctype, &long_ctype }},
{ "__builtin_alpha_inswl", &long_ctype, 0, { &long_ctype, &long_ctype }},
- // Blackfin-specific stuff
- { "__builtin_bfin_csync", &void_ctype, 0 },
- { "__builtin_bfin_ssync", &void_ctype, 0 },
- { "__builtin_bfin_norm_fr1x32", &int_ctype, 0, { &int_ctype }},
-
{ }
};