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.13-31-ga875971


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  a875971e8e15b04e29494d0604cbcd47748ad8b4 (commit)
      from  70063199c3d35faa725ae23b19a3c2470ff86414 (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=a875971e8e15b04e29494d0604cbcd47748ad8b4

commit a875971e8e15b04e29494d0604cbcd47748ad8b4
Author: Manjunath Matti <manjunath81@gmail.com>
Date:   Tue Apr 26 22:15:46 2011 +0000

    Fix profiling build of __libc_do_syscall.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 4c1207a..e4e6371 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,8 @@
+2011-04-26  Manjunath Matti  <manjunath81@gmail.com>
+
+	* sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
+	(CALL_MCOUNT): Redefine to empty.
+
 2011-04-26  Richard Sandiford  <richard.sandiford@linaro.org>
 
 	* sysdeps/arm/dl-machine.h (elf_machine_rel): Handle STT_GNU_IFUNC
diff --git a/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S b/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
index d461712..0fca969 100644
--- a/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
+++ b/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
@@ -29,6 +29,9 @@
 	.syntax unified
 	.hidden __libc_do_syscall
 
+#undef CALL_MCOUNT
+#define CALL_MCOUNT
+
 ENTRY (__libc_do_syscall)
 	.fnstart
 	push	{r7, lr}

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

Summary of changes:
 ChangeLog.arm                                      |    5 +++++
 sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S |    3 +++
 2 files changed, 8 insertions(+), 0 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]