aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dwarf2asm.h')
-rw-r--r--gcc/dwarf2asm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h
index c57e3e9..cd8293f 100644
--- a/gcc/dwarf2asm.h
+++ b/gcc/dwarf2asm.h
@@ -1,5 +1,5 @@
/* Dwarf2 assembler output helper routines.
- Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
This file is part of GCC.
@@ -29,8 +29,9 @@ extern void dw2_asm_output_delta (int, const char *, const char *,
const char *, ...)
ATTRIBUTE_NULL_PRINTF_4;
-extern void dw2_asm_output_offset (int, const char *, const char *, ...)
- ATTRIBUTE_NULL_PRINTF_3;
+extern void dw2_asm_output_offset (int, const char *, section *,
+ const char *, ...)
+ ATTRIBUTE_NULL_PRINTF_4;
extern void dw2_asm_output_addr (int, const char *, const char *, ...)
ATTRIBUTE_NULL_PRINTF_3;