From: Michael Jeanson Date: Wed, 3 Mar 2021 16:56:49 +0000 (-0500) Subject: Add serialized ABI definition files X-Git-Tag: v2.13.0-rc3~5 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=5cde0f99b6d44ca6eb01153f9c8f469224ba7670;hp=5cde0f99b6d44ca6eb01153f9c8f469224ba7670;p=lttng-ust.git Add serialized ABI definition files This commit contains the serialized ABI definitions for a typical build of the lttng-ust librairies. This information is extracted using libabigail (https://sourceware.org/libabigail/). The artefacts used to generate these were built with CFLAGS="-O0 -ggdb" and all optional configure switches enabled. You can compare the serialized ABI with a shared object to check for changes. For example, here we compare an in-tree built version of liblttng-ust.so with the serialized ABI of stable-2.13 : abidiff \ extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust.so.1.xml \ src/lib/lttng-ust/.libs/liblttng-ust.so Change-Id: Ie3b6fa78b156556bb9967bebab36c8e4f563bbe3 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---