[Pkg-mono-svn-commits] [mono] 02/02: finalize changelog

Jo Shields directhex at moszumanska.debian.org
Thu Nov 10 14:06:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/4.6.1.3+dfsg-7
in repository mono.

commit 60edad1ad40bf74725df5a3c3d1d62e867c00d6c
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Thu Nov 10 12:56:12 2016 +0000

    finalize changelog
---
 debian/changelog | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3974bd0..beb946a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+mono (4.6.1.3+dfsg-7) unstable; urgency=medium
+
+  [ Jo Shields ]
+  * [35555c1] Also use PThreads on all PowerPC variants.
+
+  [ Bernhard Urban ]
+  * [09d9fb5] [ppc] disable MONO_ARCH_HAVE_TLS_GET
+    `--with-tls=__thread` is broken on PowerPC.
+    `--with-tls=pthread` didn't work on PowerPC, but disabling
+    MONO_ARCH_HAVE_TLS_GET fixes it.
+    Instead of guarding the define with `HAVE_KW_THREAD`, let's just
+    disable it.  We want to get rid of `--with-tls=__thread` anyway.
+  * [3cf6e41] [ppc] use proper calling convention when coming from a signal
+    handler.
+    ELF v2 ABI (aka. ppc64le) defines two entry points per function.
+    The global entry point (offset 0) sets up the TOC (r2) itself, while the
+    local entry point (offset 8) is a fast entry point if the TOC is
+    already set up properly.
+    When the global entry point is used, the address of the global entry
+    point is required in r12 according to the ABI.
+  * [cb6969d] [ppc] enable MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX on every
+    PowerPC configuration on Linux
+  * [058ed9e] [ppc] some 32bit CPUs trap on std, use stw instead
+  * [05a71e1] [ppc] clobber r0 in MONO_CONTEXT_GET_CURRENT
+    r0 can't be the base for a memory acces.
+
+  [ Jo Shields ]
+
+ -- Jo Shields <jo.shields at xamarin.com>  Thu, 10 Nov 2016 12:55:08 +0000
+
 mono (4.6.1.3+dfsg-6) unstable; urgency=medium
 
   [ Vlad Brezae ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list