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 8a807613..6a3de87b 100644
--- a/builtin.c
+++ b/builtin.c
@@ -578,11 +578,6 @@ static const struct builtin_fn builtins_common[] = {
{ "__builtin_bfin_ssync", &void_ctype, 0 },
{ "__builtin_bfin_norm_fr1x32", &int_ctype, 0, { &int_ctype }},
- // Nios-II-specific
- { "__builtin_rdctl", &int_ctype, 0, { &int_ctype }},
- { "__builtin_wrctl", &void_ctype, 0, { &int_ctype, &int_ctype }},
- { "__builtin_custom_ini", &int_ctype, 0, { &int_ctype }},
-
{ }
};