Author: aurel32
Date: 2009-05-12 16:50:21 +0000 (Tue, 12 May 2009)
New Revision: 3498

Removed:
   glibc-package/branches/eglibc-2.10/debian/patches/powerpc/local-sysconf.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
  * Remove debian/patches/powerpc/local-sysconf.diff, as it only concerns
    kernel that are not supported anymore.



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-12 16:41:34 UTC 
(rev 3497)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-12 16:50:21 UTC 
(rev 3498)
@@ -23,7 +23,6 @@
     - Update patches/hurd-i386/local-tls-support.diff.
     - Update patches/hurd-i386/submitted-extern_inline.diff.
     - Remove debian/patches/mips/cvs-context.diff (merged).
-    - Update debian/patches/powerpc/local-sysconf.diff.
     - Remove debian/patches/all/submitted-readme-version.diff (merged).
     - Remove debian/patches/any/submitted-install-map-files.diff (merged).
     - Remove debian/patches/any/cvs-pthread_h.diff (merged).
@@ -66,6 +65,8 @@
   * Remove localedata/locale-fr_FR.diff as coreutils has been fixed.
   * Add debian/patches/any/submitted-autotools.diff to update config.guess
     and config.sub.
+  * Remove debian/patches/powerpc/local-sysconf.diff, as it only concerns
+    kernel that are not supported anymore.
 
  -- Aurelien Jarno <[email protected]>  Sun, 10 May 2009 15:03:39 +0200
 

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/powerpc/local-sysconf.diff
===================================================================
--- 
glibc-package/branches/eglibc-2.10/debian/patches/powerpc/local-sysconf.diff    
    2009-05-12 16:41:34 UTC (rev 3497)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/powerpc/local-sysconf.diff    
    2009-05-12 16:50:21 UTC (rev 3498)
@@ -1,46 +0,0 @@
-# DP: Add /proc/cpuinfo handling on Linux/PowerPC
-
----
- sysdeps/unix/sysv/linux/powerpc/getsysstats.c |   36 
++++++++++++++++++++++++++
- 1 file changed, 36 insertions(+)
-
---- /dev/null
-+++ b/sysdeps/unix/sysv/linux/powerpc/getsysstats.c
-@@ -0,0 +1,36 @@
-+/* Determine various system internal values, Linux/PowerPC version.
-+   Copyright (C) 2001,2002 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.  */
-+
-+
-+/* We need to define a special parser for /proc/cpuinfo.  */
-+#define GET_NPROCS_PARSER(FP, BUFFER, RESULT)                           \
-+  do                                                                    \
-+    {                                                                   \
-+      (RESULT) = 0;                                                     \
-+      /* Read all lines and count the lines starting with the string    \
-+       "cpu model".  We don't have to fear extremely long lines since   \
-+       the kernel will not generate them.  8192 bytes are really        \
-+       enough.  */                                                      \
-+      char *l;                                                                
  \
-+      while ((l = next_line (FD, BUFFER, &CP, &RE, BUFFER_END)) != NULL)  \
-+      if (strncmp (BUFFER, "cpu\t\t:", 6) == 0)                         \
-+        ++(RESULT);                                                     \
-+    }                                                                   \
-+  while (0)
-+
-+#include <sysdeps/unix/sysv/linux/getsysstats.c>

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/series    2009-05-12 
16:41:34 UTC (rev 3497)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series    2009-05-12 
16:50:21 UTC (rev 3498)
@@ -105,8 +105,6 @@
 mips/local-lazy-eval.diff
 mips/local-r10k.diff
 
-powerpc/local-sysconf.diff
-
 s390/submitted-nexttowardf.diff
 
 sh4/local-fpscr_values.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to