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 master updated. glibc-2.26.9000-1145-g21c0696


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, master has been updated
       via  21c0696cdef617517de6e25711958c40455c554f (commit)
      from  2aa8009d21802f700c4b47cb8e0c7e71fe915ba2 (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=21c0696cdef617517de6e25711958c40455c554f

commit 21c0696cdef617517de6e25711958c40455c554f
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Jan 22 10:22:24 2018 +0000

    Update NEWS with binutils version requirement for static PIE support

diff --git a/NEWS b/NEWS
index dd8b795..d8f99b4 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,8 @@ Major new features:
   memory and performance.  When the library is built with --enable-static-pie
   the resulting libc.a is usable with GCC 8 and above to create static PIE
   executables using the GCC option '-static-pie'.  This feature is currently
-  supported on i386, x86_64, x32 and aarch64.
+  supported on i386, x86_64 and x32 with binutils >=2.29, and on aarch64 with
+  binutils >=2.30.
 
 * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
   sinf, sincosf and tan with FMA, contributed by Arjan van de Ven and

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

Summary of changes:
 NEWS |    3 ++-
 1 files changed, 2 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]