about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-31 15:57:54 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-31 15:57:54 -0700
commit6bad24a091143db9804e58a716c0a7ed55eadea2 (patch)
tree55854dc13544d11fb40c65e686cb09147d049293 /sysdeps/unix/sysv/linux/x86
parent42bbb1c314c0ba4b947b3aae433d74a90b3b58a8 (diff)
downloadglibc-6bad24a091143db9804e58a716c0a7ed55eadea2.tar.gz
glibc-6bad24a091143db9804e58a716c0a7ed55eadea2.tar.xz
glibc-6bad24a091143db9804e58a716c0a7ed55eadea2.zip
Use x86_64 bits/a.out.h for both i386 and x86_64
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86')
-rw-r--r--sysdeps/unix/sysv/linux/x86/bits/a.out.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/bits/a.out.h b/sysdeps/unix/sysv/linux/x86/bits/a.out.h
new file mode 100644
index 0000000000..0e4a7c911f
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/x86/bits/a.out.h
@@ -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