[PATCH] unwinder: fully support linker generated .eh_frame_hdr section
authorJan Beulich <jbeulich@novell.com>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
commitc65f38d911aa301cea109d38d40925750dd6c2da
treef4655ffc3cf80070fa5261490b906905d88fa1ee
parent6bedb2ccb02dcc70ffc8eb76df71c746378190ad
[PATCH] unwinder: fully support linker generated .eh_frame_hdr section

Now that binutils' ld is able to properly populate .eh_frame_hdr in the
Linux kernel case, here's a patch to add some functionality to the Dwarf2
unwinder to actually be able to make use of this (applies on firstfloor
tree with the previously sent patch to add debug output, but not on plain
2.6.19).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
kernel/unwind.c