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