From c7cdc7dab324278148f75c0833254db6706afbbd Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 29 Mar 2019 10:55:01 +0100 Subject: libre/iceweasel: updated to 66.0.2 --- libre/iceweasel/arm.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libre/iceweasel/arm.patch (limited to 'libre/iceweasel/arm.patch') diff --git a/libre/iceweasel/arm.patch b/libre/iceweasel/arm.patch new file mode 100644 index 000000000..a5ce2c542 --- /dev/null +++ b/libre/iceweasel/arm.patch @@ -0,0 +1,24 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1526653 + +diff --git a/js/src/wasm/WasmSignalHandlers.cpp.orig b/js/src/wasm/WasmSignalHandlers.cpp +index d46b1c6..cf4c957 100644 +--- a/js/src/wasm/WasmSignalHandlers.cpp.orig ++++ b/js/src/wasm/WasmSignalHandlers.cpp +@@ -228,7 +228,7 @@ using mozilla::DebugOnly; + # error "Don't know how to read/write to the thread state via the mcontext_t." + #endif + +-#if defined(__linux__) && defined(__arm__) ++#if 0 && defined(__linux__) && defined(__arm__) + # include + #endif + +@@ -456,7 +456,7 @@ struct AutoHandlingTrap { + } + }; + +-#if defined(__linux__) && defined(__arm__) ++#if 0 && defined(__linux__) && defined(__arm__) + + // Code to handle SIGBUS for unaligned floating point accesses on 32-bit ARM. + -- cgit v1.2.3