From: H.J. Lu Date: Thu, 31 May 2012 22:57:54 +0000 (-0700) Subject: Use x86_64 bits/a.out.h for both i386 and x86_64 X-Git-Tag: glibc-2.16-tps~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bad24a091143db9804e58a716c0a7ed55eadea2;p=thirdparty%2Fglibc.git Use x86_64 bits/a.out.h for both i386 and x86_64 --- diff --git a/ChangeLog b/ChangeLog index 3cab2d6e501..871e907e8ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2012-05-31 H.J. Lu [BZ #14117] + * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed. + * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ... + * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This. + * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling for x86-64. * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise. 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 0fb52c38150..00000000000 --- 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_64/bits/a.out.h b/sysdeps/unix/sysv/linux/x86/bits/a.out.h similarity index 100% rename from sysdeps/unix/sysv/linux/x86_64/bits/a.out.h rename to sysdeps/unix/sysv/linux/x86/bits/a.out.h