mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
alpha: Enable unwind tables for backtrace.c
This commit is contained in:
parent
a3df56fcae
commit
d77c0899db
@ -1,5 +1,8 @@
|
||||
2014-04-16 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
|
||||
unwind tables.
|
||||
|
||||
* sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
|
||||
const from the non-libc, non-ldso copy.
|
||||
|
||||
|
@ -20,6 +20,11 @@ ifeq ($(subdir),db2)
|
||||
CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_ALPHA=1
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),debug)
|
||||
# Consider making this GCC's default...
|
||||
CFLAGS-backtrace.c = -fasynchronous-unwind-tables
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),gmon)
|
||||
sysdep_routines += _mcount
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user