]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: dw2 unwind: switch to .eh_frame based unwinding
authorVineet Gupta <vgupta@synopsys.com>
Mon, 24 Jun 2013 15:52:06 +0000 (21:22 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 30 Sep 2016 21:48:20 +0000 (14:48 -0700)
commitccbd38e08a3d73f5d7ead2641fb4b25cf8680fe3
treed134bd3853996ec3ebae718a786ec9bfe365c8b1
parent32b482b95acb05b47a9793fa6b414ed25aa9daf8
ARC: dw2 unwind: switch to .eh_frame based unwinding

So finally after almost 8 years of dealing with .debug_frame, we are
finally switching to .eh_frame. The reason being stripped kernel
binaries had non-functional unwinder as .debug_frame was gone.
Also, in general .eh_frame seems more common way of doing unwinding.

This also folds a revert of a6d9649bc590 ("ARC: unwind: ensure that
.debug_frame is generated (vs. .eh_frame)") to ensure that we start
getting .eh_frame

Reported-by: Daniel Mentz <danielmentz@google.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile
arch/arc/kernel/entry.S
arch/arc/kernel/module.c
arch/arc/kernel/unwind.c
arch/arc/kernel/vmlinux.lds.S