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

r2670 - in glibc-package/branches/glibc-2.7/debian: . patches patches/arm



Author: aurel32
Date: 2007-11-16 14:01:29 +0000 (Fri, 16 Nov 2007)
New Revision: 2670

Added:
   glibc-package/branches/glibc-2.7/debian/patches/arm/local-eabi-wchar.diff
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
  * debian/patches/arm/local-eabi-wchar.diff: new patch from Riku Voipio to
    fiw WCHAR_MIN and WCHAR_MAX definitions on armel.  Closes: #444580.



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-16 13:46:46 UTC (rev 2669)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-16 14:01:29 UTC (rev 2670)
@@ -100,6 +100,8 @@
     2.6.9 for alpha.
   * script.in/kernelcheck.sh, sysdeps/sh4.mk: bump minimum kernel version to
     2.6.11 for sh4.
+  * debian/patches/arm/local-eabi-wchar.diff: new patch from Riku Voipio to
+    fiw WCHAR_MIN and WCHAR_MAX definitions on armel.  Closes: #444580.
 
   [ Petr Salinger]
   * any/local-linuxthreads-unwind.diff: provide unwind-resume routine for
@@ -123,7 +125,7 @@
   [ Samuel Thibault ]
   * hurd-i386/submitted-ptr-mangle.diff: Define PTR_MANGLE for assembly.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 16 Nov 2007 14:41:41 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 16 Nov 2007 15:00:16 +0100
 
 glibc (2.6.1-6) unstable; urgency=low
 

Added: glibc-package/branches/glibc-2.7/debian/patches/arm/local-eabi-wchar.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/arm/local-eabi-wchar.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/patches/arm/local-eabi-wchar.diff	2007-11-16 14:01:29 UTC (rev 2670)
@@ -0,0 +1,31 @@
+Index: glibc-2.6.1/ports/sysdeps/arm/eabi/bits/wchar.h
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ glibc-2.6.1/ports/sysdeps/arm/eabi/bits/wchar.h	2007-09-28 21:56:24.000000000 +0000
+@@ -0,0 +1,26 @@
++/* wchar_t type related definitions.
++   Copyright (C) 2000 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.  */
++
++#ifndef _BITS_WCHAR_H
++#define _BITS_WCHAR_H	1
++
++#define __WCHAR_MIN	( 0 )
++#define __WCHAR_MAX	( (wchar_t) - 1 )
++
++#endif	/* bits/wchar.h */

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-16 13:46:46 UTC (rev 2669)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-16 14:01:29 UTC (rev 2670)
@@ -59,6 +59,7 @@
 
 arm/cvs-gcc4-inline.diff -p0
 arm/local-args6.diff -p0
+arm/local-eabi-wchar.diff -p1
 arm/local-ioperm.diff -p0
 arm/local-lowlevellock.diff -p0
 arm/local-no-hwcap.diff -p0



Reply to: