aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r--gcc/hooks.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c
index 780cc1e..46bf2a8 100644
--- a/gcc/hooks.c
+++ b/gcc/hooks.c
@@ -277,6 +277,11 @@ hook_void_tree (tree)
}
void
+hook_void_FILEptr_tree (FILE *, tree)
+{
+}
+
+void
hook_void_rtx_tree (rtx, tree)
{
}