mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
369aebfc48
- Let OpenMP be usable via cosmocc - Let libunwind be usable via cosmocc - Make X86_HAVE(AVXVNNI) work correctly - Avoid using MAP_GROWSDOWN on qemu-aarch64 - Introduce in6addr_any and in6addr_loopback - Have thread stacks use MAP_GROWSDOWN by default - Ask OpenMP to not use filesystem to manage threads - Make NI_MAXHOST and NI_MAXSERV available w/o _GNU_SOURCE |
||
---|---|---|
.. | ||
include | ||
AddressSpace.hpp | ||
BUILD.mk | ||
cet_unwind.h | ||
CompactUnwinder.hpp | ||
config.h | ||
dwarf2.h | ||
DwarfInstructions.hpp | ||
DwarfParser.hpp | ||
EHHeaderParser.hpp | ||
FrameHeaderCache.hpp | ||
gcc_personality_v0.c | ||
libunwind.cc | ||
libunwind_ext.h | ||
LICENSE.TXT | ||
README.cosmo | ||
Registers.hpp | ||
RWMutex.hpp | ||
Unwind-EHABI.h | ||
Unwind-sjlj.c | ||
UnwindCursor.hpp | ||
UnwindLevel1-gcc-ext.c | ||
UnwindLevel1.c |
DESCRIPTION libunwind - LLVM Unwinder ORIGIN Obtained from the LLVM monorepo, release 17.0.6. https://github.com/llvm/llvm-project/tree/llvmorg-17.0.6/libunwind commit 6009708b4367171ccdbf4b5905cb6a803753fe18 Author: Tobias Hieta <tobias@hieta.se> Date: Tue, 28 Nov 2023 09:52:28 +0100 LOCAL CHANGES - Fixed `_Unwind_FunctionContext` struct to be ABI-compatible with code generated by GCC.