Re: [PATCH 11/13] unwind fix for musl

2015-04-22 Thread Kyrill Tkachov
On 22/04/15 14:20, Jeff Law wrote: On 04/20/2015 12:58 PM, Szabolcs Nagy wrote: dl_iterate_phdr depends on USE_PT_GNU_EH_FRAME. I think USE_PT_GNU_EH_FRAME could be enabled more generally (whenever libc provides dl_iterate_phdr), but I only made a conservative change. libgcc/Changelog: 2015

Re: [PATCH 11/13] unwind fix for musl

2015-04-22 Thread Jeff Law
On 04/20/2015 12:58 PM, Szabolcs Nagy wrote: dl_iterate_phdr depends on USE_PT_GNU_EH_FRAME. I think USE_PT_GNU_EH_FRAME could be enabled more generally (whenever libc provides dl_iterate_phdr), but I only made a conservative change. libgcc/Changelog: 2015-04-16 Gregor Richards

[PATCH 11/13] unwind fix for musl

2015-04-20 Thread Szabolcs Nagy
dl_iterate_phdr depends on USE_PT_GNU_EH_FRAME. I think USE_PT_GNU_EH_FRAME could be enabled more generally (whenever libc provides dl_iterate_phdr), but I only made a conservative change. libgcc/Changelog: 2015-04-16 Gregor Richards Szabolcs Nagy * unwind-dw2-fde-dip.