Use x86_64 bits/a.out.h for both i386 and x86_64

This commit is contained in:
H.J. Lu 2012-05-31 15:57:54 -07:00
parent 42bbb1c314
commit 6bad24a091
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,10 @@
2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
[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.

View File

@ -1,3 +0,0 @@
#ifndef __A_OUT_GNU_H__
# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
#endif