Re: [PATCH] fully support linker generated .eh_frame_hdr section

2006-12-05 Thread Jan Beulich
>>> Jan Engelhardt <[EMAIL PROTECTED]> 05.12.06 20:52 >>> > 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 t

Re: [PATCH] fully support linker generated .eh_frame_hdr section

2006-12-05 Thread Jan Engelhardt
>>> 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

Re: [PATCH] fully support linker generated .eh_frame_hdr section

2006-12-05 Thread Jan Beulich
>>> Randy Dunlap <[EMAIL PROTECTED]> 04.12.06 23:58 >>> >On Mon, 04 Dec 2006 16:23:27 + Jan Beulich wrote: > >> 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

Re: [PATCH] fully support linker generated .eh_frame_hdr section

2006-12-04 Thread Randy Dunlap
On Mon, 04 Dec 2006 16:23:27 + Jan Beulich wrote: > 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 prev