diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2018-03-20 10:55:45 +0100 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2018-04-25 20:58:17 +0000 |
commit | 29e9b073e3b356aae4c249bf3e265b2a608aea6c (patch) | |
tree | 4ae47d59cb63138d4c20fe16a0bd5697438dbcd8 /bfd/ChangeLog | |
parent | cb10292c2a6c26349c02ec275e4087147fd1cdf0 (diff) | |
download | gdb-29e9b073e3b356aae4c249bf3e265b2a608aea6c.zip gdb-29e9b073e3b356aae4c249bf3e265b2a608aea6c.tar.gz gdb-29e9b073e3b356aae4c249bf3e265b2a608aea6c.tar.bz2 |
[ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation for FDPIC platform
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>
bfd/
* elf32-arm.c (bfd_elf32_arm_set_target_params): Handle FDPIC case
for R_ARM_TARGET2.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bd7c6ae..766341a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,12 @@ 2018-04-25 Christophe Lyon <christophe.lyon@st.com> Mickaël Guêné <mickael.guene@st.com> + * elf32-arm.c (bfd_elf32_arm_set_target_params): Handle FDPIC case + for R_ARM_TARGET2. + +2018-04-25 Christophe Lyon <christophe.lyon@st.com> + Mickaël Guêné <mickael.guene@st.com> + * elf32-arm.c (DEFAULT_STACK_SIZE): New. (elf32_arm_always_size_sections): Create stack segment. |