On Wed Jan 24 12:50:06 2024 +0000, Martin Storsjö wrote:
That's probably quite reasonable (I guess we should probably do the same for aarch64 as well then?). Although the EHABI unwinding only is implemented for Linux (it needs `dl_iterate_phdr`; I guess something similar is possible to find for other reasonable platforms if they would care), so it would leave other platforms broken. But this is probably such a fringe architecture anyway so that's probably fine.
Yes, it could be removed from aarch64 as well.
A further question is whether we need to support non-PE builds at all on ARM...