]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf.c
* elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
authorAlan Modra <amodra@gmail.com>
Thu, 17 Jan 2002 13:02:40 +0000 (13:02 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 17 Jan 2002 13:02:40 +0000 (13:02 +0000)
commitaf746e92cb01c5f1a2d0bdb194716a0542a86762
treefd3becbca4116ca29eec1bc34dfcaec0c9fc5922
parent06f030db350108824d2a06fec35992ba084d92ca
* elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
Remove "Elf_Internal_Shdr *" param.
(_bfd_mips_elf_section_from_bfd_section): Ditto.
* elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
* elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
* elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
* elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
* elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
* elf.c (_bfd_elf_section_from_bfd_section): Allow backend
function to override special sections.  Remove hdr arg from
backend call, and don't loop.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c
bfd/elf32-m32r.c
bfd/elf32-mips.c
bfd/elf32-v850.c
bfd/elf64-mmix.c
bfd/elfxx-ia64.c