mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
[AArch64] Adding -funwind-tables to backtrace.c
This commit is contained in:
parent
8ab07407ba
commit
39f0b2e91a
@ -1,3 +1,7 @@
|
||||
2013-07-12 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* sysdeps/aarch64/Makefile (CFLAGS-backtrace.c): Define.
|
||||
|
||||
2013-07-09 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/dl-static.c: New file to support
|
||||
|
@ -1,5 +1,9 @@
|
||||
long-double-fcts = yes
|
||||
|
||||
ifeq ($(subdir),debug)
|
||||
CFLAGS-backtrace.c += -funwind-tables
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
sysdep-dl-routines += tlsdesc dl-tlsdesc
|
||||
sysdep_routines += tlsdesc dl-tlsdesc
|
||||
|
Loading…
Reference in New Issue
Block a user