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

r2920 - in glibc-package/trunk/debian: . patches patches/i386



Author: aurel32
Date: 2008-05-10 15:24:20 +0000 (Sat, 10 May 2008)
New Revision: 2920

Added:
   glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build with
    latest binutils.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-05-06 08:37:36 UTC (rev 2919)
+++ glibc-package/trunk/debian/changelog	2008-05-10 15:24:20 UTC (rev 2920)
@@ -23,6 +23,8 @@
     nexttowardf() on s390 with gcc-4.3.
   * sysdeps/arm.mk, sysdeps/s390.mk, control.in/main: use gcc-4.3 on arm
     and s390.
+  * i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build with
+    latest binutils.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
@@ -32,7 +34,7 @@
   * patches/hurd-i386/cvs-termios.diff: new patch to revamp ioctls/termios
   bits.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 05 May 2008 22:24:48 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 10 May 2008 17:23:04 +0200
 
 glibc (2.7-10) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff
===================================================================
--- glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff	2008-05-10 15:24:20 UTC (rev 2920)
@@ -0,0 +1,19 @@
+taken from the trunk:
+
+2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+        * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
+
+diff --git a/sysdeps/i386/fpu/ftestexcept.c b/sysdeps/i386/fpu/ftestexcept.c
+index 9038e04..1979fe1 100644
+--- a/sysdeps/i386/fpu/ftestexcept.c
++++ b/sysdeps/i386/fpu/ftestexcept.c
+@@ -26,7 +26,7 @@
+ int
+ fetestexcept (int excepts)
+ {
+-  int temp;
++  short temp;
+   int xtemp = 0;
+ 
+   /* Get current exceptions.  */

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2008-05-06 08:37:36 UTC (rev 2919)
+++ glibc-package/trunk/debian/patches/series	2008-05-10 15:24:20 UTC (rev 2920)
@@ -98,6 +98,7 @@
 hurd-i386/cvs-blocked-exceptions.diff
 hurd-i386/cvs-termios.diff
 
+i386/cvs-short-for-fnstsw.diff -p1
 i386/local-biarch.diff 
 i386/local-clone.diff -p0
 i386/local-cmov.diff -p0


Reply to: