about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-16 05:29:24 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-16 05:29:24 +0000
commit452aea842fc43f2652ec352ab71e855e69057e5d (patch)
tree8f9b46645e4d3c1f1df228b9c9b5cc4618aba5b9 /nptl/ChangeLog
parent7a1147946ecd5fe962e2959afe69c25c7a553672 (diff)
downloadglibc-452aea842fc43f2652ec352ab71e855e69057e5d.tar.gz
glibc-452aea842fc43f2652ec352ab71e855e69057e5d.tar.xz
glibc-452aea842fc43f2652ec352ab71e855e69057e5d.zip
Update.
	* sysdeps/unix/sysv/linux/i386/dl-sysdep.h
	(DL_SYSINFO_IMPLEMENTATION): Use CFI opcodes.
	* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
	(DL_SYSINFO_IMPLEMENTATION): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 47a0dd8ff3..0b22326e6e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,10 @@
 2003-06-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/dl-sysdep.h
+	(DL_SYSINFO_IMPLEMENTATION): Use CFI opcodes.
+	* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
+	(DL_SYSINFO_IMPLEMENTATION): Likewise.
+
 	* pthreadP.h (LIBC_CANCEL_ASYNC): Also define for librt.
 	(LIBC_CANCEL_RESET): Likewise.
 	Declare __librt_enable_asynccancel and __librt_disable_asynccancel.