]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: correct CFI in rawmemchr (bug 31113)
authorAndreas Schwab <schwab@suse.de>
Thu, 23 Nov 2023 17:23:46 +0000 (18:23 +0100)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Wed, 10 Apr 2024 13:03:07 +0000 (14:03 +0100)
commit168ae58e6e705a53a71850ee63ba5514fd5d7b70
treefa861eee13b84820f0038ce9bbd56e39be673e77
parenta08ff922946dca0303a270bbfa2557f74caa47aa
aarch64: correct CFI in rawmemchr (bug 31113)

The .cfi_return_column directive changes the return column for the whole
FDE range.  But the actual intent is to tell the unwinder that the value
in x30 (lr) now resides in x15 after the move, and that is expressed by
the .cfi_register directive.

(cherry picked from commit 3f798427884fa57770e8e2291cf58d5918254bb5)
sysdeps/aarch64/rawmemchr.S