OSDN Git Service

* elf.c (bfd_section_from_shdr <default case>): Call
authorzack <zack>
Wed, 2 Mar 2005 04:47:19 +0000 (04:47 +0000)
committerzack <zack>
Wed, 2 Mar 2005 04:47:19 +0000 (04:47 +0000)
commit4a2f9ccbd745d7cd5ae51052b4a019fe821d1857
tree340598153f0815d3e648df09a51cc52628ad65e0
parent50e19cb694ec68ddefa248a6033b8591ee10dbf9
* elf.c (bfd_section_from_shdr <default case>): Call
elf_backend_section_from_shdr hook unconditionally, and return
what it returns.
(bfd_section_from_phdr): Similarly, for elf_backend_section_from_phdr.
* elfxx-target.h (elf_backend_section_from_shdr)
(elf_backend_section_from_phdr): Default to
_bfd_elf_make_section_from_shdr and _bfd_elf_make_section_from_phdr
respectively.
bfd/ChangeLog
bfd/elf.c
bfd/elfxx-target.h