diff options
Diffstat (limited to 'gcc/dwarf2asm.h')
-rw-r--r-- | gcc/dwarf2asm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h index 63d55e59ef4..859883d45e3 100644 --- a/gcc/dwarf2asm.h +++ b/gcc/dwarf2asm.h @@ -23,6 +23,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA the way these routines are signaled that there is no associated debug information. So the attributes are commented out. */ +extern void dw2_assemble_integer PARAMS ((int, rtx)); + extern void dw2_asm_output_data PARAMS ((int, unsigned HOST_WIDE_INT, const char *, ...)) /* ATTRIBUTE_PRINTF_3 */; |