]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 367575: Fix dso_handle_check for PIE executables.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Dec 2020 01:04:36 +0000 (01:04 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Dec 2020 01:04:36 +0000 (01:04 +0000)
commitd872faec9d0b393417b8015930c26a217355dcbe
tree20a53b82f5f9bbd63bbf2a7fc006ee9d9f63dbef
parent599548e9e1d172cea61610e5cfc85acab617238c
MFC 367575: Fix dso_handle_check for PIE executables.

PIE executables use crtbeginS.o and have a non-NULL dso_handle as a
result.
lib/csu/tests/fini_test.c