diff options
Diffstat (limited to 'binutils/budbg.h')
-rw-r--r-- | binutils/budbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/budbg.h b/binutils/budbg.h index 4a93b4e..697b443 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 *); |