From 31bc9fde33dd8d142e3b379c23ca71f7631bbacb Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 7 Feb 1992 21:07:18 +0000 Subject: [PATCH] Fixed prototype mismatch reported by MDT --- bfd/hosts/sparc.h | 2 +- include/bfd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/hosts/sparc.h b/bfd/hosts/sparc.h index fa1f5c4..ee1fb6f 100644 --- a/bfd/hosts/sparc.h +++ b/bfd/hosts/sparc.h @@ -16,7 +16,7 @@ char *EXFUN(mktemp,(CONST char*)); extern int EXFUN(fflush,(FILE *)); extern int EXFUN(write,(int, CONST char *, int)); extern int EXFUN(index,(CONST char *, char c)); -extern int EXFUN(abort,(void)); +extern void EXFUN(abort,(void)); extern int EXFUN(close,(int)); extern int EXFUN(fcntl,(int des, int cmd, int e)); extern int EXFUN(fprintf,(FILE *,char *,...)); diff --git a/include/bfd.h b/include/bfd.h index 514103a..bc0961b 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -1277,7 +1277,7 @@ typedef struct bfd_target SDEF (void, _bfd_debug_info_end, (bfd *)); SDEF (void, _bfd_debug_info_accumulate, (bfd *, struct sec *)); SDEF (bfd_byte *, _bfd_get_relocated_section_contents, (bfd*,struct bfd_seclet_struct *)); - SDEF (boolean,_bfd_relax_section,(bfd *, struct sec *, struct symbol_cache_entry **, struct bfd_seclet_struct *)); + SDEF (boolean,_bfd_relax_section,(bfd *, struct sec *, struct symbol_cache_entry **)); SDEF(void, _bfd_coff_swap_aux_in,( bfd *abfd , PTR ext, -- 2.7.4