<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 02.07.2018 um 16:43 schrieb Alex Henrie <<a href="mailto:alexhenrie24@gmail.com" class="">alexhenrie24@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">In that case, I think we want to just add</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">__attribute__((__ms_hook_prologue__)) if the GCC version is >= 4.6.</span><br class=""></div></blockquote>Does gcc's configure script still depend on movl.s support in GNU as to enable __ms_hook_prologue__ support? I wrote it this way at the time because I made gcc explicitly generate "movl.s" instructions. Those were later replaced by hardcoded byte values ("emit .byte 0x8b 0xff" or so). Thus gcc does not strictly need movl.s support any more, but I think the check in ./configure was not removed.</div><div><br class=""></div><div>Long story short, a gcc 7.3 built on OSX might not have __ms_hook_prologue__ support.</div><div><br class=""></div></body></html>