-
- Downloads
PR ld/1540
* elf-bfd.h (elf_backend_copy_indirect_symbol): Replace pointer to elf_backend_data with pointer to bfd_link_info. (_bfd_elf_link_hash_copy_indirect): Likewise. * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Handle direct and indirect symbols both having dynamic link info. * elf32-arm.c (elf32_arm_copy_indirect_symbol): Likewise. * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise. * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise. * elf32-m32r.c (m32r_elf_copy_indirect_symbol): Likewise. * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Likewise. * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise. * elf32-sh.c (sh_elf_copy_indirect_symbol): Likewise. * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise. * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise. * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise. * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise. * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise. * elfxx-sparc.c (_bfd_sparc_elf_copy_indirect_symbol): Likewise. * elflink.c: Adjust all calls to bed->elf_backend_copy_indirect_symbol. * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Update prototype. * elfxx-sparc.h (_bfd_sparc_elf_copy_indirect_symbol): Likewise.
Showing
- bfd/ChangeLog 25 additions, 0 deletionsbfd/ChangeLog
- bfd/elf-bfd.h 2 additions, 2 deletionsbfd/elf-bfd.h
- bfd/elf.c 16 additions, 18 deletionsbfd/elf.c
- bfd/elf32-arm.c 6 additions, 16 deletionsbfd/elf32-arm.c
- bfd/elf32-hppa.c 6 additions, 7 deletionsbfd/elf32-hppa.c
- bfd/elf32-i386.c 3 additions, 6 deletionsbfd/elf32-i386.c
- bfd/elf32-m32r.c 3 additions, 6 deletionsbfd/elf32-m32r.c
- bfd/elf32-ppc.c 8 additions, 17 deletionsbfd/elf32-ppc.c
- bfd/elf32-s390.c 5 additions, 8 deletionsbfd/elf32-s390.c
- bfd/elf32-sh.c 5 additions, 16 deletionsbfd/elf32-sh.c
- bfd/elf64-ppc.c 8 additions, 11 deletionsbfd/elf64-ppc.c
- bfd/elf64-s390.c 5 additions, 8 deletionsbfd/elf64-s390.c
- bfd/elf64-x86-64.c 3 additions, 6 deletionsbfd/elf64-x86-64.c
- bfd/elflink.c 5 additions, 5 deletionsbfd/elflink.c
- bfd/elfxx-ia64.c 13 additions, 8 deletionsbfd/elfxx-ia64.c
- bfd/elfxx-mips.c 2 additions, 4 deletionsbfd/elfxx-mips.c
- bfd/elfxx-mips.h 1 addition, 1 deletionbfd/elfxx-mips.h
- bfd/elfxx-sparc.c 3 additions, 6 deletionsbfd/elfxx-sparc.c
- bfd/elfxx-sparc.h 1 addition, 1 deletionbfd/elfxx-sparc.h
- bfd/po/bfd.pot 199 additions, 199 deletionsbfd/po/bfd.pot
Loading
Please register or sign in to comment