]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf.c
* elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
authorMark Mitchell <mark@codesourcery.com>
Mon, 6 Sep 2004 20:55:23 +0000 (20:55 +0000)
committerMark Mitchell <mark@codesourcery.com>
Mon, 6 Sep 2004 20:55:23 +0000 (20:55 +0000)
commit229fcec57051103b79422353f53b6053fc5fc4b4
treee9620d5259158d88238cd849061f454202b01dca
parentd597aff735ca792afe4d7508fe83e7891e50e5e9
* elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
* elf.c (_bfd_elf_make_dynamic_segment): New function, split out
from ...
(map_sections_to_segments): ... here.  Use it.  Assign a file
position to the .dynamic section if it is not loadable, but part
of the PT_DYNAMIC segment.
* elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
offsets, not VMAs, for the BPABI.  Do not fill in the header in
the .got.plt section for the BPABI.
* elfarm-nabi.c (elf32_arm_symbian_modify_segment_map): Add a
PT_DYNAMIC segment.
(elf_backend_want_got_plt): Define to zero for Symbian OS.

* emulparams/armsymbian.sh: Use armbpabi script.
* scripttempl/armbpabi.sc: New script.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c
bfd/elf32-arm.h
bfd/elfarm-nabi.c
ld/ChangeLog
ld/emulparams/armsymbian.sh
ld/scripttempl/armbpabi.sc [new file with mode: 0644]