configure: Warn for a 64-bit build without CFI directive support.

Ken Thomases ken at codeweavers.com
Thu Jun 4 13:57:59 CDT 2015


On 64-bit, DWARF unwind info is crucial for unwinding the stack during
exception handling.  Without support for CFI directives, Wine's assembly code
won't have DWARF unwind info and stack unwinding will go badly wrong.

This means, for example, that RtlRaiseException won't be able to unwind out of
itself.
---
configure.ac | 4 ++++
1 file changed, 4 insertions(+)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-configure-Warn-for-a-64-bit-build-without-CFI-direct.patch
Type: text/x-patch
Size: 483 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150604/5ca13943/attachment.bin>


More information about the wine-patches mailing list