summaryrefslogtreecommitdiff
path: root/binutils/budbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/budbg.h')
-rw-r--r--binutils/budbg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/budbg.h b/binutils/budbg.h
index 4a93b4e29b4..697b4439099 100644
--- a/binutils/budbg.h
+++ b/binutils/budbg.h
@@ -36,10 +36,10 @@ extern bool print_debugging_info
extern void *start_stab (void *, bfd *, bool, asymbol **, long);
-extern bool finish_stab (void *, void *);
+extern bool finish_stab (void *, void *, bool);
extern bool parse_stab
- (void *, void *, int, int, bfd_vma, const char *, bool *);
+ (void *, void *, int, int, bfd_vma, const char *);
extern bool write_stabs_in_sections_debugging_info
(bfd *, void *, bfd_byte **, bfd_size_type *, bfd_byte **, bfd_size_type *);