[Pkg-mono-svn-commits] [mono] 02/03: Fix ARM64 symbols too

Jo Shields directhex at moszumanska.debian.org
Sat Oct 8 11:14:49 UTC 2016


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

directhex pushed a commit to branch master
in repository mono.

commit 66a6d766477279436de91114badef1dd8836af80
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Oct 8 11:00:24 2016 +0100

    Fix ARM64 symbols too
---
 debian/libmonosgen-2.0-1.symbols.arm64 | 4 +++-
 debian/libmonosgen-2.0-1.symbols.armel | 4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/libmonosgen-2.0-1.symbols.arm64 b/debian/libmonosgen-2.0-1.symbols.arm64
index 1d8716c..59539d1 100644
--- a/debian/libmonosgen-2.0-1.symbols.arm64
+++ b/debian/libmonosgen-2.0-1.symbols.arm64
@@ -1 +1,3 @@
-#include "libmonosgen-2.0-1.symbols.armel"
+#include "libmonosgen-2.0-1.symbols"
+ mono_aot_register_module at Base 4.1.0.1738
+ mono_install_load_aot_data_hook at Base 4.3.2.147
diff --git a/debian/libmonosgen-2.0-1.symbols.armel b/debian/libmonosgen-2.0-1.symbols.armel
index 3949f34..0dad33d 100644
--- a/debian/libmonosgen-2.0-1.symbols.armel
+++ b/debian/libmonosgen-2.0-1.symbols.armel
@@ -1,9 +1,7 @@
-#include "libmonosgen-2.0-1.symbols"
- mono_aot_register_module at Base 4.1.0.1738
+#include "libmonosgen-2.0-1.symbols.arm64"
  mono_fallback_get_tls_key at Base 4.3.0.662
  mono_fallback_set_tls_key at Base 4.3.0.662
  mono_fast_get_tls_key at Base 4.3.0.662
  mono_fast_get_tls_key_end at Base 4.3.0.723
  mono_fast_set_tls_key at Base 4.3.0.662
  mono_fast_set_tls_key_end at Base 4.3.0.723
- mono_install_load_aot_data_hook at Base 4.3.2.147

-- 
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