<div dir="ltr">My mingw doesn't quote the call operand, mov operand, the label or the .def directive...</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 17, 2013 at 9:28 PM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">>   movl  $"__ZL16ExceptionHandlerP19_EXCEPTION_POINTERS@4", 4(%eax)<br>
>   calll "_AddVectoredExceptionHandler@8"<br>
>   .def  "__ZL16ExceptionHandlerP19_EXCEPTION_POINTERS@4";<br>
>   "__ZL16ExceptionHandlerP19_EXCEPTION_POINTERS@4":<br>
>   calll "_RemoveVectoredExceptionHandler@4"<br>
><br>
> I guess this is the __stdcall mangling, and we get that on mingw.<br>
><br>
> I'm not sure what would be the best way to fix this problem.<br>
<br>
</div>gcc does the same mangling. How is it printing this?<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>