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/i386/bits/a.out.h | 3 --- sysdeps/unix/sysv/linux/x86/bits/a.out.h | 11 +++++++++++ sysdeps/unix/sysv/linux/x86_64/bits/a.out.h | 11 ----------- 3 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/i386/bits/a.out.h create mode 100644 sysdeps/unix/sysv/linux/x86/bits/a.out.h delete mode 100644 sysdeps/unix/sysv/linux/x86_64/bits/a.out.h (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/i386/bits/a.out.h b/sysdeps/unix/sysv/linux/i386/bits/a.out.h deleted file mode 100644 index 0fb52c3815..0000000000 --- a/sysdeps/unix/sysv/linux/i386/bits/a.out.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef __A_OUT_GNU_H__ -# error "Never use directly; include instead." -#endif 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 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 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 1.4.1