diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-31 15:57:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-31 15:57:54 -0700 |
commit | 6bad24a091143db9804e58a716c0a7ed55eadea2 (patch) | |
tree | 55854dc13544d11fb40c65e686cb09147d049293 /sysdeps/unix/sysv/linux/x86_64 | |
parent | 42bbb1c314c0ba4b947b3aae433d74a90b3b58a8 (diff) | |
download | glibc-6bad24a091143db9804e58a716c0a7ed55eadea2.tar glibc-6bad24a091143db9804e58a716c0a7ed55eadea2.tar.gz glibc-6bad24a091143db9804e58a716c0a7ed55eadea2.tar.bz2 glibc-6bad24a091143db9804e58a716c0a7ed55eadea2.zip |
Use x86_64 bits/a.out.h for both i386 and x86_64
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/bits/a.out.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/a.out.h b/sysdeps/unix/sysv/linux/x86_64/bits/a.out.h deleted file mode 100644 index 0e4a7c911f..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/bits/a.out.h +++ /dev/null @@ -1,11 +0,0 @@ -#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 |