diff options
author | Alan Modra <amodra@gmail.com> | 2018-02-12 13:06:07 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-02-13 19:30:47 +1030 |
commit | f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f (patch) | |
tree | 4639f2a93997bb30a49c64b80213735b955aa176 /ld/ChangeLog | |
parent | 387cd15b93fdca3a66bbda427c4e1d9340bfb532 (diff) | |
download | gdb-f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f.zip gdb-f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f.tar.gz gdb-f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f.tar.bz2 |
PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
lld lays out the relro segment differently to GNU ld, not bothering to
include the first few bytes of .got.plt and padding out to a page at
the end of the segment. This patch teaches binutils to recognize the
different (and somewhat inferior) layout as valid.
bfd/
PR 22829
* elf.c (assign_file_positions_for_non_load_sections): Rewrite
PT_GNU_RELRO setup.
ld/
* testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cdcf950..236517a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2018-02-13 Alan Modra <amodra@gmail.com> + + * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz. + 2018-02-07 Alan Modra <amodra@gmail.com> Revert 2018-01-17 Alan Modra <amodra@gmail.com> |