Commit Debian 3.0 (quilt) metadata archive/raspbian/5.212.0_alpha2-6+rpi1 raspbian/5.212.0_alpha2-6+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 18 Jan 2018 06:18:45 +0000 (06:18 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 18 Jan 2018 06:18:45 +0000 (06:18 +0000)
[dgit (3.13) quilt-fixup]

debian/patches/make-further-unsuccesful-changes-to-offl.patch [new file with mode: 0644]
debian/patches/series

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 (file)
index 0000000..87054c4
--- /dev/null
@@ -0,0 +1,20 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+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"
index a8834afe549fb2a07947bc0d2f28ef441646b35a..3344cebb6fc375346dd973a6f8d085a671e3b4fa 100644 (file)
@@ -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