From: Michael Jeanson Date: Wed, 2 Jun 2021 14:55:22 +0000 (-0400) Subject: Add serialized ABI definition files X-Git-Tag: v0.13.0~2 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=c0ecb6ea53e564c5bca028070b43793afb77a790;hp=c0ecb6ea53e564c5bca028070b43793afb77a790 Add serialized ABI definition files This commit contains the serialized ABI definitions for a typical build of the liburcu librairies. This information is extracted using libabigail (https://sourceware.org/libabigail/). The artefacts used to generate these were built with CFLAGS="-O0 -ggdb". You can compare the serialized ABI with a shared object to check for breaking changes. For example, here we compare an in-tree built version of liburcu-memb.so with the serialized ABI of stable-0.13 : abidiff \ extras/abi/0.13/x86_64-pc-linux-gnu/liburcu-memb.so.7.xml \ src/.libs/liburcu-memb.so Change-Id: Icb3145cdf9f69490981ce201ec437cc83298f0a7 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---