On Sat, Feb 21, 2015 at 08:53:45PM +0100, Emmanuel Dreyfus wrote: > Joerg Sonnenberger <jo...@britannica.bec.de> wrote: > > > >From GCC itself, e.g. > > /usr/lib/gcc/x86_64-linux-gnu/4.8/include/unwind.h. > > But not on netbsd-6, right?
That's more a "feature" of the old GCC version. I guess we should just ship either our version from sys/lib/libunwind or the corresponding one from LLVM, depending on the issue of ARM EHABI support... Joerg