Deal with user_vfp struct missing in aarch64

This commit is contained in:
Jan Horak 2019-09-05 09:00:31 +02:00
parent 9016b951ad
commit f5d06a2323
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -up thunderbird-68.0/js/src/wasm/WasmSignalHandlers.cpp.aarch64-user_vfp thunderbird-68.0/js/src/wasm/WasmSignalHandlers.cpp
--- thunderbird-68.0/js/src/wasm/WasmSignalHandlers.cpp.aarch64-user_vfp 2019-09-05 08:57:46.443137916 +0200
+++ thunderbird-68.0/js/src/wasm/WasmSignalHandlers.cpp 2019-09-05 08:58:07.776196823 +0200
@@ -244,7 +244,7 @@ using mozilla::DebugOnly;
// emulation here.
#if defined(__linux__) && defined(__arm__)
-# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
+//# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
#endif
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS

View File

@ -118,6 +118,7 @@ Patch26: build-icu-big-endian.patch
Patch226: rhbz-1354671.patch
Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
Patch416: firefox-SIOCGSTAMP.patch
Patch417: build-aarch64-user_vfp.patch
Patch103: rhbz-1219542-s390-build.patch
Patch105: thunderbird-debug.patch
@ -264,6 +265,7 @@ debug %{name}, you want to install %{name}-debuginfo instead.
%patch415 -p1 -b .mozilla-1238661
%endif
%patch416 -p1 -b .SIOCGSTAMP
%patch417 -p1 -b .aarch64-user_vfp
%patch306 -p1 -b .1353817
%if 0%{?disable_elfhack}