aboutsummaryrefslogtreecommitdiff
path: root/gcc/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/debug.c')
-rw-r--r--gcc/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/debug.c b/gcc/debug.c
index 812920604ba..69654c96184 100644
--- a/gcc/debug.c
+++ b/gcc/debug.c
@@ -47,6 +47,9 @@ const struct gcc_debug_hooks do_nothing_debug_hooks =
debug_nothing_tree, /* outlining_inline_function */
debug_nothing_rtx, /* label */
debug_nothing_int, /* handle_pch */
+ /* APPLE LOCAL begin Symbol Separation */
+ NULL, NULL, NULL, NULL,
+ /* APPLE LOCAL end Symbol Separation */
debug_nothing_rtx /* var_location */
};