Added documentation comment for LoadALXFile's enable flag
[barry.git] / maintainer / abi / README
blob68b16347073cb31beb7deac44cd9b8688eccb94c
1 This directory contains support files for ABI compatibility checking
2 using the tool found at:
4         http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
6 There are two scritps:
8         abi-prepare.sh - takes a Barry tarball, extracts it into /tmp
9                         and builds and installs it
10         configure-lib.sh - support script used by abi-prepare.sh
12 For example, to prepare version 0.16 and 0.17.0 for comparison, run:
14         ./abi-prepare.sh barry-0.16.tar.bz2 0.16.xml ./configure-lib.sh
15         ./abi-prepare.sh barry-0.17.0.tar.bz2 0.17.0.xml ./configure-lib.sh
17 To compare, run:
19         abi-compliance-checker.pl -l barry -d1 0.16.xml -d2 0.17.0.xml
21 Note that there are other libraries in Barry that may also need to be
22 checked: libbarry, libbarrydp, libbarryjdwp, libbarrybackup, etc.