cleanup: spelling fixes in comments
[lttng-ust.git] / extras / abi / README
CommitLineData
7538241b 1This directory contains the serialized ABI definitions for a typical build of
2fbda51c 2the lttng-ust libraries. This information is extracted using libabigail
7538241b
MJ
3(https://sourceware.org/libabigail/).
4
5The artefacts used to generate these were built with CFLAGS="-O0 -ggdb" and all
6optional configure switches enabled.
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
10liblttng-ust.so with the serialized ABI of stable-2.13 :
11
12 abidiff \
13 extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust.so.1.xml \
14 src/lib/lttng-ust/.libs/liblttng-ust.so
This page took 0.022562 seconds and 4 git commands to generate.