summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-21 02:35:30 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-21 02:35:30 +0000
commitc761cdf5a082d0d22d18f2d70443da7d064e2187 (patch)
tree3050cf18c76eb52a8c1f7a22bfd236521b7d526a /linuxthreads/ChangeLog
parent9d69bd2492a229db2c165b56afb4e8822abe5b62 (diff)
downloadglibc-c761cdf5a082d0d22d18f2d70443da7d064e2187.tar.gz
glibc-c761cdf5a082d0d22d18f2d70443da7d064e2187.tar.xz
glibc-c761cdf5a082d0d22d18f2d70443da7d064e2187.zip
Update.
	* sysdeps/i386/useldt.h: Go back to using 16-bit instructions when
	loading/reading segment registers.  Some old hardware doesn't
	handle the 32-bit instructions as expected.
	* sysdeps/i386/tls.h: Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index ce61798bbd..2be82510d0 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,10 @@
 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/useldt.h: Go back to using 16-bit instructions when
+	loading/reading segment registers.  Some old hardware doesn't
+	handle the 32-bit instructions as expected.
+	* sysdeps/i386/tls.h: Likewise.
+
 	* sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Second parameter is
 	renamed to secondcall and use is negated.
 	(TLS_SETUP_GS_SEGMENT): Likewise.