blob: 4bd09c3332b3f389aa4c0d1cdf950c51850ff7af [file] [log] [blame]
Jayant Chowdhary6d77d982017-01-05 14:44:11 -08001URL: https://github.com/lvc/abi-compliance-checker/
2Version: 1.99.26
3License: GPL2.0, LGPL2.0
4License File: LICENSE
5
6Description:
7This tool compares the ABI-dumps of two C/C++ libraries(shared/static) and
8generates a compatibility report specifying any breakages in ABI compliance.
9
10Local Modifications:
11Add command-line options to specify paths to c++filt, objdump, readelf. Makefile
12will be removed. abi-compliance-checker.pl needs +x permissions.