aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2017-12-18 11:47:14 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2017-12-18 16:57:07 +0000
commitc8e939f12a4fce3bb09a8c4818629ccf76c8658c (patch)
tree74d35d985064ebda06d3d3cd9769ab86af470dd3
parentbb195224acc14724e9fc2dbaa8d0b20b72ace79b (diff)
downloadglibc-c8e939f12a4fce3bb09a8c4818629ccf76c8658c.zip
glibc-c8e939f12a4fce3bb09a8c4818629ccf76c8658c.tar.gz
glibc-c8e939f12a4fce3bb09a8c4818629ccf76c8658c.tar.bz2
Update NEWS with aarch64 static pie support
The required binutils patches are not in a released version yet, but glibc has support for static linked pie on aarch64 since commit 14d886edbd3d80b771e1c42fbd9217f9074de9c6
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0670585..a43ff26 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ 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 and x32.
+ supported on i386, x86_64, x32 and aarch64.
* Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
sinf and tan with FMA, contributed by Arjan van de Ven and H.J. Lu