From f0b87c7d979f628adb30d79fcd866287f9f8f629 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sun, 8 Dec 1991 01:21:28 +0000 Subject: [PATCH] * 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 --- ld/ldindr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/ldindr.h b/ld/ldindr.h index 209c8cf438..cadccbbbf4 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 **)); -- 2.34.1