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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.14-6-g3c6ac5c


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  3c6ac5cbe1b17f08bf66be4b1b1c6ffd01729af9 (commit)
      from  e349dfdb68723dd076d22905a521ef6ab1601ba7 (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-ports.git;a=commitdiff;h=3c6ac5cbe1b17f08bf66be4b1b1c6ffd01729af9

commit 3c6ac5cbe1b17f08bf66be4b1b1c6ffd01729af9
Author: Andrew Haley <aph@redhat.com>
Date:   Tue Aug 2 15:32:10 2011 +0000

    Mark ARM __clone as .cantunwind.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 8fd7c4e..9a9cda2 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,7 @@
+2011-08-02  Andrew Haley  <aph@redhat.com>
+
+	* sysdeps/unix/sysv/linux/arm/clone.S: Mark as .cantunwind.
+
 2011-06-30  Richard Sandiford  <richard.sandiford@linaro.org>
 
 	* sysdeps/arm/elf/start.S (_start): Align the constant pool to 4 bytes.
diff --git a/sysdeps/unix/sysv/linux/arm/clone.S b/sysdeps/unix/sysv/linux/arm/clone.S
index 178b0f1..f3d6741 100644
--- a/sysdeps/unix/sysv/linux/arm/clone.S
+++ b/sysdeps/unix/sysv/linux/arm/clone.S
@@ -81,8 +81,11 @@ ENTRY(__clone)
 	RETINSTR(, lr)
 
 	cfi_startproc
-	cfi_undefined (lr)
+PSEUDO_END (__clone)
+
 1:
+	.fnstart
+	.cantunwind
 #ifdef RESET_PID
 	tst	ip, #CLONE_THREAD
 	bne	3f
@@ -116,6 +119,6 @@ ENTRY(__clone)
 	@ and we are done, passing the return value through r0
 	b	PLTJMP(HIDDEN_JUMPTARGET(_exit))
 
-PSEUDO_END (__clone)
+	.fnend
 
 weak_alias (__clone, clone)

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

Summary of changes:
 ChangeLog.arm                       |    4 ++++
 sysdeps/unix/sysv/linux/arm/clone.S |    7 +++++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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