Author: aurel32
Date: 2011-12-11 12:23:18 +0000 (Sun, 11 Dec 2011)
New Revision: 5071

Added:
   glibc-package/trunk/debian/patches/arm/cvs-syscall-mcount.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/arm/cvs-syscall-mcount.diff: new patch from upstream to fix
    build on armel.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2011-12-10 22:36:37 UTC (rev 
5070)
+++ glibc-package/trunk/debian/changelog        2011-12-11 12:23:18 UTC (rev 
5071)
@@ -1,6 +1,7 @@
 eglibc (2.13-23) UNRELEASED; urgency=low
 
-  * 
+  * patches/arm/cvs-syscall-mcount.diff: new patch from upstream to fix
+    build on armel.
 
  -- Aurelien Jarno <[email protected]>  Sat, 10 Dec 2011 23:36:21 +0100
 

Added: glibc-package/trunk/debian/patches/arm/cvs-syscall-mcount.diff
===================================================================
--- glibc-package/trunk/debian/patches/arm/cvs-syscall-mcount.diff              
                (rev 0)
+++ glibc-package/trunk/debian/patches/arm/cvs-syscall-mcount.diff      
2011-12-11 12:23:18 UTC (rev 5071)
@@ -0,0 +1,17 @@
+2011-04-26  Manjunath Matti  <[email protected]>
+
+       * ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
+       (CALL_MCOUNT): Redefine to empty.
+
+--- a/ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
++++ b/ports/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}

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2011-12-10 22:36:37 UTC (rev 
5070)
+++ glibc-package/trunk/debian/patches/series   2011-12-11 12:23:18 UTC (rev 
5071)
@@ -87,6 +87,7 @@
 arm/cvs-clone-cantunwind.diff
 arm/unsubmitted-ldconfig-cache-abi.diff
 arm/unsubmitted-ldso-abi-check.diff
+arm/cvs-syscall-mcount.diff
 
 hppa/local-inlining.diff
 hppa/local-linuxthreads.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to