2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / sparc / bits / a.out.h
blob228a8d41af717364d92f744e2807b8f2ea797bc9
1 #ifndef __A_OUT_GNU_H__
2 # error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
3 #endif
5 #include <bits/wordsize.h>
7 #if __WORDSIZE == 64
9 /* Signal to users of this header that this architecture really doesn't
10 support a.out binary format. */
11 #define __NO_A_OUT_SUPPORT 1
13 #endif