OpenBSD release(s):
1.5 (79), 1.4 (78), 1.3 (77 76 75), 1.2 (74 73 72 71), 1.1 (70),
Tags:
None
revision 1.5/ (Download) - annotate - Tue, 04 Nov 2025 13:17:05 UTC by jca
OpenBSD release(s): 79
Changes since 1.4: +2 -3 (diff)
The libunwind guts used by libexecinfo no longer need "new" from libcxx
check_sym says: No dynamic export changes
Noticed and checked by rsadowski@
revision 1.4/ (Download) - annotate - Thu, 21 Aug 2025 15:26:58 UTC by rsadowski
OpenBSD release(s): 78
Changes since 1.3: +2 -2 (diff)
update build infrastructure for libunwind-, libcxxabi- and libcxx-19.1.7
This gives us a modern c++ lib in base!
- gkoehler tested on powerpc64
- amd64 and aarch64 are well tested (including bulks by tb and phessler)
- armv7 by phessler
- sparc64 base + xenocara build/release went ok
As always with such a major update, it was a great achievement by the OpenBSD
team!
ok jca@ tb@
revision 1.3/ (Download) - annotate - Fri, 26 Jan 2024 11:51:45 UTC by robert
OpenBSD release(s): 77 76 75
Changes since 1.2: +2 -2 (diff)
update libcxx, libcxxabi and libunwind to 16.0.6;
tested by and input from tb@; ok kettenis@
revision 1.2/ (Download) - annotate - Fri, 17 Dec 2021 14:55:44 UTC by patrick
OpenBSD release(s): 74 73 72 71
Changes since 1.1: +2 -1 (diff)
Update build infrastructure for LLVM 13.0.0.
revision 1.1/ (Download) - annotate - Wed, 09 Jun 2021 19:37:43 UTC by mortimer
OpenBSD release(s): 70
Add libexecinfo.
Based on NetBSD implementation, without the libelf dependency. Architectures
which have libunwind use libunwind, and others use a stub implementation
that does nothing since __builtin methods are unreliable.
Much feedback and help from jca@.
ok kettenis@ sthen@