summaryrefslogtreecommitdiff
path: root/libre/iceweasel/mozilla-1253216.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-25 18:42:39 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-25 19:49:16 +0100
commit8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad (patch)
treee6f50ca34633f116d95a63c1c8c0bcb8b0c2f731 /libre/iceweasel/mozilla-1253216.patch
parentcd4d7e904b34dece801d4d2df7681f5dce7f4035 (diff)
downloadabslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.tar.gz
abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.tar.bz2
abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.zip
libre/iceweasel: updated to 58.0
Diffstat (limited to 'libre/iceweasel/mozilla-1253216.patch')
-rw-r--r--libre/iceweasel/mozilla-1253216.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/iceweasel/mozilla-1253216.patch b/libre/iceweasel/mozilla-1253216.patch
deleted file mode 100644
index c9252da5f..000000000
--- a/libre/iceweasel/mozilla-1253216.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-48.0/js/src/jit/AtomicOperations.h.old firefox-48.0/js/src/jit/AtomicOperations.h
---- firefox-48.0/js/src/jit/AtomicOperations.h.old 2016-07-27 09:42:43.148175449 +0200
-+++ firefox-48.0/js/src/jit/AtomicOperations.h 2016-07-27 09:41:13.000000000 +0200
-@@ -340,7 +340,7 @@ AtomicOperations::isLockfree(int32_t siz
- # elif defined(__aarch64__)
- # include "jit/arm64/AtomicOperations-arm64.h"
- # else
--# include "jit/none/AtomicOperations-none.h" // These MOZ_CRASH() always
-+# include "jit/none/AtomicOperations-ppc.h"
- # endif
- #elif defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64)
- # include "jit/x86-shared/AtomicOperations-x86-shared.h"