On Sun, Jun 15, 2014 at 12:30:02PM +0200, Mark Wielaard wrote: > Another ARM oddity. A return value address in an unwind will contain an > extra bit to indicate whether to return to a regular ARM or THUMB function. > Add a new ebl function to return a mask to use to get the actual return > address during an unwind ebl_unwind_ret_mask. Does this fix all the issues on armhf now, including the backtrace? Kurt