missed committing from
* elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
This commit is contained in:
parent
32b26a03e4
commit
d41c820ec1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
void ppc64_elf_init_stub_bfd
|
||||
(bfd *, struct bfd_link_info *);
|
||||
bfd_boolean ppc64_elf_edit_opd
|
||||
(bfd *, struct bfd_link_info *, bfd_boolean);
|
||||
(bfd *, struct bfd_link_info *, bfd_boolean, bfd_boolean);
|
||||
asection *ppc64_elf_tls_setup
|
||||
(bfd *, struct bfd_link_info *);
|
||||
bfd_boolean ppc64_elf_tls_optimize
|
||||
|
|
Loading…
Reference in a new issue