Sync with upstream roland/nptl branch
This commit is contained in:
parent
91f7360fcd
commit
1779efa74a
@ -15,6 +15,6 @@ diff -Nrup a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Make
|
|||||||
|
|
||||||
+CFLAGS-libc-start.c += -fno-asynchronous-unwind-tables
|
+CFLAGS-libc-start.c += -fno-asynchronous-unwind-tables
|
||||||
+
|
+
|
||||||
ifeq ($(subdir),csu)
|
ifeq ($(subdir),elf)
|
||||||
sysdep_routines += hp-timing
|
# help gcc inline asm code from dl-machine.h
|
||||||
elide-routines.os += hp-timing
|
+cflags += -finline-limit=2000
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
|
|
||||||
index 1080dc9..af1a44d 100644
|
|
||||||
--- a/sysdeps/pthread/Makefile
|
|
||||||
+++ b/sysdeps/pthread/Makefile
|
|
||||||
@@ -16,8 +16,10 @@
|
|
||||||
# License along with the GNU C Library; if not, see
|
|
||||||
# <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
+ifeq ($(subdir),rt)
|
|
||||||
ifeq (yes,$(build-shared))
|
|
||||||
$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
|
|
||||||
else
|
|
||||||
$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
|
|
||||||
endif
|
|
||||||
+endif
|
|
10
glibc.spec
10
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.19-739-gd6505ce
|
%define glibcsrcdir glibc-2.19-778-gc0c5824
|
||||||
%define glibcversion 2.19.90
|
%define glibcversion 2.19.90
|
||||||
%define glibcrelease 25%{?dist}
|
%define glibcrelease 26%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -221,7 +221,6 @@ Patch2031: %{name}-rh1070416.patch
|
|||||||
|
|
||||||
Patch2033: %{name}-aarch64-tls-fixes.patch
|
Patch2033: %{name}-aarch64-tls-fixes.patch
|
||||||
Patch2034: %{name}-aarch64-workaround-nzcv-clobber-in-tlsdesc.patch
|
Patch2034: %{name}-aarch64-workaround-nzcv-clobber-in-tlsdesc.patch
|
||||||
Patch2035: %{name}-rtkaio-testcase.patch
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# End of glibc patches.
|
# End of glibc patches.
|
||||||
@ -553,7 +552,6 @@ package or when debugging this package.
|
|||||||
%patch0047 -p1
|
%patch0047 -p1
|
||||||
%patch2033 -p1
|
%patch2033 -p1
|
||||||
%patch2034 -p1
|
%patch2034 -p1
|
||||||
%patch2035 -p1
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# %%prep - Additional prep required...
|
# %%prep - Additional prep required...
|
||||||
@ -1658,6 +1656,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 04 2014 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.19.90-26
|
||||||
|
- Sync with upstream roland/nptl branch.
|
||||||
|
- Improve testsuite failure outputs in build.log
|
||||||
|
|
||||||
* Thu Jul 03 2014 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.19.90-25
|
* Thu Jul 03 2014 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.19.90-25
|
||||||
- Sync with upstream roland/nptl branch.
|
- Sync with upstream roland/nptl branch.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user