diff options
author | Tino Reichardt <[email protected]> | 2024-04-15 22:56:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-15 13:56:10 -0700 |
commit | 90ba19eb7b81f0225e63bedfb902000d23383921 (patch) | |
tree | 8c9a34a6633fec59f760bd294cd4af999f666e05 /META | |
parent | c6da985e28d7071b187bd928e7fd41ba9e9f6aa7 (diff) |
Do no use .cfi_negate_ra_state within the assembly on Arm64
Compiling openzfs on aarch64 with gcc-8 and gcc-9 is failing currently.
See issue #14965 for deeper context.
On platforms without pointer authentication, .cfi_negate_ra_state can be
defined to a no-op:
https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/aarch64-tdep.c#l1413
I have tested this on Arm64 FreeBSD 13.2 and AlmaLinux-8.
Reviewed-by: Andrew Turner <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Closes #14965
Closes #15784
Diffstat (limited to 'META')
0 files changed, 0 insertions, 0 deletions