[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mrobinson at webkit.org mrobinson at webkit.org
Sun Feb 20 22:51:52 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit e8f34c6559f9b0e54436b9c389fb47f2d9c2192e
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 17:45:10 2011 +0000

    2011-01-12  Martin Robinson  <mrobinson at igalia.com>
    
            Missing Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h in WebKitGtk tarball
            https://bugs.webkit.org/show_bug.cgi?id=52299
    
            * GNUmakefile.am: Fix the GTK+ build on ARMv7 by including missing source
            files in the source list.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75617 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index e8574cc..2fbb26c 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-12  Martin Robinson  <mrobinson at igalia.com>
+
+        Missing Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h in WebKitGtk tarball
+        https://bugs.webkit.org/show_bug.cgi?id=52299
+
+        * GNUmakefile.am: Fix the GTK+ build on ARMv7 by including missing source
+        files in the source list.
+
 2011-01-12  Peter Varga  <pvarga at webkit.org>
 
         Reviewed by Gavin Barraclough.
diff --git a/Source/JavaScriptCore/GNUmakefile.am b/Source/JavaScriptCore/GNUmakefile.am
index 1dab30e..e098f2f 100644
--- a/Source/JavaScriptCore/GNUmakefile.am
+++ b/Source/JavaScriptCore/GNUmakefile.am
@@ -78,12 +78,15 @@ javascriptcore_sources += \
 	Source/JavaScriptCore/assembler/AbstractMacroAssembler.h \
 	Source/JavaScriptCore/assembler/ARMAssembler.cpp \
 	Source/JavaScriptCore/assembler/ARMAssembler.h \
+	Source/JavaScriptCore/assembler/ARMv7Assembler.cpp \
+	Source/JavaScriptCore/assembler/ARMv7Assembler.h \
 	Source/JavaScriptCore/assembler/AssemblerBuffer.h \
 	Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h \
 	Source/JavaScriptCore/assembler/CodeLocation.h \
 	Source/JavaScriptCore/assembler/LinkBuffer.h \
 	Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp \
 	Source/JavaScriptCore/assembler/MacroAssemblerARM.h \
+	Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h \
 	Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h \
 	Source/JavaScriptCore/assembler/MacroAssembler.h \
 	Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list