History log of /netbsd-src/tests/lib/libexecinfo/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 3532823e 23-Jan-2025 christos <christos@NetBSD.org>

new sandbox test (Kyle Evans @ FreeBSD)


# f5f80c07 23-Nov-2021 thorpej <thorpej@NetBSD.org>

Temporary hack to work around incorrect/missing unwind info for
the t_sig_backtrace test case on ARM when compiled with optimization.


# 4ae1bf14 18-Nov-2021 thorpej <thorpej@NetBSD.org>

Add a test case for backtrace(3) across a signal handler.


# 11b2083d 31-Jan-2015 nakayama <nakayama@NetBSD.org>

The test requires symbols, so put STRIPFLAG= explicitly to avoid
stripping them if STRIPFLAG?=-s is defined in /etc/mk.conf.


# 6cb10275 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.


# c8ccd84f 21-Jul-2013 tron <tron@NetBSD.org>

Fix build with stack-protection enabled.


# 8f5b02bd 04-Jul-2013 joerg <joerg@NetBSD.org>

Use conditional calls to vfork() to prevent the compiler from inlining
the intermediate stack frames. Mark the __start frame as optional.


# a0f17796 27-May-2012 martin <martin@NetBSD.org>

Fix destination directory


# 5212b5c3 27-May-2012 christos <christos@NetBSD.org>

add a test for the backtrace function.