Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] add missing -funwind-tables to test case (bug 19529)
stdlib/tst-makecontext test failed on arm because it used backtrace
without -funwind-tables.
  • Loading branch information
Szabolcs Nagy committed Feb 11, 2016
1 parent d2bb040 commit e535ce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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.
Expand Down
1 change: 1 addition & 0 deletions stdlib/Makefile
Expand Up @@ -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.
Expand Down

0 comments on commit e535ce2

Please sign in to comment.