diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-12-27 20:50:47 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-12-27 20:50:56 -0800 |
commit | b733bcb7f58c42e0e0d94a3f266a4193030e5f3a (patch) | |
tree | 3ad325d2805aecf4a3e943d47c33f88ca6a24bf6 /gold/ChangeLog | |
parent | 7ff34266fd831f828286e556f9cd681c42c0412c (diff) | |
download | gdb-b733bcb7f58c42e0e0d94a3f266a4193030e5f3a.zip gdb-b733bcb7f58c42e0e0d94a3f266a4193030e5f3a.tar.gz gdb-b733bcb7f58c42e0e0d94a3f266a4193030e5f3a.tar.bz2 |
Place copy relocations in .dynbss when target is read-only.
gold/
PR ld/20995
* copy-relocs.cc (Copy_relocs::make_copy_reloc): Use .dynbss for
read-only data when linking with -z relro.
* copy-relocs.h (Copy_relocs::dynrelro_): New data member.
* testsuite/Makefile.am (copy_test_relro): New test case.
* testsuite/Makefile.in: Regenerate.
* testsuite/copy_test_relro.cc: New source file.
* testsuite/copy_test_relro_1.cc: New source file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 9243f2a..e711ff9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,14 @@ +2016-12-27 Cary Coutant <ccoutant@gmail.com> + + PR ld/20995 + * copy-relocs.cc (Copy_relocs::make_copy_reloc): Use .dynbss for + read-only data when linking with -z relro. + * copy-relocs.h (Copy_relocs::dynrelro_): New data member. + * testsuite/Makefile.am (copy_test_relro): New test case. + * testsuite/Makefile.in: Regenerate. + * testsuite/copy_test_relro.cc: New source file. + * testsuite/copy_test_relro_1.cc: New source file. + 2016-12-23 Cary Coutant <ccoutant@gmail.com> * NEWS: Add new features in 1.14. |