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

r1171 - in glibc-package/trunk/debian: . patches



Author: schizo
Date: 2006-02-12 18:39:12 +0000 (Sun, 12 Feb 2006)
New Revision: 1171

Added:
   glibc-package/trunk/debian/patches/hppa-no-ldbl-128.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Add hppa-no-ldbl-128.diff (stops implying that PA needs
    128-bit long double support in glibc) from Aurelien Jarno.
    (Closes: #344836).


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-12 16:14:42 UTC (rev 1170)
+++ glibc-package/trunk/debian/changelog	2006-02-12 18:39:12 UTC (rev 1171)
@@ -7,6 +7,9 @@
   [ Clint Adams ]
   * Add hurd-getresuid-dyslexia.diff (fixes incorrect ordering of
     arguments) with patch from Samuel Thibault.  (Closes: #352500)
+  * Add hppa-no-ldbl-128.diff (stops implying that PA needs
+    128-bit long double support in glibc) from Aurelien Jarno.
+    (Closes: #344836).
 
  -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500
 

Added: glibc-package/trunk/debian/patches/hppa-no-ldbl-128.diff
===================================================================
--- glibc-package/trunk/debian/patches/hppa-no-ldbl-128.diff	2006-02-12 16:14:42 UTC (rev 1170)
+++ glibc-package/trunk/debian/patches/hppa-no-ldbl-128.diff	2006-02-12 18:39:12 UTC (rev 1171)
@@ -0,0 +1,20 @@
+We do not have a 128-bit long double implementation for PA, so do
+not imply that we need the 128-bit long double support in glibc.
+We will likely define long double equivalent to double.
+
+2005-06-18  Carlos O'Donell <carlos@systemhalted.org>
+
+	* sysdeps/hppa/hppa1.1/Implies: Remove ldbl-128.
+
+===================================================================
+RCS file: /var/lib/cvs/glibc/sysdeps/hppa/hppa1.1/Implies,v
+retrieving revision 1.2
+retrieving revision 1.3
+diff -u -r1.2 -r1.3
+--- glibc/sysdeps/hppa/hppa1.1/Implies	2005/06/08 20:32:10	1.2
++++ glibc/sysdeps/hppa/hppa1.1/Implies	2005/07/18 04:32:31	1.3
+@@ -1,4 +1,3 @@
+ wordsize-32
+ ieee754/flt-32
+ ieee754/dbl-64
+-ieee754/ldbl-128

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-02-12 16:14:42 UTC (rev 1170)
+++ glibc-package/trunk/debian/patches/series	2006-02-12 18:39:12 UTC (rev 1171)
@@ -119,3 +119,4 @@
 localedata/sort-UTF8-first.diff -p0
 hppa-pie-relocs.diff -p1
 hurd-getresuid-dyslexia.diff -p0
+hppa-no-ldbl-128.diff -p1



Reply to: