diff options
Diffstat (limited to 'gcc/debug.h')
-rw-r--r-- | gcc/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/debug.h b/gcc/debug.h index 90076fc..d1431f5 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -167,4 +167,7 @@ extern void debug_free_queue (void); extern int debug_nesting; extern int symbol_queue_index; +const char *remap_debug_filename (const char *); +void add_debug_prefix_map (const char *); + #endif /* !GCC_DEBUG_H */ |