libffi: Match upstream soname

* libtool-version: Increase to 7:0:0.
  * libffi.map.in: Increase version numbers to 7.0.

From-SVN: r234009
This commit is contained in:
Richard Henderson 2016-03-05 10:25:20 -08:00 committed by Richard Henderson
parent 4df362edc6
commit 1e00421c75
3 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2016-03-02 Richard Henderson <rth@redhat.com>
* libtool-version: Increase to 7:0:0.
* libffi.map.in: Increase version numbers to 7.0.
2016-03-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2016-03-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* Makefile.am (libffi.map-sun): Properly convert * Makefile.am (libffi.map-sun): Properly convert

View File

@ -3,7 +3,7 @@
#include <fficonfig.h> #include <fficonfig.h>
#include <ffitarget.h> #include <ffitarget.h>
LIBFFI_BASE_5 { LIBFFI_BASE_7.0 {
global: global:
/* Exported data variables. */ /* Exported data variables. */
ffi_type_void; ffi_type_void;
@ -46,17 +46,17 @@ LIBFFI_BASE_5 {
}; };
#ifdef FFI_TARGET_HAS_COMPLEX_TYPE #ifdef FFI_TARGET_HAS_COMPLEX_TYPE
LIBFFI_COMPLEX_5 { LIBFFI_COMPLEX_7.0 {
global: global:
/* Exported data variables. */ /* Exported data variables. */
ffi_type_complex_float; ffi_type_complex_float;
ffi_type_complex_double; ffi_type_complex_double;
ffi_type_complex_longdouble; ffi_type_complex_longdouble;
} LIBFFI_BASE_5; } LIBFFI_BASE_7.0;
#endif #endif
#if FFI_CLOSURES #if FFI_CLOSURES
LIBFFI_CLOSURE_5 { LIBFFI_CLOSURE_7.0 {
global: global:
ffi_closure_alloc; ffi_closure_alloc;
ffi_closure_free; ffi_closure_free;
@ -66,13 +66,13 @@ LIBFFI_CLOSURE_5 {
ffi_prep_raw_closure_loc; ffi_prep_raw_closure_loc;
ffi_prep_java_raw_closure; ffi_prep_java_raw_closure;
ffi_prep_java_raw_closure_loc; ffi_prep_java_raw_closure_loc;
} LIBFFI_BASE_5; } LIBFFI_BASE_7.0;
#endif #endif
#if FFI_GO_CLOSURES #if FFI_GO_CLOSURES
LIBFFI_GO_CLOSURE_5 { LIBFFI_GO_CLOSURE_7.0 {
global: global:
ffi_call_go; ffi_call_go;
ffi_prep_go_closure; ffi_prep_go_closure;
} LIBFFI_CLOSURE_5; } LIBFFI_CLOSURE_7.0;
#endif #endif

View File

@ -3,4 +3,4 @@
# a separate file so that version updates don't involve re-running # a separate file so that version updates don't involve re-running
# automake. # automake.
# CURRENT:REVISION:AGE # CURRENT:REVISION:AGE
5:0:0 7:0:0