diff options
author | Alan Modra <amodra@gmail.com> | 2015-01-20 17:11:21 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-01-20 19:48:54 +1030 |
commit | 3e2b0f3116a46c8a9a6ffbcb5ae4847b6601467a (patch) | |
tree | 37d5ef4aa1fb3e6f3f47468be1f9ef21905b30f8 /ld/ChangeLog | |
parent | 03d5b77300e7f62ba87fb4cd82d4aed83f9a3cd2 (diff) | |
download | fsf-binutils-gdb-3e2b0f3116a46c8a9a6ffbcb5ae4847b6601467a.zip fsf-binutils-gdb-3e2b0f3116a46c8a9a6ffbcb5ae4847b6601467a.tar.gz fsf-binutils-gdb-3e2b0f3116a46c8a9a6ffbcb5ae4847b6601467a.tar.bz2 |
Reorder powerpc64 sections for -z relro
More sections can be read-only after relocation. .opd is an obvious
candidate.
* emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
(OTHER_RELRO_SECTIONS_2): ..here, new define.
* scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ae0b29a..4966045 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2015-01-20 Alan Modra <amodra@gmail.com> + + * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to.. + (OTHER_RELRO_SECTIONS_2): ..here, new define. + * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2. + 2015-01-19 Alan Modra <amodra@gmail.com> PR ld/17615 |