History log of /netbsd-src/tests/lib/csu/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 20ef3dc4 27-Dec-2018 christos <christos@NetBSD.org>

Add an initfini_array test that does not depend on the linker putting it
there automatically.


# a64ef2fb 09-Mar-2018 joerg <joerg@NetBSD.org>

Add ifunc support for statically linked applications on x86, ppc, sparc
and ARM.


# d0d56fdc 04-Apr-2016 joerg <joerg@NetBSD.org>

Replace LDADD with LDSTATIC.


# 24c2d21b 02-Jan-2011 skrll <skrll@NetBSD.org>

Whitespace.


# 236a4409 30-Nov-2010 joerg <joerg@NetBSD.org>

Test alignment of constructor / destructor calls as well as the stack
of new threads. Currently implement for i386 and AMD64.


# cee90d4c 28-Jul-2010 joerg <joerg@NetBSD.org>

Replace csu test case with a C++ based version. This makes the various
assembler routines obsolete. Be more exhaustive by testing dynamically
linked, statically linked and dynamically loaded.

XXX cu

Replace csu test case with a C++ based version. This makes the various
assembler routines obsolete. Be more exhaustive by testing dynamically
linked, statically linked and dynamically loaded.

XXX currently hard-codes /usr/tests due to limitations of bsd.test.mk

show more ...


# bbd81cb3 17-Jul-2010 jmmv <jmmv@NetBSD.org>

Convert the csu tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.