This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch hl/pie/static updated. glibc-2.25-765-g77db688


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, hl/pie/static has been updated
       via  77db688c4f964fd84ad6f1c813cae3cae6d7e23f (commit)
      from  9c2fea4b82ac0e37d6ec644062bb46d3930b7610 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=77db688c4f964fd84ad6f1c813cae3cae6d7e23f

commit 77db688c4f964fd84ad6f1c813cae3cae6d7e23f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jul 18 11:02:53 2017 -0700

    Add -z,text to default-pie-ldflag

diff --git a/Makeconfig b/Makeconfig
index bc066d0..6892331 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -389,7 +389,7 @@ endif
 ifeq (yes,$(have-static-pie))
 pic-default = -DPIC
 pie-default = -fPIE
-default-pie-ldflag = -pie -Wl,--no-dynamic-linker,--eh-frame-hdr
+default-pie-ldflag = -pie -Wl,--no-dynamic-linker,--eh-frame-hdr,-z,text
 endif
 
 # If lazy relocations are disabled, add the -z now flag.  Use

-----------------------------------------------------------------------

Summary of changes:
 Makeconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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