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

r1561 - in glibc-package/branches/glibc-2.4/debian: . patches patches/sparc



Author: aurel32
Date: 2006-05-28 19:53:16 +0000 (Sun, 28 May 2006)
New Revision: 1561

Added:
   glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sysdep.diff
Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/patches/series
Log:
 * Add sparc/local-sysdep.diff (pull in __syscall_error routine when
   building with linuxthreads).



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 19:46:52 UTC (rev 1560)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 19:53:16 UTC (rev 1561)
@@ -92,6 +92,8 @@
   * Update any/local-libgcc-compat-{all,others}.diff and split them into
     any/local-libgcc-compat-{main,ports}.diff.
   * Add sparc/local-fork.diff (use fork.c instead of fork.S).
+  * Add sparc/local-sysdep.diff (pull in __syscall_error routine when 
+    building with linuxthreads).
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series	2006-05-28 19:46:52 UTC (rev 1560)
+++ glibc-package/branches/glibc-2.4/debian/patches/series	2006-05-28 19:53:16 UTC (rev 1561)
@@ -94,6 +94,7 @@
 sparc/local-fork.diff -p0
 sparc/local-linuxthreads.diff
 sparc/local-sparcv8-target.diff -p0
+sparc/local-sysdep.diff -p0
 sparc/submitted-timing.diff -p1
 
 all/local-remove-manual.diff

Added: glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sysdep.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sysdep.diff	2006-05-28 19:46:52 UTC (rev 1560)
+++ glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sysdep.diff	2006-05-28 19:53:16 UTC (rev 1561)
@@ -0,0 +1,11 @@
+2006-05-28  Aurelien Jarno <aurelien@aurel32.net>
+
+	* linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile: pull in 
+	  __syscall_error routine when building with linuxthreads.
+
+
+--- /dev/null	2006-05-24 08:39:47.042929312 +0200
++++ linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile	2003-01-12 09:12:11.000000000 +0100
+@@ -0,0 +1,2 @@
++# pull in __syscall_error routine
++libpthread-routines += sysdep



Reply to: