about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-08 08:16:08 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-08 08:16:08 +0000
commit3e36c37d35827f060ee432712ba7fc0945e95a5b (patch)
tree5671c4c4d46e5bf397359c3838d4b69e36098eed /nptl/ChangeLog
parentbcd5f356674dc28b77044d087da00d197386e0e1 (diff)
downloadglibc-3e36c37d35827f060ee432712ba7fc0945e95a5b.tar.gz
glibc-3e36c37d35827f060ee432712ba7fc0945e95a5b.tar.xz
glibc-3e36c37d35827f060ee432712ba7fc0945e95a5b.zip
Update.
2003-06-08  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Remove
	hand-written CFI generation code.  Since ENTRY/END also initiated
	CFI frames this caused two CFI sets to be generated.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index aa18be29a2..9161f586b6 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-08  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Remove
+	hand-written CFI generation code.  Since ENTRY/END also initiated
+	CFI frames this caused two CFI sets to be generated.
+
 2003-06-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* cleanup_routine.c: New file.