summaryrefslogtreecommitdiff
path: root/libre/icedove/mozilla-1238661.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-10 11:28:08 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-10 11:39:00 +0100
commit0f148072383f77b9d5f9168c5d6fb158997eae37 (patch)
tree94611cf0cdcaee0818bea89b803f765e89f127ed /libre/icedove/mozilla-1238661.patch
parente7214a75b4578d0ed83b8e525545fe0cd669dcb2 (diff)
libre/icedove: updated to 60.5.1
Diffstat (limited to 'libre/icedove/mozilla-1238661.patch')
-rw-r--r--libre/icedove/mozilla-1238661.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/icedove/mozilla-1238661.patch b/libre/icedove/mozilla-1238661.patch
new file mode 100644
index 000000000..d4fd64a6d
--- /dev/null
+++ b/libre/icedove/mozilla-1238661.patch
@@ -0,0 +1,12 @@
+diff -up thunderbird-60.5.0/mfbt/LinuxSignal.h.mozilla-1238661 thunderbird-60.5.0/mfbt/LinuxSignal.h
+--- thunderbird-60.5.0/mfbt/LinuxSignal.h.mozilla-1238661 2019-01-30 11:33:21.447003175 +0100
++++ thunderbird-60.5.0/mfbt/LinuxSignal.h 2019-01-30 11:35:13.848537051 +0100
+@@ -22,7 +22,7 @@ __attribute__((naked)) void SignalTrampo
+ void* aContext) {
+ asm volatile("nop; nop; nop; nop" : : : "memory");
+
+- asm volatile("b %0" : : "X"(H) : "memory");
++ asm volatile("bx %0" : : "r"(H), "l"(aSignal), "l"(aInfo), "l"(aContext) : "memory");
+ }
+
+ #define MOZ_SIGNAL_TRAMPOLINE(h) (mozilla::SignalTrampoline)