Hi, It seems that not all arches have -fasynchronous-unwind-tables enabled. I see it enabled on amd64, i386, s390x, but disabled on armel/armhf, powerpc. Could this enable this on more architectures? I'm currently seeing elfutils test failures on powerpc because the unwind information is not available. I'll probably also get this problem on arm64 if it's not enabled there. Kurt
So reading about this, this might break glibc when you enable it and they might need to build some files without it. Kurt
retitle 746516 glibc: Enable -fasynchronous-unwind-tables on more arches. thanks Elfutils is still broken because of this, on everything but a few architectures. Can you please enable it? As far as I can see, only init/fini should not be build using it and as far as I can see most arches should already support this. Kurt