cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / bits / a.out.h
diff --git a/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/bits/a.out.h b/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/bits/a.out.h
new file mode 100644 (file)
index 0000000..0e4a7c9
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __A_OUT_GNU_H__
+# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
+#endif
+
+#ifdef __x86_64__
+
+/* Signal to users of this header that this architecture really doesn't
+   support a.out binary format.  */
+#define __NO_A_OUT_SUPPORT 1
+
+#endif