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

r4347 - in glibc-package/trunk/debian: . patches patches/amd64 patches/sh4



Author: aurel32
Date: 2010-06-13 21:21:45 +0000 (Sun, 13 Jun 2010)
New Revision: 4347

Removed:
   glibc-package/trunk/debian/patches/amd64/submitted-cpuid.diff
   glibc-package/trunk/debian/patches/sh4/cvs-register_dump.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/copyright
   glibc-package/trunk/debian/patches/series
Log:
  * New upstream stable release:
    - Remove debian/patches/amd64/submitted-cpuid.diff (merged).
    - Remove debian/patches/sh4/cvs-register_dump.diff (merged).




Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-06-13 20:57:26 UTC (rev 4346)
+++ glibc-package/trunk/debian/changelog	2010-06-13 21:21:45 UTC (rev 4347)
@@ -1,5 +1,9 @@
-eglibc (2.11.1-4) unreleased; urgency=low
+eglibc (2.11.2-1) unreleased; urgency=low
 
+  * New upstream stable release:
+    - Remove debian/patches/amd64/submitted-cpuid.diff (merged).
+    - Remove debian/patches/sh4/cvs-register_dump.diff (merged).
+
   [ Samuel Thibault ]
   * Add patches/hurd-i386/local-mkdir_root.diff to fix busybox' mkdir -p.
 
@@ -13,7 +17,7 @@
     in group_member().  Closes: bug#570047.
   * Update local/manpages/getconf.1.  Closes: bug#576691.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 13 Jun 2010 22:56:33 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 13 Jun 2010 22:57:42 +0200
 
 eglibc (2.11.1-3) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/copyright
===================================================================
--- glibc-package/trunk/debian/copyright	2010-06-13 20:57:26 UTC (rev 4346)
+++ glibc-package/trunk/debian/copyright	2010-06-13 21:21:45 UTC (rev 4347)
@@ -1,5 +1,5 @@
 This is the Debian prepackaged version of the Embedded GNU C Library
-version 2.11.1.
+version 2.11.2.
 
 It was put together by the GNU Libc Maintainers <debian-glibc@lists.debian.org>
 from <svn://svn.eglibc.org>

Deleted: glibc-package/trunk/debian/patches/amd64/submitted-cpuid.diff
===================================================================
--- glibc-package/trunk/debian/patches/amd64/submitted-cpuid.diff	2010-06-13 20:57:26 UTC (rev 4346)
+++ glibc-package/trunk/debian/patches/amd64/submitted-cpuid.diff	2010-06-13 21:21:45 UTC (rev 4347)
@@ -1,22 +0,0 @@
-2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
-
-	* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
-	Properly check family and model.
-
---- a/sysdeps/x86_64/multiarch/init-arch.c
-+++ b/sysdeps/x86_64/multiarch/init-arch.c
-@@ -62,12 +62,12 @@
-       unsigned int eax = __cpu_features.cpuid[COMMON_CPUID_INDEX_1].eax;
-       unsigned int extended_family = (eax >> 20) & 0xff;
-       unsigned int extended_model = (eax >> 12) & 0xf0;
--      if (__cpu_features.family == 0x0f)
-+      if (family == 0x0f)
- 	{
- 	  family += extended_family;
- 	  model += extended_model;
- 	}
--      else if (__cpu_features.family == 0x06)
-+      else if (family == 0x06)
- 	model += extended_model;
-     }
-   /* This spells out "AuthenticAMD".  */

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2010-06-13 20:57:26 UTC (rev 4346)
+++ glibc-package/trunk/debian/patches/series	2010-06-13 21:21:45 UTC (rev 4347)
@@ -62,7 +62,6 @@
 amd64/local-biarch.diff
 amd64/local-clone.diff
 amd64/local-linuxthreads-gscope.diff
-amd64/submitted-cpuid.diff
 amd64/submitted-tst-audit6-avx.diff
 
 arm/local-atomic.diff
@@ -158,7 +157,6 @@
 
 sh4/local-fpscr_values.diff
 sh4/submitted-set_fpscr.diff
-sh4/cvs-register_dump.diff
 
 sparc/local-fork.diff
 sparc/local-sparcv9-target.diff

Deleted: glibc-package/trunk/debian/patches/sh4/cvs-register_dump.diff
===================================================================
--- glibc-package/trunk/debian/patches/sh4/cvs-register_dump.diff	2010-06-13 20:57:26 UTC (rev 4346)
+++ glibc-package/trunk/debian/patches/sh4/cvs-register_dump.diff	2010-06-13 21:21:45 UTC (rev 4347)
@@ -1,26 +0,0 @@
-2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
-
-	* sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
-
----
- sysdeps/unix/sysv/linux/sh/sh4/register-dump.h |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/sysdeps/unix/sysv/linux/sh/sh4/register-dump.h
-+++ b/sysdeps/unix/sysv/linux/sh/sh4/register-dump.h
-@@ -1,5 +1,5 @@
- /* Dump registers.
--   Copyright (C) 1999, 2000, 2009 Free Software Foundation, Inc.
-+   Copyright (C) 1999, 2000, 2009, 2010 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
-@@ -58,7 +58,7 @@
- {
-   char regs[22][8];
-   char fpregs[34][8];
--  struct iovec iov[112];
-+  struct iovec iov[22 * 2 + 34 * 2 + 2];
-   size_t nr = 0;
- 
- #define ADD_STRING(str) \


Reply to: