diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-06-01 13:22:46 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-06-01 13:22:46 -0700 |
commit | 3bd872c4c481664542c6c5797730f3830e827b92 (patch) | |
tree | 7c12c7fbf9a7a749334f1704d072e7f14aa67928 /ChangeLog | |
parent | 3553723f3ccc7571764b06d63a8c6e4a8f2c55bc (diff) | |
download | glibc-3bd872c4c481664542c6c5797730f3830e827b92.zip glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.gz glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.bz2 |
Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ 2012-06-01 H.J. Lu <hongjiu.lu@intel.com> [BZ #14117] + * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): + Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h + sys/debugreg.h sys/io.h here. + * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add + sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h + sys/io.h. + * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): + Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here. + * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ... + * sysdeps/unix/sysv/linux/x86/sys/elf.h: This. + * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ... + * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This. + * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8): Define only if __x86_64__ is defined. |