diff options
author | Andreas Schwab <schwab@suse.de> | 2013-11-26 12:22:58 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-12-09 13:53:41 +0100 |
commit | caecf2a0ce760f03a7f5ffd63c9001cc1cfc2fbf (patch) | |
tree | 1e0e60235803f844d82e0b9910bae04f96b9544b /nptl/sysdeps/unix | |
parent | be2f9009164c4836fbe44b3484739622188edf51 (diff) | |
download | glibc-caecf2a0ce760f03a7f5ffd63c9001cc1cfc2fbf.tar glibc-caecf2a0ce760f03a7f5ffd63c9001cc1cfc2fbf.tar.gz glibc-caecf2a0ce760f03a7f5ffd63c9001cc1cfc2fbf.tar.bz2 glibc-caecf2a0ce760f03a7f5ffd63c9001cc1cfc2fbf.zip |
Fix CFI annotations in pthread_cond_timedwait for i486+
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S index a6d6bc460a..b74e4b5419 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S @@ -505,9 +505,9 @@ __pthread_cond_timedwait: #endif call __lll_unlock_wake jmp 11b - cfi_adjust_cfa_offset(-FRAME_SIZE) #ifndef __ASSUME_FUTEX_CLOCK_REALTIME + cfi_adjust_cfa_offset(-FRAME_SIZE) .Lreltmo: /* Get internal lock. */ movl $1, %edx @@ -742,7 +742,6 @@ __pthread_cond_timedwait: # endif call __lll_lock_wait jmp 106b - cfi_adjust_cfa_offset(-FRAME_SIZE) #endif .size __pthread_cond_timedwait, .-__pthread_cond_timedwait |