Add NEWS entry about the new AArch64 IFUNC resolver call ABI

The new IFUNC resolver call ABI was introduced in

commit 2b8a3c86e7
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-07-04 11:13:32 +0100

    aarch64: new ifunc resolver ABI

See the commit log and the comments in sys/ifunc.h for details.
This commit is contained in:
Szabolcs Nagy 2019-07-22 10:14:16 +01:00
parent c7e4b684e7
commit dcf36bcad3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-07-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
* NEWS: Mention the AArch64 IFUNC resolver ABI change.
2019-07-20 Egor Kobylkin <egor@kobylkin.com>
[BZ #2872]

4
NEWS
View File

@ -49,6 +49,10 @@ Major new features:
time of the wait (unlike with pthread_condattr_setclock, which requires
the clock choice at initialization time).
* On AArch64 the GNU IFUNC resolver call ABI changed: old resolvers still
work, new resolvers can use a second argument which can be extended in
the future, currently it contains the AT_HWCAP2 value.
Deprecated and removed features, and other changes affecting compatibility:
* The copy_file_range function fails with ENOSYS if the kernel does not