]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- fix PR math/12775: typo in sysdeps/x86_64/fpu/e_powl.S. auto/th/glibc-2_13-6 auto/ti/glibc-2_13-6
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 19 May 2011 20:55:24 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-pr12775.patch -> 1.1
    glibc.spec -> 1.903

glibc-pr12775.patch [new file with mode: 0644]
glibc.spec

diff --git a/glibc-pr12775.patch b/glibc-pr12775.patch
new file mode 100644 (file)
index 0000000..4cc4f28
--- /dev/null
@@ -0,0 +1,23 @@
+From 8db736347c7aca3201f61e3f05b5f672bcdd5bd9 Mon Sep 17 00:00:00 2001
+From: H.J. Lu <hongjiu.lu@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@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
index 3a88736c5e5da3fa0c2c58f41375139cc11598a9..cb06a2dcc54ed2c1acf3a2398f6d0794a64866cf 100644 (file)
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       2.13
-Release:       5
+Release:       6
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -85,6 +85,7 @@ Patch36:      0060_all_glibc-2.13-static-memmove-ssse3.patch
 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
@@ -942,6 +943,7 @@ mv %{name}-ports-%{ports_version} ports
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.218337 seconds and 4 git commands to generate.