From: Szabolcs Nagy Date: Thu, 11 Feb 2016 17:17:38 +0000 (+0000) Subject: [ARM] add missing -funwind-tables to test case (bug 19529) X-Git-Tag: glibc-2.23~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e535ce250143b9c1600b306911710c0de73e2a5e;p=thirdparty%2Fglibc.git [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/ChangeLog b/ChangeLog index 11c315607e3..d45f715a551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-02-11 Szabolcs Nagy + + [BZ #19529] + * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables. + 2016-02-04 Rajalakshmi Srinivasaraghavan * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated. diff --git a/stdlib/Makefile b/stdlib/Makefile index e406856f995..26fe67ad951 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.