Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153321604
D27126.id79399.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D27126.id79399.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D27126: Fix dso_handle_check for PIE executables.
Attached
Detach File
Event Timeline
Log In to Comment