From 55dbe293cefd335cbcb1e783ff88226678754243 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: May 07 2016 14:51:51 +0000 Subject: Resolves: #1288740 Fix tst-makecontext on armhfp --- diff --git a/glibc-rh1288740.patch b/glibc-rh1288740.patch new file mode 100644 index 0000000..20c42dc --- /dev/null +++ b/glibc-rh1288740.patch @@ -0,0 +1,21 @@ +commit e535ce250143b9c1600b306911710c0de73e2a5e +Author: Szabolcs Nagy +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. diff --git a/glibc.spec b/glibc.spec index bb23284..8f72548 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.22-14 - Fix getnameinfo memory leak and incorrect truncation (#1333901)