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

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



Author: aurel32
Date: 2007-10-26 19:25:02 +0000 (Fri, 26 Oct 2007)
New Revision: 2601

Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/any/submitted-longdouble.diff
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
  * any/submitted-longdouble.diff: update.



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-10-26 19:06:57 UTC (rev 2600)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-10-26 19:25:02 UTC (rev 2601)
@@ -58,6 +58,7 @@
 
   [ Aurelien Jarno ]
   * kfreebsd/local-sysdeps.diff: update to revision 2006 (from glibc-bsd).
+  * any/submitted-longdouble.diff: update.
 
   [ Petr Salinger]
   * any/local-linuxthreads-unwind.diff: provide unwind-resume routine for

Modified: glibc-package/branches/glibc-2.7/debian/patches/any/submitted-longdouble.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/any/submitted-longdouble.diff	2007-10-26 19:06:57 UTC (rev 2600)
+++ glibc-package/branches/glibc-2.7/debian/patches/any/submitted-longdouble.diff	2007-10-26 19:25:02 UTC (rev 2601)
@@ -3,7 +3,7 @@
 @@ -91,13 +91,17 @@
  tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
  	test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret \
- 	bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int
+ 	bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int test-tgmath2
 -# We do the `long double' tests only if this data type is available and
 -# distinct from `double'.
 +# We do the `long double' tests only if this data type is available.
@@ -21,18 +21,18 @@
  	test-ifloat test-idouble
  libm-tests.o = $(addsuffix .o,$(libm-tests))
  
-@@ -170,11 +174,15 @@
+@@ -171,11 +175,15 @@
  ifneq ($(long-double-fcts),yes)
  # The `double' and `long double' types are the same on this machine.
  # We won't compile the `long double' code at all.  Tell the `double' code
 -# to define aliases for the `FUNCl' names.  To avoid type conflicts in
 -# defining those aliases, tell <math.h> to declare the `FUNCl' names with
 -# `double' instead of `long double'.
-+# to define aliases for the `FUNCl' names.  
++# to define aliases for the `FUNCl' names.
 +ifeq ($(header-long-double-fcts),yes)
 +math-CPPFLAGS += -DNO_LONG_DOUBLE
 +else
-+# To avoid type conflicts in  defining those aliases, tell <math.h> to 
++# To avoid type conflicts in  defining those aliases, tell <math.h> to
 +# declare the `FUNCl' names with `double' instead of `long double'.
  math-CPPFLAGS += -DNO_LONG_DOUBLE -D_Mlong_double_=double
  endif

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-10-26 19:06:57 UTC (rev 2600)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-10-26 19:25:02 UTC (rev 2601)
@@ -151,7 +151,7 @@
 any/submitted-clock-settime.diff -p0
 any/submitted-date-and-unknown-tz.diff -p0
 any/submitted-libgcc_s.so.diff -p0
-#any/submitted-longdouble.diff
+any/submitted-longdouble.diff -p0
 #any/submitted-rfc3484-sortv4.diff -p0
 #any/submitted-strfry.diff -p0
 any/local-disable-nscd-host-caching.diff



Reply to: