<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:lrn1986&#64;gmail.com" title="LRN &lt;lrn1986&#64;gmail.com&gt;"> <span class="fn">LRN</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [W32] No GCC assembler code for JIT on Windows in JavaScriptCore/jit/JITStubsX86.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=143757">bug 143757</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #250802 Flags</td>
           <td>
               &nbsp;
           </td>
           <td>review?
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [W32] No GCC assembler code for JIT on Windows in JavaScriptCore/jit/JITStubsX86.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=143757#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [W32] No GCC assembler code for JIT on Windows in JavaScriptCore/jit/JITStubsX86.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=143757">bug 143757</a>
              from <span class="vcard"><a class="email" href="mailto:lrn1986&#64;gmail.com" title="LRN &lt;lrn1986&#64;gmail.com&gt;"> <span class="fn">LRN</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=250802&amp;action=diff" name="attach_250802" title="Add missing gcc asm code for JIT">attachment 250802</a> <a href="attachment.cgi?id=250802&amp;action=edit" title="Add missing gcc asm code for JIT">[details]</a></span>
Add missing gcc asm code for JIT

<span class=""><a href="attachment.cgi?id=233444&amp;action=diff" name="attach_233444" title="asm implementation of the functions">attachment 233444</a> <a href="attachment.cgi?id=233444&amp;action=edit" title="asm implementation of the functions">[details]</a></span> from <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK][Stable] Missing implementation of callToJavaScript/callToNativeFunction with msys/mingw32"
   href="show_bug.cgi?id=132856">bug 132856</a>

Fixes linking errors like these:
  CXXLD    libjavascriptcoregtk-3.0.la
Source\\JavaScriptCore\\interpreter\\.libs\\libjavascriptcoregtk_3_0_la-Interpreter.o: In function `executeCall':
/webkitgtk-2.4.8-1/bld/../webkitgtk-2.4.8/Source/JavaScriptCore/interpreter/Interpreter.cpp:972: undefined reference to `_callToNativeFunction'
Source\\JavaScriptCore\\interpreter\\.libs\\libjavascriptcoregtk_3_0_la-Interpreter.o: In function `executeConstruct':
/webkitgtk-2.4.8-1/bld/../webkitgtk-2.4.8/Source/JavaScriptCore/interpreter/Interpreter.cpp:1040: undefined reference to `_callToNativeFunction'
Source\\JavaScriptCore\\jit\\.libs\\libjavascriptcoregtk_3_0_la-JITCode.o: In function `execute':
/webkitgtk-2.4.8-1/bld/../webkitgtk-2.4.8/Source/JavaScriptCore/jit/JITCode.cpp:48: undefined reference to `_callToJavaScript'
Source\\JavaScriptCore\\jit\\.libs\\libjavascriptcoregtk_3_0_la-JITExceptions.o: In function `genericUnwind':
/webkitgtk-2.4.8-1/bld/../webkitgtk-2.4.8/Source/JavaScriptCore/jit/JITExceptions.cpp:62: undefined reference to `_returnFromJavaScript'</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>