CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/02/27 08:34:28
Modified files: gnu/llvm/libunwind/src: assembly.h Log message: 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@