[Dwarf-Discuss] [PATCH v2] ARC: gas: Generate offset with Default CFA

2016-06-27 Thread Vineet Gupta
This makes the kernel dwarf stack unwinder work again which expects an offset with default CFA in the initial instructions. gas * config//tc-arc.c (tc_arc_frame_initial_instructions): Use cfi_add_CFA_def_cfa to generate default CFA with offset Signed-off-by: Vineet Gupta --- gas/Cha

Re: [Dwarf-Discuss] [PATCH] ARC: gas: Generate offset with Default CFA

2016-06-27 Thread Vineet Gupta
On Monday 27 June 2016 06:35 PM, Vineet Gupta wrote: > This makes the kernel dwarf stack unwinder work again which expects an > offset with default CFA in the initial instructions. > > gas * config//tc-arc.c (tc_arc_frame_initial_instructions): Use > cfi_add_CFA_def_cfa to generate default

Re: [Dwarf-Discuss] [PATCH v2] ARC: gas: Generate offset with Default CFA

2016-06-27 Thread Michael Eager
The DWARF-Discuss mailing list is for questions and discussion about DWARF. It is not for patches to programs which produce, consume, or otherwise use DWARF. On 06/27/2016 06:41 AM, Vineet Gupta wrote: This makes the kernel dwarf stack unwinder work again which expects an offset with default CF