From 6bad24a091143db9804e58a716c0a7ed55eadea2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 31 May 2012 15:57:54 -0700 Subject: Use x86_64 bits/a.out.h for both i386 and x86_64 --- sysdeps/unix/sysv/linux/x86/bits/a.out.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/x86/bits/a.out.h (limited to 'sysdeps/unix/sysv/linux/x86/bits/a.out.h') 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 directly; include 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 -- cgit v1.2.3