History log of /openbsd-src/gnu/llvm/libunwind/src/assembly.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 94b3843f 27-Feb-2024 kettenis <kettenis@openbsd.org>

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 #if

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@

show more ...


# 202cdb0e 26-Jan-2024 robert <robert@openbsd.org>

merge llvm libunwind 16.0.6


# a0747c9f 17-Dec-2021 patrick <patrick@openbsd.org>

Merge LLVM 13.0.0.


# 601cdc12 28-Apr-2021 patrick <patrick@openbsd.org>

Merge libc++, libc++abi and libunwind version 11.1.0.


# 974930e3 02-Jan-2021 patrick <patrick@openbsd.org>

Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to the
PPC ASM had to be re-applied manually due to whitespace changes upstream,
other merge conflicts were harmless.

"Looks good"

Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to the
PPC ASM had to be re-applied manually due to whitespace changes upstream,
other merge conflicts were harmless.

"Looks good" kettenis@

show more ...


# f6c50668 02-Jan-2021 patrick <patrick@openbsd.org>

Import libunwind 11.0.0 in new LLVM directory, thus not yet linked to
build.

Encouraged by kettenis@