Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162577591
D41148.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
361 B
Referenced Files
None
Subscribers
None
D41148.id.diff
View Options
diff --git a/lib/libc/csu/libc_start1.c b/lib/libc/csu/libc_start1.c
--- a/lib/libc/csu/libc_start1.c
+++ b/lib/libc/csu/libc_start1.c
@@ -76,6 +76,7 @@
#error "Define platform reloc type"
#endif
+#ifndef PIC
static void
finalizer(void)
{
@@ -90,6 +91,7 @@
}
_fini();
}
+#endif
static void
handle_static_init(int argc, char **argv, char **env)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 15, 5:36 PM (3 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35079466
Default Alt Text
D41148.id.diff (361 B)
Attached To
Mode
D41148: libc/csu: Do not compile the finalizer() for PIC build
Attached
Detach File
Event Timeline
Log In to Comment