| Index: bfd/elf64-ppc.h
|
| diff --git a/bfd/elf64-ppc.h b/bfd/elf64-ppc.h
|
| index 9026c56f82b1a28fdab171d68e441666b6ca5764..2728b275b680302d5ba3016a9fffca981cfe0132 100644
|
| --- a/bfd/elf64-ppc.h
|
| +++ b/bfd/elf64-ppc.h
|
| @@ -1,5 +1,5 @@
|
| /* PowerPC64-specific support for 64-bit ELF.
|
| - Copyright 2002, 2003, 2004, 2005, 2007, 2008, 2010, 2011
|
| + Copyright 2002, 2003, 2004, 2005, 2007, 2008, 2010, 2011, 2012
|
| Free Software Foundation, Inc.
|
|
|
| This file is part of BFD, the Binary File Descriptor library.
|
| @@ -49,7 +49,7 @@ bfd_boolean ppc64_elf_check_init_fini
|
| bfd_boolean ppc64_elf_next_input_section
|
| (struct bfd_link_info *, asection *);
|
| bfd_boolean ppc64_elf_size_stubs
|
| - (struct bfd_link_info *, bfd_signed_vma, bfd_boolean);
|
| +(struct bfd_link_info *, bfd_signed_vma, bfd_boolean, int, int);
|
| bfd_boolean ppc64_elf_build_stubs
|
| (bfd_boolean, struct bfd_link_info *, char **);
|
| void ppc64_elf_restore_symbols
|
|
|