aboutsummaryrefslogtreecommitdiff
path: root/package/libs/libunwind/patches/004-ppc-musl.patch
Commit message (Collapse)AuthorAge
* libunwind: update to 1.8.1Weijie Gao2024-04-28
| | | | | | | | Rebased patches: - 003-fix-missing-ef_reg-defs-with-musl.patch - 004-ppc-musl.patch Signed-off-by: Weijie Gao <hackpascal@gmail.com>
* libunwind: fix build with musl on PPCMatthias Schiffer2018-02-25
Works around two incompatiblities between glibc and (POSIX-compliant) musl: - missing register definitions from asm/ptrace.h - non-POSIX-compliant ucontext_t on PPC32 with glibc Compile tested on mpc85xx. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>