tdb: add script/abi_checks.sh. check for abi changes without gcc magic.
authorMichael Adam <obnox@samba.org>
Fri, 28 Aug 2009 13:53:12 +0000 (15:53 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Dec 2009 07:03:43 +0000 (08:03 +0100)
commit724d71dc838750fff91a45359feeb6e71bf0a4c7
tree736fdb3b1e199ce60d538ea153e8bce435040458
parent141422d9dc24b15b7b8bc7831adab90367a729f7
tdb: add script/abi_checks.sh. check for abi changes without gcc magic.

USAGE: abi_checks.sh LIBRARY_NAME header1 [header2 ...]

This creates symbol signature lists using the mksyms and mksigs scripts
and compares them with the checked in lists.

Michael
(cherry picked from samba commit 9636e0d373e75cce7063b710227eaaf53f447c1b)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/script/abi_checks.sh [new file with mode: 0755]