This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.10-174-gd9201c1


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d9201c13656dc73fba9c5f5f96c3d0e2c7971218 (commit)
      from  f8b6cd2182494252fdddafe72331b631afac08d8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d9201c13656dc73fba9c5f5f96c3d0e2c7971218

commit d9201c13656dc73fba9c5f5f96c3d0e2c7971218
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Sat Jul 18 13:08:21 2009 -0700

    Remove leftover cfi.

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 21115fd..45a9a42 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

-----------------------------------------------------------------------

Summary of changes:
 .../sysv/linux/x86_64/pthread_cond_timedwait.S     |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]