189857Sobrien/* PowerPC64-specific support for 64-bit ELF.
2218822Sdim   Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
389857Sobrien
489857SobrienThis file is part of BFD, the Binary File Descriptor library.
589857Sobrien
689857SobrienThis program is free software; you can redistribute it and/or modify
789857Sobrienit under the terms of the GNU General Public License as published by
889857Sobrienthe Free Software Foundation; either version 2 of the License, or
989857Sobrien(at your option) any later version.
1089857Sobrien
1189857SobrienThis program is distributed in the hope that it will be useful,
1289857Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1389857SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1489857SobrienGNU General Public License for more details.
1589857Sobrien
1689857SobrienYou should have received a copy of the GNU General Public License
1789857Sobrienalong with this program; if not, write to the Free Software
18218822SdimFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
1989857Sobrien
20130561Sobrienvoid ppc64_elf_init_stub_bfd
21130561Sobrien  (bfd *, struct bfd_link_info *);
22130561Sobrienbfd_boolean ppc64_elf_edit_opd
23218822Sdim  (bfd *, struct bfd_link_info *, bfd_boolean, bfd_boolean);
24130561Sobrienasection *ppc64_elf_tls_setup
25130561Sobrien  (bfd *, struct bfd_link_info *);
26130561Sobrienbfd_boolean ppc64_elf_tls_optimize
27130561Sobrien  (bfd *, struct bfd_link_info *);
28218822Sdimbfd_boolean ppc64_elf_edit_toc
29218822Sdim  (bfd *, struct bfd_link_info *);
30104834Sobrienbfd_vma ppc64_elf_toc
31130561Sobrien  (bfd *);
32104834Sobrienint ppc64_elf_setup_section_lists
33218822Sdim  (bfd *, struct bfd_link_info *, int);
34130561Sobrienvoid ppc64_elf_next_toc_section
35130561Sobrien  (struct bfd_link_info *, asection *);
36130561Sobrienvoid ppc64_elf_reinit_toc
37130561Sobrien  (bfd *, struct bfd_link_info *);
38130561Sobrienbfd_boolean ppc64_elf_next_input_section
39130561Sobrien  (struct bfd_link_info *, asection *);
40130561Sobrienbfd_boolean ppc64_elf_size_stubs
41130561Sobrien  (bfd *, struct bfd_link_info *, bfd_signed_vma,
42130561Sobrien   asection *(*) (const char *, asection *), void (*) (void));
43130561Sobrienbfd_boolean ppc64_elf_build_stubs
44130561Sobrien  (bfd_boolean, struct bfd_link_info *, char **);
45218822Sdimvoid ppc64_elf_restore_symbols
46218822Sdim  (struct bfd_link_info *info);
47