diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-04 01:50:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-04 01:50:12 +0000 |
commit | 3dab13f62bf5909bbae61ad8149e139b622f5f2b (patch) | |
tree | 9f7a5f0ee27aeb9623ba8901ab3713ba7183d78b /bfd/elfcode.h | |
parent | 100f2e98f84dd197660e5b656e7bd7fceaf0729e (diff) | |
download | binutils-gdb-3dab13f62bf5909bbae61ad8149e139b622f5f2b.tar.gz |
* elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
(_bfd_elf_find_pointer_linker_section): Likewise.
(bfd_elf32_create_pointer_linker_section): Likewise.
(bfd_elf32_finish_pointer_linker_section): Likewise.
(bfd_elf64_create_pointer_linker_section): Likewise.
(bfd_elf64_finish_pointer_linker_section): Likewise.
(_bfd_elf_make_linker_section_rela): Likewise.
* elfcode.h (elf_create_pointer_linker_section): Don't define.
(elf_finish_pointer_linker_section): Likewise.
* elflink.c (_bfd_elf_make_linker_section_rela): Delete.
(_bfd_elf_create_linker_section): Move this function..
(_bfd_elf_find_pointer_linker_section): ..and this..
* elflink.h (elf_create_pointer_linker_section): ..and this..
(elf_finish_pointer_linker_section): ..and this..
* elf32-ppc.c: ..to here, renaming to the following, and adjusting
calls.
(elf_create_linker_section): Convert to C90, tidy.
(elf_find_pointer_linker_section): Likewise.
(elf_create_pointer_linker_section): Likewise.
(elf_finish_pointer_linker_section): Likewise.
* elf32-i370.c: Delete #if 0 code.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 6686ab97ced..6afaefa5e07 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -125,8 +125,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define elf_reloc_symbol_deleted_p NAME(_bfd_elf,reloc_symbol_deleted_p) #define elf_link_record_dynamic_symbol _bfd_elf_link_record_dynamic_symbol #define elf_bfd_final_link NAME(bfd_elf,bfd_final_link) -#define elf_create_pointer_linker_section NAME(bfd_elf,create_pointer_linker_section) -#define elf_finish_pointer_linker_section NAME(bfd_elf,finish_pointer_linker_section) #define elf_gc_sections NAME(_bfd_elf,gc_sections) #define elf_gc_common_finalize_got_offsets \ NAME(_bfd_elf,gc_common_finalize_got_offsets) |