talloc: 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:51 +0000 (00:51 +0200)
commitf1b386a894afd3917e7c0532918e27ad755c8d74
tree77057b3e3e5096a32fbf52f4eb0cf1b45ed02123
parent4579c0546292e57d03cb925a83fab2363af42895
talloc: 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/talloc/script/abi_checks.sh [new file with mode: 0755]