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] cl


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

commit f4d18a54667ded2b50894a3d0740f93825f2a3e8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Nov 12 17:23:22 2017 -0800

    cl

Diff:
---
 ld/ChangeLog | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 16fed16..a619491 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,15 @@
 2017-11-12  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* ldlang.c (lang_size_sections_1): Extract GNU_RELRO region check
+	into ...
+	(ldlang_check_relro_region): New function.
+	(lang_find_relro_sections_1): Add an argument for pointer to
+	seg_align_type and replace expld.dataseg with the pointer.
+	(lang_find_relro_sections): Pass address of expld.dataseg to
+	lang_find_relro_sections_1.
+
+2017-11-12  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* ldlang.c (lang_size_segment): New function.
 	(lang_size_relro_segment_1): Likewise.
 	(lang_size_relro_segment): Likewise.


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