summaryrefslogtreecommitdiff
path: root/devel/abi-unchecked-symbols.txt
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-11 14:36:39 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-11 18:30:51 +0100
commit99b4b7bb53f6d36ee991e2a2679776faf433c9af (patch)
treedf2895909ab577be43342a4bf622634faa6d33b0 /devel/abi-unchecked-symbols.txt
parent1fcd82b7eee685bb77355e7386c525b915fc528b (diff)
downloadgnutls-99b4b7bb53f6d36ee991e2a2679776faf433c9af.tar.gz
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.
Diffstat (limited to 'devel/abi-unchecked-symbols.txt')
-rw-r--r--devel/abi-unchecked-symbols.txt6
1 files changed, 6 insertions, 0 deletions
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.