6c01889e00
- appdate screenshot URL updated (by mailaender@opensuse.org) - Mozilla Thunderbird 91.0 * based on Mozilla's 91 ESR codebase * many new and changed features https://www.thunderbird.net/en-US/thunderbird/91.0/releasenotes/#whatsnew * Renamed "Add-ons" to "Add-ons and Themes" and "Options" to "Preferences" * Thunderbird now operates in multi-process (e10s) mode by default * New user interface for adding attachments * Enable redirect of messages * CardDAV address book support - Removed obsolete patches: * mozilla-bmo1463035.patch * mozilla-ppc-altivec_static_inline.patch * mozilla-pipewire-0-3.patch * mozilla-bmo1554971.patch - add mozilla-libavcodec58_91.patch - removed obsolete BigEndian ICU build workaround - updated build requirements - build using clang OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=600
26 lines
907 B
Diff
26 lines
907 B
Diff
# HG changeset patch
|
|
# Parent 9bc02ee6567ae3f1dad1f8578e650c0a1faa0179
|
|
|
|
diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp
|
|
--- a/js/src/wasm/WasmSignalHandlers.cpp
|
|
+++ b/js/src/wasm/WasmSignalHandlers.cpp
|
|
@@ -240,17 +240,17 @@ using mozilla::DebugOnly;
|
|
// Those definitions are however not present in the headers of every Linux
|
|
// distro - Raspbian is known to be a problem, for example. However those
|
|
// distros are tier-3 platforms.
|
|
//
|
|
// If you run into compile problems on a tier-3 platform, you can disable the
|
|
// 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
|
|
# include <sys/user.h>
|
|
#endif
|
|
|
|
#if defined(ANDROID)
|
|
// Not all versions of the Android NDK define ucontext_t or mcontext_t.
|