packages: glibc/glibc.spec, glibc/glibc-pr12775.patch (NEW) - fix PR math/1...

pluto pluto at pld-linux.org
Thu May 19 22:55:29 CEST 2011


Author: pluto                        Date: Thu May 19 20:55:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix PR math/12775: typo in sysdeps/x86_64/fpu/e_powl.S.

---- Files affected:
packages/glibc:
   glibc.spec (1.902 -> 1.903) , glibc-pr12775.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.902 packages/glibc/glibc.spec:1.903
--- packages/glibc/glibc.spec:1.902	Sun Apr 10 13:44:19 2011
+++ packages/glibc/glibc.spec	Thu May 19 22:55:24 2011
@@ -35,7 +35,7 @@
 Summary(uk.UTF-8):	GNU libc версії
 Name:		glibc
 Version:	2.13
-Release:	5
+Release:	6
 Epoch:		6
 License:	LGPL v2.1+
 Group:		Libraries
@@ -86,6 +86,7 @@
 Patch37:	0061_all_glibc-2.13-static-memset.patch
 Patch38:	1055_all_glibc-resolv-dynamic.patch
 Patch39:	1070_all_glibc-fadvise64_64.patch
+Patch40:	%{name}-pr12775.patch
 URL:		http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires:	audit-libs-devel}
 BuildRequires:	autoconf
@@ -943,6 +944,7 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1728,6 +1730,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.903  2011/05/19 20:55:24  pluto
+- fix PR math/12775: typo in sysdeps/x86_64/fpu/e_powl.S.
+
 Revision 1.902  2011/04/10 11:44:19  arekm
 rel 5; fixes and updated version of patches from gentoo
 

================================================================
Index: packages/glibc/glibc-pr12775.patch
diff -u /dev/null packages/glibc/glibc-pr12775.patch:1.1
--- /dev/null	Thu May 19 22:55:29 2011
+++ packages/glibc/glibc-pr12775.patch	Thu May 19 22:55:24 2011
@@ -0,0 +1,23 @@
+From 8db736347c7aca3201f61e3f05b5f672bcdd5bd9 Mon Sep 17 00:00:00 2001
+From: H.J. Lu <hongjiu.lu at intel.com>
+Date: Wed, 18 May 2011 19:50:48 -0400
+Subject: [PATCH] Fix typo in x86-64 powl
+
+--- a/sysdeps/x86_64/fpu/e_powl.S
++++ b/sysdeps/x86_64/fpu/e_powl.S
+@@ -1,5 +1,5 @@
+ /* ix87 specific implementation of pow function.
+-   Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2007
++   Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2007, 2011
+    Free Software Foundation, Inc.
+    This file is part of the GNU C Library.
+    Contributed by Ulrich Drepper <drepper at cygnus.com>, 1996.
+@@ -154,7 +154,7 @@ ENTRY(__ieee754_powl)
+ 	fucompp			// 1.0 : x : y
+ 	fnstsw
+ 	fxch			// x : 1.0 : y
+-	test	$4500,%eax
++	test	$0x4500,%eax
+ 	jz	7f
+ 	fsub	%st(1)		// x-1 : 1.0 : y
+ 	fyl2xp1			// log2(x) : y
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.902&r2=1.903&f=u



More information about the pld-cvs-commit mailing list