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 hjl/pie/static updated. glibc-2.26.9000-1146-gb6c0e7d


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, hjl/pie/static has been updated
       via  b6c0e7d432dbfa579713cf0933ddc0719c6e19d0 (commit)
      from  e94a427759c6fc335d5574ed00ac1a370bad58ac (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=b6c0e7d432dbfa579713cf0933ddc0719c6e19d0

commit b6c0e7d432dbfa579713cf0933ddc0719c6e19d0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Jan 20 15:10:51 2018 -0800

    Document binutils requirement for static PIE
    
    To enable static PIE, binutils 2.29 or later is required on i386, x86_64
    and x32, binutils 2.30 or later is required on aarch64.
    
    	* manual/install.texi: Document binutils requirement for static
    	PIE.
    	* INSTALL: Regenerated.

diff --git a/INSTALL b/INSTALL
index 42508e6..f731776 100644
--- a/INSTALL
+++ b/INSTALL
@@ -95,7 +95,9 @@ will be used, and CFLAGS sets optimization options for the compiler.
      the GCC option, -static-pie, which is available with GCC 8 or
      above, to create static PIE. This option also implies that glibc
      programs and tests are created as dynamic position independent
-     executables (PIE) by default.
+     executables (PIE) by default.  To enable static PIE, GNU 'binutils'
+     2.29 or later is required on i386, x86_64 and x32, GNU 'binutils'
+     2.30 or later is required on aarch64.
 
 '--disable-profile'
      Don't build libraries with profiling information.  You may want to
diff --git a/manual/install.texi b/manual/install.texi
index 50e6c35..1100306 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -125,6 +125,9 @@ with no-pie.  The resulting glibc can be used with the GCC option,
 -static-pie, which is available with GCC 8 or above, to create static
 PIE.  This option also implies that glibc programs and tests are created
 as dynamic position independent executables (PIE) by default.
+To enable static PIE, GNU @code{binutils} 2.29 or later is required on
+i386, x86_64 and x32, GNU @code{binutils} 2.30 or later is required on
+aarch64.
 
 @item --disable-profile
 Don't build libraries with profiling information.  You may want to use

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

Summary of changes:
 INSTALL             |    4 +++-
 manual/install.texi |    3 +++
 2 files changed, 6 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]