about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-06-01 13:22:46 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-06-01 13:22:46 -0700
commit3bd872c4c481664542c6c5797730f3830e827b92 (patch)
tree7c12c7fbf9a7a749334f1704d072e7f14aa67928 /ChangeLog
parent3553723f3ccc7571764b06d63a8c6e4a8f2c55bc (diff)
downloadglibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.gz
glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.xz
glibc-3bd872c4c481664542c6c5797730f3830e827b92.zip
Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5f68f3383..470aa8577f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.