Index: uspace/lib/c/arch/ia32/_link.ld.in
===================================================================
--- uspace/lib/c/arch/ia32/_link.ld.in	(revision 4c4b53c4c79a79546306e9d3966c284e8853b2fb)
+++ uspace/lib/c/arch/ia32/_link.ld.in	(revision 9e5cc73161c96d8e96285672f0c8d58f77fbaf83)
@@ -18,6 +18,8 @@
 
 SECTIONS {
+#ifdef SHLIB
+	. = SEGMENT_START("text-segment", 0);
+#else
 	. = SEGMENT_START("text-segment", 0x400000);
-#ifndef SHLIB
 	PROVIDE (__executable_start = .);
 #endif
