mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
[ARM] add missing -funwind-tables to test case (bug 19529)
stdlib/tst-makecontext test failed on arm because it used backtrace without -funwind-tables.
This commit is contained in:
parent
d2bb040b2a
commit
e535ce2501
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user