summaryrefslogtreecommitdiff
path: root/mozilla-1253216.patch
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-08-29 13:01:25 +0200
committerJan Horak <jhorak@redhat.com>2017-08-29 13:01:25 +0200
commit49bb7a96a20d6817b64e87424d5a10e5945e47ea (patch)
treedfba253541c8d283e6af5be591ab322827f8b2f1 /mozilla-1253216.patch
parentFixing patch number (diff)
downloadlibrewolf-fedora-ff-49bb7a96a20d6817b64e87424d5a10e5945e47ea.tar.gz
librewolf-fedora-ff-49bb7a96a20d6817b64e87424d5a10e5945e47ea.tar.bz2
librewolf-fedora-ff-49bb7a96a20d6817b64e87424d5a10e5945e47ea.zip
Trying to fix jit build on s390x - by using atomic lucky
Diffstat (limited to 'mozilla-1253216.patch')
-rw-r--r--mozilla-1253216.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-1253216.patch b/mozilla-1253216.patch
deleted file mode 100644
index b6878be..0000000
--- a/mozilla-1253216.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-55.0/js/src/jit/AtomicOperations.h.1253216 firefox-55.0/js/src/jit/AtomicOperations.h
---- firefox-55.0/js/src/jit/AtomicOperations.h.1253216 2017-08-02 11:00:24.115991657 +0200
-+++ firefox-55.0/js/src/jit/AtomicOperations.h 2017-08-02 11:01:17.373817096 +0200
-@@ -348,7 +348,7 @@ AtomicOperations::isLockfree(int32_t siz
- # elif defined(__sh__)
- # include "jit/none/AtomicOperations-feeling-lucky.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"
bgstack15