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