CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/09 13:37:43
Added files:
gnu/lib/libexecinfo: Makefile Symbols.map backtrace.3
backtrace.c builtin.c execinfo.h
shlib_version unwind.c
Log message:
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@
