Author: aurel32
Date: 2014-05-21 14:48:21 +0000 (Wed, 21 May 2014)
New Revision: 6098

Added:
   
glibc-package/branches/glibc-branch-wheezy/debian/patches/mips/cvs-backtrace.diff
Modified:
   glibc-package/branches/glibc-branch-wheezy/debian/changelog
   glibc-package/branches/glibc-branch-wheezy/debian/patches/series
Log:
debian/patches/mips/cvs-backtrace.diff: new patch from upstream to
fix backtrace() on mips.  Closes: #741354.

Modified: glibc-package/branches/glibc-branch-wheezy/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-wheezy/debian/changelog 2014-05-21 
12:40:56 UTC (rev 6097)
+++ glibc-package/branches/glibc-branch-wheezy/debian/changelog 2014-05-21 
14:48:21 UTC (rev 6098)
@@ -3,6 +3,8 @@
   [ Aurelien Jarno ]
   * debian/patches/localedata/cvs-de_AT-Februar.diff: new patch from
     upstream to fix February month name in de_AT locale.  Closes: #738544.
+  * debian/patches/mips/cvs-backtrace.diff: new patch from upstream to
+    fix backtrace() on mips.  Closes: #741354.
 
  -- Aurelien Jarno <[email protected]>  Mon, 05 May 2014 14:21:03 +0200
 

Added: 
glibc-package/branches/glibc-branch-wheezy/debian/patches/mips/cvs-backtrace.diff
===================================================================
--- 
glibc-package/branches/glibc-branch-wheezy/debian/patches/mips/cvs-backtrace.diff
                           (rev 0)
+++ 
glibc-package/branches/glibc-branch-wheezy/debian/patches/mips/cvs-backtrace.diff
   2014-05-21 14:48:21 UTC (rev 6098)
@@ -0,0 +1,20 @@
+2012-01-03  Tom de Vries  <[email protected]>
+
+       * ports/sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
+       * ports/sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
+
+--- a/ports/sysdeps/mips/Makefile
++++ b/ports/sysdeps/mips/Makefile
+@@ -11,4 +11,8 @@ ifeq ($(subdir),rt)
+ librt-sysdep_routines += rt-sysdep
+ endif
+ 
++ifeq ($(subdir),debug)
++CFLAGS-backtrace.c += -funwind-tables
++endif
++
+ ASFLAGS-.os += $(pic-ccflag)
+--- /dev/null
++++ b/ports/sysdeps/mips/backtrace.c
+@@ -0,0 +1 @@
++#include <sysdeps/ia64/backtrace.c>

Modified: glibc-package/branches/glibc-branch-wheezy/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-wheezy/debian/patches/series    
2014-05-21 12:40:56 UTC (rev 6097)
+++ glibc-package/branches/glibc-branch-wheezy/debian/patches/series    
2014-05-21 14:48:21 UTC (rev 6098)
@@ -246,6 +246,7 @@
 mips/submitted-dl-platform.diff
 mips/cvs-dlopen-lazy.diff
 mips/cvs-prlimit64.diff
+mips/cvs-backtrace.diff
 
 powerpc/local-libgcc_eh-ld.so.diff
 


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

Reply via email to