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-249-g4a13776


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  4a1377672ca5472fac9096b4da72d26226b4aa59 (commit)
      from  5192104773c6d2f0bee47fe55872ad12b77034a5 (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=4a1377672ca5472fac9096b4da72d26226b4aa59

commit 4a1377672ca5472fac9096b4da72d26226b4aa59
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Sun Aug 2 21:51:37 2009 -0700

    Remove leftover code from Linux/x86 ____longjmp_chk.

diff --git a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
index 65c7bae..a07e6c8 100644
--- a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
+++ b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
@@ -39,12 +39,6 @@ longjmp_msg:
 			call	__fortify_fail
 #endif
 
-#define CHECK_ESP(reg) \
-	cmpl	reg, %esp;						      \
-	jbe	.Lok;							      \
-	CALL_FAIL;							      \
-.Lok:
-
 
 	.text
 ENTRY (____longjmp_chk)

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

Summary of changes:
 sysdeps/unix/sysv/linux/i386/____longjmp_chk.S |    6 ------
 1 files changed, 0 insertions(+), 6 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]