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)
committerMichael Adam <obnox@samba.org>
Sat, 29 Aug 2009 22:51:54 +0000 (00:51 +0200)
commit9636e0d373e75cce7063b710227eaaf53f447c1b
treea48ffb9206352e35c55467067e805ff57d84fed1
parent0760a04ef9f7d2f3d966017295712769d02b8b9f
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
lib/tdb/script/abi_checks.sh [new file with mode: 0755]