diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/fix-armv7-compilation.patch')
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/fix-armv7-compilation.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/fix-armv7-compilation.patch b/meta/recipes-sato/webkit/webkitgtk/fix-armv7-compilation.patch deleted file mode 100644 index a857d55ae4..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/fix-armv7-compilation.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From 7999ecd5ee4ea3123f7e75634d2bc57f57ca7070 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Justin Michaud <jmichaud@igalia.com> | ||
| 3 | Date: Wed, 6 Aug 2025 21:14:26 +0300 | ||
| 4 | Subject: [PATCH] REGRESSION(2.48.5): [WPE][GTK] Does not compile on ARMv7 | ||
| 5 | https://bugs.webkit.org/show_bug.cgi?id=296921 | ||
| 6 | |||
| 7 | Unreviewed build fix. | ||
| 8 | |||
| 9 | * Source/JavaScriptCore/llint/WebAssembly.asm: Replace addq with addp | ||
| 10 | for sp on armv7 | ||
| 11 | |||
| 12 | Canonical link: https://commits.webkit.org/290945.344@webkitglib/2.48 | ||
| 13 | |||
| 14 | Upstream-Status: Backport [https://github.com/WebKit/WebKit/commit/7999ecd5ee4ea3123f7e75634d2bc57f57ca7070] | ||
| 15 | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> | ||
| 16 | --- | ||
| 17 | Source/JavaScriptCore/llint/WebAssembly.asm | 2 +- | ||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 19 | |||
| 20 | diff --git a/Source/JavaScriptCore/llint/WebAssembly.asm b/Source/JavaScriptCore/llint/WebAssembly.asm | ||
| 21 | index 1ac3e2accf3c..bd9041404eb1 100644 | ||
| 22 | --- a/Source/JavaScriptCore/llint/WebAssembly.asm | ||
| 23 | +++ b/Source/JavaScriptCore/llint/WebAssembly.asm | ||
| 24 | @@ -736,7 +736,7 @@ if JSVALUE64 | ||
| 25 | storep memoryBase, Callee[cfr] | ||
| 26 | else | ||
| 27 | loadp [sp], ws0 | ||
| 28 | - addq 2 * SlotSize, sp | ||
| 29 | + addp 2 * SlotSize, sp | ||
| 30 | storep ws0, Callee[cfr] | ||
| 31 | end | ||
| 32 | |||
