mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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
14d886edbd
This commit is contained in:
parent
bb195224ac
commit
c8e939f12a
2
NEWS
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user