From 99b4b7bb53f6d36ee991e2a2679776faf433c9af Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 11 Mar 2016 14:36:39 +0100 Subject: Makefile: made abi-checks self-contained That is, they no longer assume a given directory structure to exist outside git. It now includes a static dump of the symbols in 3.4.0 for x86_64 and we compare with it. --- devel/abi-unchecked-symbols.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devel/abi-unchecked-symbols.txt (limited to 'devel/abi-unchecked-symbols.txt') diff --git a/devel/abi-unchecked-symbols.txt b/devel/abi-unchecked-symbols.txt new file mode 100644 index 0000000000..8806263af5 --- /dev/null +++ b/devel/abi-unchecked-symbols.txt @@ -0,0 +1,6 @@ +GNUTLS_PRIVATE: + All symbols skipped they are private. + +gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4: + This we skip because we fixed the first parameter from const to normal +and abi-compliance-checker believes it is an incompatible change. -- cgit v1.2.1