[ARM] add missing -funwind-tables to test case (bug 19529)
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 11 Feb 2016 17:17:38 +0000 (17:17 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 11 Feb 2016 17:27:20 +0000 (17:27 +0000)
stdlib/tst-makecontext test failed on arm because it used backtrace
without -funwind-tables.

ChangeLog
stdlib/Makefile

index 11c3156..d45f715 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       [BZ #19529]
+       * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
+
 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
 
        * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
index e406856..26fe67a 100644 (file)
@@ -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.