Page MenuHomeFreeBSD

D27126.id79272.diff
No OneTemporary

D27126.id79272.diff

Index: lib/csu/tests/fini_test.c
===================================================================
--- lib/csu/tests/fini_test.c
+++ lib/csu/tests/fini_test.c
@@ -141,9 +141,9 @@
{
void *dso = __dso_handle;
-#ifdef DSO_LIB
+#if defined(DSO_LIB) || defined(__PIE__)
ATF_REQUIRE_MSG(dso != NULL,
- "Null __dso_handle in DSO");
+ "Null __dso_handle in DSO/PIE");
#else
ATF_REQUIRE_MSG(dso == NULL,
"Invalid __dso_handle in non-DSO");

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 1:08 AM (17 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31943835
Default Alt Text
D27126.id79272.diff (457 B)

Event Timeline