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

r3735 - in glibc-package/branches/eglibc-2.10/debian: . patches



Author: aurel32
Date: 2009-08-03 17:50:32 +0000 (Mon, 03 Aug 2009)
New Revision: 3735

Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
   glibc-package/branches/eglibc-2.10/debian/patches/svn-updates.diff
Log:
  * Update to upstream revision 8758.



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog	2009-08-03 09:23:51 UTC (rev 3734)
+++ glibc-package/branches/eglibc-2.10/debian/changelog	2009-08-03 17:50:32 UTC (rev 3735)
@@ -106,6 +106,7 @@
     math testsuite on ia64.
   * Use gcc 4.4 by default, except on armel, hppa, mips, mipsel, powerpc, 
     ppc64, sparc and hurd-i386.
+  * Update to upstream revision 8758.
 
   [ Petr Salinger ]
   * Add kfreebsd/local-no-SOCK_NONBLOCK.diff to fix build on GNU/kFreeBSD.
@@ -119,7 +120,7 @@
     on Linux, to fix build.
   * Apply kfreebsd/local-no-SOCK_NONBLOCK.diff on hurd-i386 to fix build too.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 03 Aug 2009 10:53:04 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 03 Aug 2009 19:49:40 +0200
 
 eglibc (2.9-24) UNRELEASED; urgency=low
 

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/series	2009-08-03 09:23:51 UTC (rev 3734)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series	2009-08-03 17:50:32 UTC (rev 3735)
@@ -1,4 +1,4 @@
-#svn-updates.diff
+svn-updates.diff
 
 locale/check-unknown-symbols.diff
 locale/fix-LC_COLLATE-rules.diff

Modified: glibc-package/branches/eglibc-2.10/debian/patches/svn-updates.diff
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/svn-updates.diff	2009-08-03 09:23:51 UTC (rev 3734)
+++ glibc-package/branches/eglibc-2.10/debian/patches/svn-updates.diff	2009-08-03 17:50:32 UTC (rev 3735)
@@ -1 +1,53 @@
-SVN updates
+SVN update of svn://svn.eglibc.org/branches/eglibc-2_10 from revision 8733
+
+--- a/ports/sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S	(révision 0)
++++ b/ports/sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S	(révision 8758)
+@@ -0,0 +1,2 @@
++/* MIPS does not have socket.S and the socketcall syscall should
++   generally be avoided, though it exists.  */
+--- a/ports/sysdeps/unix/sysv/linux/mips/mips32/accept4.c	(révision 0)
++++ b/ports/sysdeps/unix/sysv/linux/mips/mips32/accept4.c	(révision 8758)
+@@ -0,0 +1,32 @@
++/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++/* Avoid accept4.c trying to use a definition based on the socketcall
++   syscall and internal_accept4.S.  */
++
++#include <errno.h>
++#include <signal.h>
++#include <sys/socket.h>
++
++#include <sysdep-cancel.h>
++#include <sys/syscall.h>
++#include <kernel-features.h>
++
++#undef __NR_socketcall
++
++#include <sysdeps/unix/sysv/linux/accept4.c>
+--- a/ports/ChangeLog.mips	(révision 8733)
++++ b/ports/ChangeLog.mips	(révision 8758)
+@@ -1,3 +1,8 @@
++2009-08-03  Joseph Myers  <joseph@codesourcery.com>
++
++	* sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
++	sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
++
+ 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
+ 
+ 	* sysdeps/unix/sysv/linux/mips/kernel-features.h: Define


Reply to: