aboutsummaryrefslogtreecommitdiff
path: root/gcc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/debug.h')
-rw-r--r--gcc/debug.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/debug.h b/gcc/debug.h
index 547b7f68eab..a38a3598c59 100644
--- a/gcc/debug.h
+++ b/gcc/debug.h
@@ -117,6 +117,13 @@ struct gcc_debug_hooks
The parameter is 0 if after the start, 1 if before the end. */
void (* handle_pch) (unsigned int);
+ /* APPLE LOCAL begin Symbol Separation */
+ void (* restore_write_symbols) (void);
+ void (* clear_write_symbols) (const char *, unsigned long);
+ void (* start_symbol_repository) (unsigned int, const char *, unsigned long);
+ void (* end_symbol_repository) (unsigned int);
+ /* APPLE LOCAL end Symbol Separation */
+
/* Called from final_scan_insn for any NOTE_INSN_VAR_LOCATION note. */
void (* var_location) (rtx);
};