blob: 73d61b0b37ec7e71a849c6331b0695faed671054 [file] [log] [blame]
Andrey Ponomarenkob1c490a2012-03-11 11:16:12 +04001NAME:
2 ABI Compliance Checker (ACC) - a tool for checking backward binary compatibility of a shared C/C++ library API.
3
4USAGE:
5 abi-compliance-checker -lib NAME -d1 OLD.xml -d2 NEW.xml
6
7 OLD.xml and NEW.xml are XML-descriptors:
8
9 <version>
10 1.0
11 </version>
12
13 <headers>
14 /path/to/headers/
15 </headers>
16
17 <libs>
18 /path/to/libraries/
19 </libs>
20
21ADV. USAGE:
22 For advanced usage, see output of --help option