alpha: Enable unwind tables for backtrace.c
authorRichard Henderson <rth@twiddle.net>
Thu, 17 Apr 2014 04:32:27 +0000 (21:32 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 17 Apr 2014 04:35:29 +0000 (21:35 -0700)
ChangeLog
sysdeps/alpha/Makefile

index 31731d3..a54ec9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 1cf77fb..bf133b9 100644 (file)
@@ -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