tags 731891 +patch
thanks

The build on the porterbox was successful, debdiff attatched, no immediate intent to NMU.

diff -u gcc-4.4-4.4.7/debian/changelog gcc-4.4-4.4.7/debian/changelog
--- gcc-4.4-4.4.7/debian/changelog
+++ gcc-4.4-4.4.7/debian/changelog
@@ -1,3 +1,10 @@
+gcc-4.4 (4.4.7-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build with linux 3.8 headers on mips*. Closes: #731891
+
+ -- Peter Michael Green <plugw...@debian.org>  Wed, 11 Dec 2013 01:18:00 +0000
+
 gcc-4.4 (4.4.7-5) unstable; urgency=low
 
   * Stop building mudflap packages.
diff -u gcc-4.4-4.4.7/debian/patches/linux-3.8-compat.diff 
gcc-4.4-4.4.7/debian/patches/linux-3.8-compat.diff
--- gcc-4.4-4.4.7/debian/patches/linux-3.8-compat.diff
+++ gcc-4.4-4.4.7/debian/patches/linux-3.8-compat.diff
@@ -16,0 +17,12 @@
+diff -ur a/src/gcc/config/mips/linux-unwind.h 
b/src/gcc/config/mips/linux-unwind.h
+--- a/src/gcc/config/mips/linux-unwind.h       2009-04-09 23:23:07.000000000 
+0000
++++ b/src/gcc/config/mips/linux-unwind.h       2013-12-11 01:15:35.084771421 
+0000
+@@ -75,7 +75,7 @@
+       struct rt_sigframe {
+       u_int32_t ass[4];  /* Argument save space for o32.  */
+       u_int32_t trampoline[2];
+-      struct siginfo info;
++      siginfo_t info;
+       _sig_ucontext_t uc;
+       } *rt_ = context->cfa;
+       sc = &rt_->uc.uc_mcontext;

Reply via email to