]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[ARM] Implement PLT for FDPIC.
authorChristophe Lyon <christophe.lyon@st.com>
Tue, 20 Mar 2018 09:55:20 +0000 (10:55 +0100)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 25 Apr 2018 20:54:13 +0000 (20:54 +0000)
commit7801f98f84fefa495941c86e2a859ea8c6c37770
treec3604cad56f9dd72d4b43e243d927c8328fc7d79
parente8b09b87102504a110f839e67a712094d63dcbab
[ARM] Implement PLT for FDPIC.

FDPIC requires special PLT entries, defined in this patch.

Note that lazy binding is not supported because of a race condition
for lack of an atomic 64-bits load instruction.

2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
Mickaël Guêné  <mickael.guene@st.com>

bfd/
* elf32-arm.c (elf32_arm_fdpic_plt_entry): New.
(elf32_arm_create_dynamic_sections): Handle FDPIC.
(elf32_arm_allocate_plt_entry): Likewise.
(elf32_arm_populate_plt_entry): Likewise.
(elf32_arm_output_plt_map_1): Likewise.
bfd/ChangeLog
bfd/elf32-arm.c