[Bug runtime/16920] Add aarch64 backtrace support

wcohen at redhat dot com sourceware-bugzilla@sourceware.org
Thu Oct 9 19:12:00 GMT 2014


https://sourceware.org/bugzilla/show_bug.cgi?id=16920

--- Comment #6 from William Cohen <wcohen at redhat dot com> ---
Note that this test run required a kernel built with the following patch to
provide the needed sections in the kernel:

--- ./arch/arm64/Makefile.orig    2014-10-08 12:06:39.413204335 -0400
+++ ./arch/arm64/Makefile    2014-10-08 12:04:57.972189568 -0400
@@ -20,6 +20,7 @@
 KBUILD_DEFCONFIG := defconfig

 KBUILD_CFLAGS    += -mgeneral-regs-only
+KBUILD_CFLAGS    += -fno-asynchronous-unwind-tables
 ifeq ($(CONFIG_CPU_BIG_ENDIAN), y)
 KBUILD_CPPFLAGS    += -mbig-endian
 AS        += -EB

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list