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/elf-bfd.h | |
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/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 5367ad6..ae6de15 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1357,7 +1357,7 @@ extern char *bfd_elf_get_str_section extern Elf_Internal_Sym *bfd_elf_get_elf_syms (bfd *, Elf_Internal_Shdr *, size_t, size_t, Elf_Internal_Sym *, void *, Elf_External_Sym_Shndx *); -extern const char *bfd_elf_local_sym_name +extern const char *bfd_elf_sym_name (bfd *, Elf_Internal_Sym *); extern bfd_boolean _bfd_elf_copy_private_bfd_data |