SHA256
1
0
forked from pool/glibc

Accepting request 230484 from home:Andreas_Schwab:Factory

- ibm-long-double-frexpl.patch: Correct IBM long double frexpl
  (bnc#872573, BZ #16740, BZ #16619)

OBS-URL: https://build.opensuse.org/request/show/230484
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=362
This commit is contained in:
2014-04-17 14:02:34 +00:00
committed by Git OBS Bridge
parent c85422d0b9
commit 96e20a41d7
7 changed files with 230 additions and 9 deletions

View File

@@ -250,6 +250,10 @@ Patch1007: ppc64-copysign.patch
Patch1008: nextafterl-ibm-ldouble.patch
# PATCH-FIX-UPSTREAM Remove faulty assembler implementations for IBM long double (BZ #16701, BZ #16706, BZ #16707)
Patch1009: ibm-long-double-math.patch
# PATCH-FIX-UPSTREAM Correct IBM long double frexpl (BZ #16740, BZ #16619)
Patch1010: ibm-long-double-frexpl.patch
# PATCH-FIX-UPSTREAM Fix aarch64 setcontext clobbering alternate signal stack (BZ #16629)
Patch1011: aarch64-setcontext.patch
###
# Patches awaiting upstream approval
@@ -264,8 +268,6 @@ Patch2002: ldd-system-interp.patch
Patch2003: abort-no-flush.patch
# PATCH-FIX-UPSTREAM Properly handle forced elision in pthread_mutex_trylock (BZ #16657)
Patch2004: pthread-mutex-trylock-elision.patch
# PATCH-FIX-UPSTREAM Fix aarch64 setcontext clobbering alternate signal stack (BZ #16629)
Patch2005: aarch64-setcontext.patch
# Non-glibc patches
# PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -476,13 +478,14 @@ rm nscd/s-stamp
%patch1007 -p1
%patch1008 -p1
%patch1009 -p1
%patch1010 -p1
%patch1011 -p1
%patch2000 -p1
%patch2001 -p1
%patch2002 -p1
%patch2003 -p1
%patch2004 -p1
%patch2005 -p1
%patch3000