add ld.so RTLD_NOLOAD regress tests, ok jca@ guenther@
authorsthen <sthen@openbsd.org>
Sat, 20 Aug 2022 14:13:48 +0000 (14:13 +0000)
committersthen <sthen@openbsd.org>
Sat, 20 Aug 2022 14:13:48 +0000 (14:13 +0000)
commit922a84d50fe004716b999164e214c18ee88fe3bf
treee20b48e33c2f6b5b1bfb6347cfe1a9b9cb2b303a
parentab4d51733f58020dd5f6a3cdf36f57a5d34090ba
add ld.so RTLD_NOLOAD regress tests, ok jca@ guenther@
regress/libexec/ld.so/Makefile
regress/libexec/ld.so/noload/Makefile [new file with mode: 0644]
regress/libexec/ld.so/noload/liba/Makefile [new file with mode: 0644]
regress/libexec/ld.so/noload/liba/liba.c [new file with mode: 0644]
regress/libexec/ld.so/noload/liba/shlib_version [new file with mode: 0644]
regress/libexec/ld.so/noload/libb/Makefile [new file with mode: 0644]
regress/libexec/ld.so/noload/libb/libb.c [new file with mode: 0644]
regress/libexec/ld.so/noload/libb/shlib_version [new file with mode: 0644]
regress/libexec/ld.so/noload/test1/Makefile [new file with mode: 0644]
regress/libexec/ld.so/noload/test1/test1.c [new file with mode: 0644]