Index: uspace/lib/c/arch/ia64/_link.ld.in
===================================================================
--- uspace/lib/c/arch/ia64/_link.ld.in	(revision c53d90624940aafb20634e3c830f61e7551afe43)
+++ uspace/lib/c/arch/ia64/_link.ld.in	(revision a1fdf53f49fe0ba09218ca8d8339113edf086ef0)
@@ -22,4 +22,10 @@
 	. = 0x4000 + SIZEOF_HEADERS;
 #endif
+	/*
+	 * XXX This is just a work around. Problem: .init section does not
+	 * have the proper alignment.
+	 */
+	. = ALIGN(., 16);
+
 	.init : {
 		*(.init);
