summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/i386/dl-startup.h')
-rw-r--r--ldso/ldso/i386/dl-startup.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h
new file mode 100644
index 000000000..2f8fe1357
--- /dev/null
+++ b/ldso/ldso/i386/dl-startup.h
@@ -0,0 +1,7 @@
+/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
+ * will work as expected and cope with whatever platform specific wierdness is
+ * needed for this architecture. See arm/boot1_arch.h for an example of what
+ * can be done.
+ */
+
+#define DL_BOOT(X) void _dl_boot (X)