CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/03 13:21:23
Modified files:
gnu/llvm/libunwind/src: assembly.h
Log message:
take 2: re-apply one commit that was lost while merging the 19.1.7 update
I've been overzealous when backing out some unrelated changes.
Re-apply requested by robert@
-------------------
Linux still doesn't actually implement IBT for userland. And by the pace
things are going, it will take another decade before it does. But OpenBSD
has it enabled *by default* already.
Drop the #ifdef __linux__. This should hurt other OSes when they finally
catch up with us.
ok robert@, tb@