* 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
This commit is contained in:
Steve Chamberlain 1991-12-08 01:21:28 +00:00
parent bc71278ddd
commit f0b87c7d97
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
void EXFUN(do_indirect, (ldsym_type *));
void EXFUN(add_indirect,(asymbol *));
void EXFUN(add_indirect,(asymbol **));