History log of /openbsd/regress/libexec/ld.so/dlclose/test1/libbb/bb.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 6de5eb69 02-Aug-2017 kettenis <kettenis@openbsd.org>

Split up source code to keep clang from optimizing this into failure.

ok millert@


# 2d12e673 30-Sep-2005 kurt <kurt@openbsd.org>

add a function with the same name in aa and bb, also bbTest2() in prep
for new regress.


# 1bce49b2 28-Sep-2005 kurt <kurt@openbsd.org>

two new regresses for dlclose. double dlopen("foo") with single
dlclose(foo). mozilla lazy binding example (load_object confusion)