bfd_elf_size_dynamic_sections() not getting called
Alan Modra
amodra@gmail.com
Wed Mar 25 04:17:51 GMT 2020
More information about the Binutils mailing list
Wed Mar 25 04:17:51 GMT 2020
- Previous message (by thread): bfd_elf_size_dynamic_sections() not getting called
- Next message (by thread): PR25662, invalid sh_offset for first section in segment with phdrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Mar 24, 2020 at 10:44:59PM -0400, William Tambe via Binutils wrote: > We are adding support for shared library and defined > elf_backend_size_dynamic_sections in the BFD backend port; however it is > not getting called due to bfd_elf_size_dynamic_sections() not getting > called. Have you tried to find where bfd_elf_size_dynamic_sections is called? > Any idea what needs to be done in the BFD backend > for bfd_elf_size_dynamic_sections() to be called when linking a shared > library ? At a guess, your port is using the generic_link_hash_table linker and thus can't support shared libraries. If that's the case, fix that first. See elfxx-target.h -- Alan Modra Australia Development Lab, IBM
- Previous message (by thread): bfd_elf_size_dynamic_sections() not getting called
- Next message (by thread): PR25662, invalid sh_offset for first section in segment with phdrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list