mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* 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:
@ -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 **));
|
||||
|
Reference in New Issue
Block a user