1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00
Files
glibc/sysdeps
Szabolcs Nagy 04c6a8073d aarch64: Fix the list of tested IFUNC variants [BZ #26818]
Some IFUNC variants are not compatible with BTI and MTE so don't
set them as usable for testing and benchmarking on a BTI or MTE
enabled system.

As far as IFUNC selectors are concerned a system is BTI enabled if
the cpu supports it and glibc was built with BTI branch protection.

Most IFUNC variants are BTI compatible, but thunderx2 memcpy and
memmove use a jump table with indirect jump, without a BTI j.

Fixes bug 26818.
2021-01-25 16:15:54 +00:00
..
2021-01-07 15:26:26 +00:00
2021-01-17 16:39:45 -08:00
2021-01-18 20:22:51 +00:00
2021-01-23 19:00:00 +00:00
2021-01-18 14:23:10 +00:00
2021-01-18 21:36:00 +00:00
2021-01-07 15:26:26 +00:00
2021-01-07 15:26:26 +00:00
2021-01-25 15:09:02 +01:00