From: H.J. Lu Date: Mon, 13 Nov 2017 01:23:22 +0000 (-0800) Subject: cl X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f4d18a54667ded2b50894a3d0740f93825f2a3e8;p=deliverable%2Fbinutils-gdb.git cl --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 16fed16635..a619491c72 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2017-11-12 H.J. Lu + + * 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 * ldlang.c (lang_size_segment): New function.