]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/commitdiff
- updated x32 patch so it at least applies
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Jun 2020 22:54:07 +0000 (00:54 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Jun 2020 22:54:07 +0000 (00:54 +0200)
x32.patch

index 4e4b4557e902e65378d357ec2418c7d0246a0340..d18b96190247f602b2b07972d23314530ce3e390 100644 (file)
--- a/x32.patch
+++ b/x32.patch
@@ -44,26 +44,6 @@ diff -ur qtwebengine-everywhere-src-5.11.1/src/3rdparty/chromium/v8/src/objects/
    digit_t quotient;
    digit_t rem;
    __asm__("divq  %[divisor]"
---- qtwebengine-everywhere-src-5.11.1/src/3rdparty/chromium/v8/src/compiler/instruction-selector.cc.orig       2018-06-15 09:47:20.000000000 +0200
-+++ qtwebengine-everywhere-src-5.11.1/src/3rdparty/chromium/v8/src/compiler/instruction-selector.cc    2018-08-14 09:18:33.177100945 +0200
-@@ -1927,7 +1927,7 @@
- }
- // 32 bit targets do not implement the following instructions.
--#if V8_TARGET_ARCH_32_BIT
-+#if V8_TARGET_ARCH_32_BIT && !V8_TARGET_ARCH_X64
- void InstructionSelector::VisitWord64And(Node* node) { UNIMPLEMENTED(); }
-@@ -2081,7 +2081,7 @@
- #endif  // V8_TARGET_ARCH_32_BIT
- // 64 bit targets do not implement the following instructions.
--#if V8_TARGET_ARCH_64_BIT
-+#if V8_TARGET_ARCH_64_BIT || V8_TARGET_ARCH_X64
- void InstructionSelector::VisitInt32PairAdd(Node* node) { UNIMPLEMENTED(); }
- void InstructionSelector::VisitInt32PairSub(Node* node) { UNIMPLEMENTED(); }
 --- qtwebengine-everywhere-src-5.11.1.clean/src/3rdparty/chromium/build/build_config.h~        2018-06-15 09:47:20.000000000 +0200
 +++ qtwebengine-everywhere-src-5.11.1.clean/src/3rdparty/chromium/build/build_config.h 2018-08-14 09:23:40.756276384 +0200
 @@ -106,7 +106,11 @@
This page took 0.290162 seconds and 4 git commands to generate.