From: Cary Coutant Date: Wed, 28 Dec 2016 16:22:59 +0000 (-0800) Subject: Fix last ChangeLog entry. X-Git-Tag: gdb-8.0-branchpoint~1002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6142c999f2a9700d568eb25462a5d622d220b4cb;p=thirdparty%2Fbinutils-gdb.git Fix last ChangeLog entry. * copy-relocs.cc (Copy_relocs::make_copy_reloc): Use .data.rel.ro for read-only data when linking with -z relro. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index e711ff9f6a8..5a0cf683330 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,7 +1,7 @@ 2016-12-27 Cary Coutant PR ld/20995 - * copy-relocs.cc (Copy_relocs::make_copy_reloc): Use .dynbss for + * copy-relocs.cc (Copy_relocs::make_copy_reloc): Use .data.rel.ro 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.