History log of /netbsd-src/lib/libexecinfo/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# d6e00bad 23-Nov-2024 riastradh <riastradh@NetBSD.org>

libexecinfo: Handle machine-dependent additions to expected symbols.

Needed for hppa.

PR lib/58838: shared libraries in base should all have expsym lists


# 44889fb9 25-Jun-2022 skrll <skrll@NetBSD.org>

Decode function descriptors (aka plabels) on hppa to fix backtrace.

PR/56881: hppa: backtrace_symbols() delivers bogus results for some dynloaded functions


# 26a48dd1 22-Jan-2020 mgorny <mgorny@NetBSD.org>

Install gcc's unwind.h instead of libexecinfo's

The prototypes in libexecinfo's unwind.h do not match those commonly
used (e.g. by gcc, clang, GNU libunwind, LLVM libunwind...), causing
C++ programs

Install gcc's unwind.h instead of libexecinfo's

The prototypes in libexecinfo's unwind.h do not match those commonly
used (e.g. by gcc, clang, GNU libunwind, LLVM libunwind...), causing
C++ programs to fail to build on type mismatches (e.g. compiler-rt,
libc++abi). Rather than providing our own header, reuse the one
included in gcc.

show more ...


# 145c6843 24-Oct-2014 joerg <joerg@NetBSD.org>

Don't overwrite the real unwind.h if it is present.


# e25713fc 22-Oct-2014 christos <christos@NetBSD.org>

don't kill the existing includes


# 98d839c6 22-Oct-2014 christos <christos@NetBSD.org>

Make unwind.h installable.


# bb5309ee 09-Mar-2014 christos <christos@NetBSD.org>

another libelf instance


# 56616ffc 30-Apr-2013 matt <matt@NetBSD.org>

earm -> earm*


# 25c44086 27-Apr-2013 matt <matt@NetBSD.org>

Changes for MKCOMPAT for earm.


# 8227b1ba 25-Apr-2013 matt <matt@NetBSD.org>

When building for earm, make sure to build unwind_arm_ehabi_stub.*


# 83d64dcf 26-May-2012 christos <christos@NetBSD.org>

Add a similar to linux backtrace_* and execinfo.h family of functions