diff options
author | Alan Modra <amodra@gmail.com> | 2004-12-10 13:18:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-12-10 13:18:40 +0000 |
commit | 0e2cfdce255a722d3b3d3cdadf227e3110ef64f8 (patch) | |
tree | 07fc0002aa79fcb458fdf43e9f7a3e81c5d11754 /bfd/elflink.c | |
parent | 138f35cc73eff0f822352241172678de82934d86 (diff) | |
download | gdb-0e2cfdce255a722d3b3d3cdadf227e3110ef64f8.zip gdb-0e2cfdce255a722d3b3d3cdadf227e3110ef64f8.tar.gz gdb-0e2cfdce255a722d3b3d3cdadf227e3110ef64f8.tar.bz2 |
* elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name.
(group_signature): Update calls.
* 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.
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r-- | bfd/elflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index 6e87596..05bd21a 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_local_sym_name (input_bfd, sym); + sym_name = bfd_elf_sym_name (input_bfd, sym); } /* Complain if the definition comes from a |