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-239-g5b938b2


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  5b938b2543c991be88a06fd7438f804d05358ac1 (commit)
      from  57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e (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=5b938b2543c991be88a06fd7438f804d05358ac1

commit 5b938b2543c991be88a06fd7438f804d05358ac1
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Jul 31 07:20:45 2009 -0700

    Remove CHEC_ESP handling from i386 __longjmp.

diff --git a/sysdeps/i386/__longjmp.S b/sysdeps/i386/__longjmp.S
index f2eeeec..5ff7a73 100644
--- a/sysdeps/i386/__longjmp.S
+++ b/sysdeps/i386/__longjmp.S
@@ -33,9 +33,6 @@ ENTRY (__longjmp)
 	movl (JB_SP*4)(%eax), %ecx
 	PTR_DEMANGLE (%edx)
 	PTR_DEMANGLE (%ecx)
-# ifdef CHECK_ESP
-	CHECK_ESP (%ecx)
-# endif
 	cfi_def_cfa(%eax, 0)
 	cfi_register(%eip, %edx)
 	cfi_register(%esp, %ecx)
@@ -57,12 +54,6 @@ ENTRY (__longjmp)
 	movl %ecx, %esp
 #else
 	movl 4(%esp), %ecx	/* User's jmp_buf in %ecx.  */
-
-# ifdef CHECK_ESP
-	movl (JB_SP*4)(%ecx), %eax
-	CHECK_ESP (%eax)
-# endif
-
 	movl 8(%esp), %eax	/* Second argument is return value.  */
 	/* Save the return address now.  */
 	movl (JB_PC*4)(%ecx), %edx

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

Summary of changes:
 sysdeps/i386/__longjmp.S |    9 ---------
 1 files changed, 0 insertions(+), 9 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]