Fix tst-makecontext on armhfp
This commit is contained in:
Florian Weimer 2016-05-07 16:51:36 +02:00
parent 0ad6e19e8d
commit 55dbe293ce
2 changed files with 24 additions and 0 deletions

21
glibc-rh1288740.patch Normal file
View File

@ -0,0 +1,21 @@
commit e535ce250143b9c1600b306911710c0de73e2a5e
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Thu Feb 11 17:17:38 2016 +0000
[ARM] add missing -funwind-tables to test case (bug 19529)
stdlib/tst-makecontext test failed on arm because it used backtrace
without -funwind-tables.
diff --git a/stdlib/Makefile b/stdlib/Makefile
index e406856..26fe67a 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -112,6 +112,7 @@ CFLAGS-strfmon_l.c = $(libio-mtsafe)
CFLAGS-tst-bsearch.c = $(stack-align-test-flags)
CFLAGS-tst-qsort.c = $(stack-align-test-flags)
+CFLAGS-tst-makecontext.c += -funwind-tables
CFLAGS-tst-makecontext2.c = $(stack-align-test-flags)
# Run a test on the header files we use.

View File

@ -265,6 +265,7 @@ Patch1042: glibc-rh1300304-2.patch
Patch1043: glibc-rh1300304-3.patch
Patch1044: glibc-rh1307234-1.patch
Patch1045: glibc-rh1307234-2.patch
Patch1046: glibc-rh1288740.patch
##############################################################################
#
@ -729,6 +730,7 @@ microbenchmark tests on the system.
%patch1043 -p1
%patch1044 -p1
%patch1045 -p1
%patch1046 -p1
%patch0059 -p1
##############################################################################
@ -1957,6 +1959,7 @@ rm -f *.filelist*
- CVE-2015-8776: crash with invalid data in strftime (#1300300)
- CVE-2015-8778: integer overflow in hcreate and hcreate_r (#1300304)
- Fix strfmon_l to use the locale object for grouping (#1307234)
- Fix tst-makecontext on armhfp (#1288740)
* Fri May 6 2016 Florian Weimer <fweimer@redhat.com> - 2.22-14
- Fix getnameinfo memory leak and incorrect truncation (#1333901)