about summary refs log tree commit diff
path: root/sysdeps/x86_64/stubs-biarch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/stubs-biarch.h')
-rw-r--r--sysdeps/x86_64/stubs-biarch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/x86_64/stubs-biarch.h b/sysdeps/x86_64/stubs-biarch.h
new file mode 100644
index 0000000000..2579ec693c
--- /dev/null
+++ b/sysdeps/x86_64/stubs-biarch.h
@@ -0,0 +1,8 @@
+/* This file selects the right generated file of `__stub_FUNCTION' macros
+   based on the architecture being compiled for.  */
+
+#ifdef __x86_64__
+# include <gnu/stubs-64.h>
+#else
+# include <gnu/stubs-32.h>
+#endif