Hi,
I've finally had some time to work on generating __unwind_info sections. The attached patch is fairly limited, but seemed like a minimally useful implementation:
- It's x86_64 only.
- It will fail if more than 3 personality functions are used.
- It will fail if there is a function without a __compact_unwind entry.
- It only produces normal pages, rather than compressed.
I intend to fix those, and I think most of them should be fairly small additions in the current scheme, but I'd like to get any major design problems hammered out before I start.
So, any suggestions? Is it OK to commit?
Cheers.
Tim.
Needs a brief description about what this file is for.