Page MenuHomeFreeBSD

D27126.id79399.diff
No OneTemporary

D27126.id79399.diff

Index: head/lib/csu/tests/fini_test.c
===================================================================
--- head/lib/csu/tests/fini_test.c
+++ head/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
Tue, Apr 21, 11:27 AM (4 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31907257
Default Alt Text
D27126.id79399.diff (472 B)

Event Timeline