This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_28-branch] Fix last ChangeLog entry.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7b449b4437edac2327ec7c9ed8728c6983ca03d0

commit 7b449b4437edac2327ec7c9ed8728c6983ca03d0
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Wed Dec 28 08:22:59 2016 -0800

    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:
---
 gold/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index e711ff9..5a0cf68 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,7 +1,7 @@
 2016-12-27  Cary Coutant  <ccoutant@gmail.com>
 
 	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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]