From be8dd2ca9e08391a139097982223cacf07a76697 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 10 Dec 2004 14:04:58 +0000 Subject: * elf.c (bfd_elf_sym_name): Add symtab_hdr param. (group_signature): Update call. * elf-bfd.h (bfd_elf_sym_name): Update. * elf32-ppc.c (ppc_elf_relocate_section): Update. * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc) (ppc64_elf_relocate_section): Update * elflink.c (elf_link_input_bfd): Update. --- bfd/elflink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elflink.c') diff --git a/bfd/elflink.c b/bfd/elflink.c index 05bd21a..d46bf41 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -6819,7 +6819,7 @@ elf_link_input_bfd (struct elf_final_link_info *finfo, bfd *input_bfd) { Elf_Internal_Sym *sym = isymbuf + r_symndx; ps = &finfo->sections[r_symndx]; - sym_name = bfd_elf_sym_name (input_bfd, sym); + sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym); } /* Complain if the definition comes from a -- cgit v1.1