From a recent report: Leaf changes summary: 510 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 499 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 11 Added variables Function symbols changes summary: 0 Removed, 0 Added function symbol not referenced by debug info Variable symbols changes summary: 0 Removed, 3 Added variable symbols not referenced by debug info 510 = 499 + 11 but should be 513 = 499 + 11 + 3
gprocida at google dot com via Libabigail <libabigail@sourceware.org> a écrit: > Leaf changes summary: 510 artifacts changed > Changed leaf types summary: 0 leaf type changed > Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 499 Added > functions > Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 11 Added > variables > Function symbols changes summary: 0 Removed, 0 Added function symbol not > referenced by debug info > Variable symbols changes summary: 0 Removed, 3 Added variable symbols not > referenced by debug info > > 510 = 499 + 11 > but should be > 513 = 499 + 11 + 3 Thank you for reporting this issue. I posted a patch for this to https://sourceware.org/pipermail/libabigail/2022q2/004385.html. Do you see an improvement with that patch at all? Thanks!
The patch is good. Thank you.
Hello, gprocida at google dot com via Libabigail <libabigail@sourceware.org> a écrit: > https://sourceware.org/bugzilla/show_bug.cgi?id=29047 > > --- Comment #2 from gprocida at google dot com --- > The patch is good. Thank you. [...] Dodji Seketeli <dodji@seketeli.org> a écrit: > > * src/abg-comparison.cc (corpus_diff::priv::emit_diff_stats): In > the "leaf change summary" section, add the number of removed/added > symbols not described by debug info. > > Signed-off-by: Dodji Seketeli <dodji@redhat.com> Applied to master, thanks! [...] Cheers,