* elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.

(ppc64_elf_info_to_howto): Likewise.
	(ppc64_elf_build_stubs): Add "stats" param, and print statistics.
	* elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
This commit is contained in:
Alan Modra
2003-06-19 13:50:35 +00:00
parent 6ddfd88c72
commit d2a300cfe3
3 changed files with 35 additions and 5 deletions

View File

@ -39,4 +39,4 @@ bfd_boolean ppc64_elf_size_stubs
PARAMS ((bfd *, bfd *, struct bfd_link_info *, bfd_signed_vma,
asection *(*) (const char *, asection *), void (*) (void)));
bfd_boolean ppc64_elf_build_stubs
PARAMS ((bfd_boolean, struct bfd_link_info *));
PARAMS ((bfd_boolean, struct bfd_link_info *, char **));