From: Steve Chamberlain Date: Sun, 8 Dec 1991 01:21:28 +0000 (+0000) Subject: * ldindr.h: added to contain prototypes of ldindr.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0b87c7d979f628adb30d79fcd866287f9f8f629;p=binutils-gdb.git * ldindr.h: added to contain prototypes of ldindr.c * ldfile.c: include ctype.h * ldmain.c: include the requried prototype headers * ldwrite.c: get_reloc_upper_bound has been renamed bfd_get_reloc_upper_bound --- diff --git a/ld/ldindr.h b/ld/ldindr.h index 209c8cf438c..cadccbbbf41 100644 --- a/ld/ldindr.h +++ b/ld/ldindr.h @@ -1,4 +1,4 @@ void EXFUN(do_indirect, (ldsym_type *)); -void EXFUN(add_indirect,(asymbol *)); +void EXFUN(add_indirect,(asymbol **));