Commit 8a0a4e25ef99f4ec98761f2fc075c2e8409f171b

Richard Henderson 2016-05-04T07:33:41

Update symbol versioning for ffi_get_struct_offsets Given that the original symbol versioning patch has shipped with gcc-6, it would be kind to keep that as a valid base ABI and make subsequent changes to version 7.1.

diff --git a/libffi.map.in b/libffi.map.in
index d93c891..c5cf9d9 100644
--- a/libffi.map.in
+++ b/libffi.map.in
@@ -42,6 +42,11 @@ LIBFFI_BASE_7.0 {
 	*;
 };
 
+LIBFFI_BASE_7.1 {
+  global:
+	ffi_get_struct_offsets;
+};
+
 #ifdef FFI_TARGET_HAS_COMPLEX_TYPE
 LIBFFI_COMPLEX_7.0 {
   global:
diff --git a/libtool-version b/libtool-version
index bf184e2..e4f5aa2 100644
--- a/libtool-version
+++ b/libtool-version
@@ -26,4 +26,4 @@
 #    release, then set age to 0.
 #
 # CURRENT:REVISION:AGE
-7:0:0
+8:0:1