diff options
Diffstat (limited to 'bfd/elf64-ppc.h')
-rw-r--r-- | bfd/elf64-ppc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf64-ppc.h b/bfd/elf64-ppc.h index 171e552..b1f4343 100644 --- a/bfd/elf64-ppc.h +++ b/bfd/elf64-ppc.h @@ -40,3 +40,5 @@ bfd_boolean ppc64_elf_size_stubs asection *(*) (const char *, asection *), void (*) (void)); bfd_boolean ppc64_elf_build_stubs (bfd_boolean, struct bfd_link_info *, char **); +void ppc64_elf_restore_symbols + (struct bfd_link_info *info); |