Skip to content
Commit 6716dbbd authored by Vineet Gupta's avatar Vineet Gupta
Browse files

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 f52e126c

 ("ARC: unwind: ensure that
.debug_frame is generated (vs. .eh_frame)") to ensure that we start
getting .eh_frame

Reported-by: default avatarDaniel Mentz <danielmentz@google.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent d040876b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment