summaryrefslogtreecommitdiff
path: root/benchtests/bench-rawmemchr.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2020-05-13 12:10:13 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-06-22 14:53:20 +0100
commit8f62ca73284bb85ad0b7a50dfa5a9ecae27bdc0b (patch)
tree4254a25a2d3c786e0ed677a74a92ac435b0428ac /benchtests/bench-rawmemchr.c
parentabdae6d2900555e7bccbf29d0be6506ea63a43fa (diff)
downloadglibc-8f62ca73284bb85ad0b7a50dfa5a9ecae27bdc0b.tar.gz
aarch64: fix pac-ret support in _mcount
Currently gcc -pg -mbranch-protection=pac-ret passes signed return address to _mcount, so _mcount now has to always strip pac from the frompc since that's from user code that may be built with pac-ret. This is gcc PR target/94791: signed pointers should not escape and get passed across extern call boundaries, since that's an ABI break, but because existing gcc has this issue we work it around in glibc until that is resolved. This is compatible with a fixed gcc and it is a nop on systems without PAuth support. The bug was introduced in gcc-7 with -msign-return-address=non-leaf|all support which in gcc-9 got renamed to -mbranch-protection=pac-ret|pac-ret+leaf|standard. strip_pac uses inline asm instead of __builtin_aarch64_xpaclri since that is not a documented api and not available in all supported gccs.
Diffstat (limited to 'benchtests/bench-rawmemchr.c')
0 files changed, 0 insertions, 0 deletions