diff options
Diffstat (limited to 'gcc/debug.h')
-rw-r--r-- | gcc/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/debug.h b/gcc/debug.h index 269c4d8..9784300 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -207,6 +207,7 @@ extern const struct gcc_debug_hooks dbx_debug_hooks; extern const struct gcc_debug_hooks sdb_debug_hooks; extern const struct gcc_debug_hooks xcoff_debug_hooks; extern const struct gcc_debug_hooks dwarf2_debug_hooks; +extern const struct gcc_debug_hooks dwarf2_lineno_debug_hooks; extern const struct gcc_debug_hooks vmsdbg_debug_hooks; /* Dwarf2 frame information. */ |