From: Peter Michael Green Date: Thu, 18 Jan 2018 06:18:45 +0000 (+0000) Subject: Commit Debian 3.0 (quilt) metadata X-Git-Tag: archive/raspbian/5.212.0_alpha2-6+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a862259a730e78c269ef951ec83d6b533610f8f;p=qtwebkit-opensource-src.git Commit Debian 3.0 (quilt) metadata [dgit (3.13) quilt-fixup] --- diff --git a/debian/patches/make-further-unsuccesful-changes-to-offl.patch b/debian/patches/make-further-unsuccesful-changes-to-offl.patch new file mode 100644 index 00000000..87054c4e --- /dev/null +++ b/debian/patches/make-further-unsuccesful-changes-to-offl.patch @@ -0,0 +1,20 @@ +From: Peter Michael Green +Date: Thu, 18 Jan 2018 06:17:41 +0000 +X-Dgit-Generated: 5.212.0~alpha2-6+rpi1 849b2363e4c2b0597f3dd895bee26228e1996c9e +Subject: Make further unsuccesful changes to offlineasm + +Disable JIT. + +--- + +--- qtwebkit-opensource-src-5.212.0~alpha2.orig/Source/JavaScriptCore/offlineasm/arm.rb ++++ qtwebkit-opensource-src-5.212.0~alpha2/Source/JavaScriptCore/offlineasm/arm.rb +@@ -502,7 +502,7 @@ class Instruction + $asm.puts "mov #{armFlippedOperands(operands)}" + end + when "mvlbl" +- raise "cant use this on armv6, #{codeorigin}" ++ $asm.puts "ldr #{operands[1].armOperand}, \=:#{operands[0].value}" + #$asm.puts "movw #{operands[1].armOperand}, \#:lower16:#{operands[0].value}" + #$asm.puts "movt #{operands[1].armOperand}, \#:upper16:#{operands[0].value}" + when "nop" diff --git a/debian/patches/series b/debian/patches/series index a8834afe..3344cebb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ path_max.diff fix_ftbfs_alpha.diff pkgconfig_description.diff hack-offlineasm-to-prevent-generation-of.patch +make-further-unsuccesful-changes-to-offl.patch