Update ABI definition files
[urcu.git] / extras / abi / README
... / ...
CommitLineData
1This directory contains the serialized ABI definitions for a typical build of
2the liburcu libraries. This information is extracted using libabigail
3(https://sourceware.org/libabigail/).
4
5The artefacts used to generate these were built with CFLAGS="-O0 -ggdb" on an
6Ubuntu 18.04 x86_64 system.
7
8You can compare the serialized ABI with a shared object to check for breaking
9changes. For example, here we compare an in-tree built version of
10liburcu-memb.so with the serialized ABI of stable-0.13 :
11
12 abidiff \
13 extras/abi/0.13/x86_64-pc-linux-gnu/liburcu-memb.so.8.xml \
14 src/.libs/liburcu-memb.so
This page took 0.028313 seconds and 4 git commands to generate.