summaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dwarf2asm.h')
-rw-r--r--gcc/dwarf2asm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h
index d468fc8f346..42064d34d22 100644
--- a/gcc/dwarf2asm.h
+++ b/gcc/dwarf2asm.h
@@ -40,6 +40,10 @@ extern void dw2_asm_output_offset (int, const char *, section *,
const char *, ...)
ATTRIBUTE_NULL_PRINTF_4;
+extern void dw2_asm_output_offset (int, const char *, HOST_WIDE_INT,
+ section *, const char *, ...)
+ ATTRIBUTE_NULL_PRINTF_5;
+
extern void dw2_asm_output_addr (int, const char *, const char *, ...)
ATTRIBUTE_NULL_PRINTF_3;