diff options
author | Rich Felker <dalias@libc.org> | 2015-10-15 07:14:43 +0900 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2015-10-15 07:14:43 +0900 |
commit | b4b0e149fa667b3907382e3492b53759665fe979 (patch) | |
tree | b93c739e6a6d1e7a43bc734eb965b3f47e968a31 /bfd/ChangeLog | |
parent | 485f23cf5c890c037053c3a1580c1139fc5c6ab6 (diff) | |
download | gdb-b4b0e149fa667b3907382e3492b53759665fe979.zip gdb-b4b0e149fa667b3907382e3492b53759665fe979.tar.gz gdb-b4b0e149fa667b3907382e3492b53759665fe979.tar.bz2 |
bfd: [SH] Emit DT_PLTGOT for FDPIC output unconditionally
PR ld/19091
* elf32-sh.c (sh_elf_size_dynamic_sections): Always emit DT_PLTGOT for FDPIC output.
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 6cd68de..5bd8d55 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-10-14 Rich Felker <dalias@libc.org> + + PR ld/19091 + * elf32-sh.c (sh_elf_size_dynamic_sections): Always emit + DT_PLTGOT for FDPIC output. + 2015-10-13 Alan Modra <amodra@gmail.com> * elf.c (_bfd_elf_map_sections_to_segments): Don't set |