diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index b4c626b..eec92d3 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8239,7 +8239,7 @@ print_dwarf_line_table (FILE *outfile) /* Print the information collected for a given DIE. */ -void +DEBUG_FUNCTION void debug_dwarf_die (dw_die_ref die) { print_die (die, stderr); @@ -8248,7 +8248,7 @@ debug_dwarf_die (dw_die_ref die) /* Print all DWARF information collected for the compilation unit. This routine is a debugging aid only. */ -void +DEBUG_FUNCTION void debug_dwarf (void) { print_indent = 0; |