[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4160 - in glibc-package/branches/eglibc-2.11/debian: . patches patches/alpha



Author: aurel32
Date: 2010-02-08 18:25:25 +0000 (Mon, 08 Feb 2010)
New Revision: 4160

Added:
   glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-longjmp-chk.diff
Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/series
Log:
  * Add debian/patches/alpha/local-longjmp-chk.diff to fix FTBFS on alpha.



Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-08 18:20:57 UTC (rev 4159)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-08 18:25:25 UTC (rev 4160)
@@ -48,6 +48,7 @@
     fix ____longjmp_chk on s390 and s390x.
   * Add debian/patches/kfreebsd/local-syscalls_2.11.patch to add chflags,
     fchflags, lchflags syscalls on GNU/kFreeBSD.
+  * Add debian/patches/alpha/local-longjmp-chk.diff to fix FTBFS on alpha.
 
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-rtld_lock_recursive.diff: New patch to
@@ -64,7 +65,7 @@
   * Add kfreebsd/local-dosavesse.diff, which does not work,
     so rather use also added kfreebsd/local-nosavesse.diff
 
- -- Clint Adams <schizo@debian.org>  Mon, 08 Feb 2010 05:51:19 -0500
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 08 Feb 2010 19:25:18 +0100
 
 eglibc (2.10.2-7) UNRELEASED; urgency=low
 

Added: glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-longjmp-chk.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-longjmp-chk.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-longjmp-chk.diff	2010-02-08 18:25:25 UTC (rev 4160)
@@ -0,0 +1,10 @@
+--- a/ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
++++ b/ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
+@@ -0,0 +1,7 @@
++/* Jump to the position specified by ENV, causing the
++   setjmp call there to return VAL, or 1 if VAL is 0.
++   void __longjmp (__jmp_buf env, int val).  */
++      
++#warning longjmp_chk unimplemented
++#define __longjmp ____longjmp_chk
++#include<__longjmp.S>

Modified: glibc-package/branches/eglibc-2.11/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-08 18:20:57 UTC (rev 4159)
+++ glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-08 18:25:25 UTC (rev 4160)
@@ -53,6 +53,7 @@
 alpha/submitted-asm-memchr.diff
 alpha/submitted-sock_nonblock.diff
 alpha/local-fcntl_h.diff
+alpha/local-longjmp-chk.diff
 
 amd64/local-biarch.diff
 amd64/local-clone.diff


Reply to: