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

r2652 - in glibc-package/branches/glibc-2.7/debian: . patches patches/any patches/sh4



Author: aurel32
Date: 2007-11-02 10:03:53 +0000 (Fri, 02 Nov 2007)
New Revision: 2652

Added:
   glibc-package/branches/glibc-2.7/debian/patches/any/local-allocalim-header.diff
   glibc-package/branches/glibc-2.7/debian/patches/sh4/
   glibc-package/branches/glibc-2.7/debian/patches/sh4/local-fpscr_values.diff
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
  * Add sh4/local-fpscr_values.diff and any/local-allocalim-header.diff
    from Arthur Loiret.  Closes: #448248.



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-02 09:52:49 UTC (rev 2651)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-02 10:03:53 UTC (rev 2652)
@@ -82,6 +82,8 @@
     __strtoul_internal() instead of strtoul() in internal functions.
   * Update Galician debconf translation, by Jacobo Tarrio.  Closes: #447928.
   * Update Dutch debconf translation, by Bart Cornelis.  Closes: #448928.
+  * Add sh4/local-fpscr_values.diff and any/local-allocalim-header.diff
+    from Arthur Loiret.  Closes: #448248.
 
   [ Petr Salinger]
   * any/local-linuxthreads-unwind.diff: provide unwind-resume routine for
@@ -99,7 +101,7 @@
     preprocessor that isn't enough for Debian.
   * Update patches/locale/preprocessor-collate.diff.
   * Add alpha/submitted-PTR_MANGLE.diff (Closes: #448508).
-
+  
  -- Aurelien Jarno <aurel32@debian.org>  Fri, 02 Nov 2007 10:43:56 +0100
 
 glibc (2.6.1-6) unstable; urgency=low

Added: glibc-package/branches/glibc-2.7/debian/patches/any/local-allocalim-header.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/any/local-allocalim-header.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/patches/any/local-allocalim-header.diff	2007-11-02 10:03:53 UTC (rev 2652)
@@ -0,0 +1,11 @@
+--- sysdeps/unix/sysv/linux/check_pf.c	2007-10-16 14:05:26.798517293 +0000
++++ sysdeps/unix/sysv/linux/check_pf.c	2007-10-16 14:06:11.811066397 +0000
+@@ -25,6 +25,8 @@
+ #include <string.h>
+ #include <time.h>
+ #include <unistd.h>
++#include <alloca.h>
++#include <stdlib.h>
+ #include <sys/socket.h>
+ 
+ #include <asm/types.h>

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-02 09:52:49 UTC (rev 2651)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-02 10:03:53 UTC (rev 2652)
@@ -105,6 +105,8 @@
 
 powerpc/local-sysconf.diff 
 
+sh4/local-fpscr_values.diff -p0
+
 sparc/local-fork.diff -p0
 sparc/local-sparcv9-target.diff -p0
 sparc/submitted-timing.diff 
@@ -118,6 +120,7 @@
 any/local-asserth-decls.diff -p0
 any/local-bashisms.diff -p0
 any/local-bindresvport_blacklist.diff -p0
+any/local-allocalim-header.diff -p0
 any/local-dl-execstack.diff -p0
 any/local-fhs-linux-paths.diff -p0
 any/local-gcc4-wcstol_l.diff 

Added: glibc-package/branches/glibc-2.7/debian/patches/sh4/local-fpscr_values.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/sh4/local-fpscr_values.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/patches/sh4/local-fpscr_values.diff	2007-11-02 10:03:53 UTC (rev 2652)
@@ -0,0 +1,27 @@
+--- sysdeps/unix/sysv/linux/sh/Versions	2007-10-16 14:23:47.553278705 +0000
++++ sysdeps/unix/sysv/linux/sh/Versions	2007-10-16 14:24:32.517804705 +0000
+@@ -2,6 +2,7 @@
+   GLIBC_2.2 {
+     # functions used in other libraries
+     __xstat64; __fxstat64; __lxstat64;
++    __fpscr_values;
+ 
+     # a*
+     alphasort64;
+--- sysdeps/unix/sysv/linux/sh/sysdep.S	2007-10-16 14:23:56.151674031 +0000
++++ sysdeps/unix/sysv/linux/sh/sysdep.S	2007-10-16 14:26:10.525105917 +0000
+@@ -32,3 +32,14 @@
+ 
+ #define __syscall_error __syscall_error_1
+ #include <sysdeps/unix/sh/sysdep.S>
++
++       .data
++       .align 3
++       .globl ___fpscr_values
++       .type ___fpscr_values, @object
++       .size ___fpscr_values, 8
++___fpscr_values:
++       .long 0
++       .long 0x80000
++weak_alias (___fpscr_values, __fpscr_values)
++



Reply to: