]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update NEWS with binutils version requirement for static PIE support
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 22 Jan 2018 10:22:24 +0000 (10:22 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 22 Jan 2018 11:50:38 +0000 (11:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dd8b7956b227325bd7c57fb61fa7c4a8e43b43ff..d8f99b45e27851ed178507dcb0605b0bccc231c8 100644 (file)
--- 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