HomeFreeBSD

Library ABI tracking with abigail

Description

Library ABI tracking with abigail

Provide two make targets: checkabi and storeabi.

storeabi uses libabigail to generate a reference copy of the ABI for the
public libraries.

checkabi compares such a reference to the compiled version, failing if
they are not compatible. No ABI is generated for libzpool.so, it is
only used by ztest and zdb and not external consumers.

Co-authored-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Antonio Russo <aerusso@aerusso.net>
Closes #11144

Details

Provenance
Antonio Russo <aerusso@aerusso.net>Authored on Nov 15 2020, 4:35 AM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Nov 17 2020, 5:18 PM
Parents
rGe6c59cd171bf: zpool: correctly align columns with -p
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG14c34c3d4931: Library ABI tracking with abigail (authored by Antonio Russo <aerusso@aerusso.net>).Nov 17 2020, 5:18 PM