[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:19:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5e6ab1a78b2fc651d283ed7ffbd3f7ca8a06ffe6
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 19 12:43:03 2010 +0000

    2010-07-19  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [EFL] Fix build on 64-bit systems. According to
            JavaScriptCore/wtf/Platform.h, x86_64 uses fixed allocator, which
            needs jit/ExecutableAllocatorFixedVMPool.cpp to be included in build
            system.
            https://bugs.webkit.org/show_bug.cgi?id=42559
    
            * CMakeListsEfl.txt: add missing file for x86_64.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63651 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/CMakeListsEfl.txt b/JavaScriptCore/CMakeListsEfl.txt
index 3f58658..945ad52 100644
--- a/JavaScriptCore/CMakeListsEfl.txt
+++ b/JavaScriptCore/CMakeListsEfl.txt
@@ -1,4 +1,5 @@
 LIST(APPEND JavaScriptCore_SOURCES
+    jit/ExecutableAllocatorFixedVMPool.cpp
     jit/ExecutableAllocatorPosix.cpp
     runtime/MarkStackPosix.cpp
 )
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 340d24d..610d9a3 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-07-19  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [EFL] Fix build on 64-bit systems. According to
+        JavaScriptCore/wtf/Platform.h, x86_64 uses fixed allocator, which
+        needs jit/ExecutableAllocatorFixedVMPool.cpp to be included in build
+        system.
+        https://bugs.webkit.org/show_bug.cgi?id=42559
+
+        * CMakeListsEfl.txt: add missing file for x86_64.
+
 2010-07-16  Leandro Pereira  <leandro at profusion.mobi>
 
         [EFL] Unreviewed build system cleanup.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list