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.18-442-gab26003


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  ab260039a8af93970d2212cd2771e207fbd24390 (commit)
      from  d1d9eaf478b7d3a11a599c120498b79fe5629a61 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ab260039a8af93970d2212cd2771e207fbd24390

commit ab260039a8af93970d2212cd2771e207fbd24390
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Tue Nov 26 12:41:39 2013 +0100

    Fix typo in _dl_tlsdesc_resolve_hold.

diff --git a/ChangeLog b/ChangeLog
index 2c5b039..17a66a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 2013-11-26  OndÅ?ej Bílka  <neleai@seznam.cz>
+	* sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
+
+2013-11-26  OndÅ?ej Bílka  <neleai@seznam.cz>
 	* resolv/netdb.h: Use __glibc_reserved instead __unused.
 	* rt/aio.h: Likewise.
 	* sysdeps/gnu/bits/utmp.h: Likewise.
diff --git a/sysdeps/x86_64/dl-tlsdesc.S b/sysdeps/x86_64/dl-tlsdesc.S
index de5219a..3468045 100644
--- a/sysdeps/x86_64/dl-tlsdesc.S
+++ b/sysdeps/x86_64/dl-tlsdesc.S
@@ -239,6 +239,6 @@ _dl_tlsdesc_resolve_hold:
 	movq	64(%rsp), %rcx
 	addq	$72, %rsp
 	cfi_adjust_cfa_offset (-72)
-	jmp	*(%eax)
+	jmp	*(%rax)
 	cfi_endproc
 	.size	_dl_tlsdesc_resolve_hold, .-_dl_tlsdesc_resolve_hold

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

Summary of changes:
 ChangeLog                   |    3 +++
 sysdeps/x86_64/dl-tlsdesc.S |    2 +-
 2 files changed, 4 insertions(+), 1 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]