about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-18 13:08:21 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-18 13:08:21 -0700
commitd9201c13656dc73fba9c5f5f96c3d0e2c7971218 (patch)
tree843fd758cf48757a0e20f8d86d2f8f3b970fc3f6 /nptl
parentf8b6cd2182494252fdddafe72331b631afac08d8 (diff)
downloadglibc-d9201c13656dc73fba9c5f5f96c3d0e2c7971218.tar.gz
glibc-d9201c13656dc73fba9c5f5f96c3d0e2c7971218.tar.xz
glibc-d9201c13656dc73fba9c5f5f96c3d0e2c7971218.zip
Remove leftover cfi.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
index 21115fddec..45a9a4213b 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
@@ -514,10 +514,7 @@ __pthread_cond_timedwait:
 	jmp	99b
 
 	/* Initial locking failed.  */
-1:	cfi_adjust_cfa_offset(3 * 8 + FRAME_SIZE)
-	cfi_rel_offset(%r12, FRAME_SIZE + 16)
-	cfi_rel_offset(%r13, FRAME_SIZE + 8)
-	cfi_rel_offset(%r14, FRAME_SIZE)
+1:
 # if cond_lock != 0
 	addq	$cond_lock, %rdi
 # endif