mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-09 01:57:10 +00:00
fa5a5acbbc
When abipkgdiff says that a library was added or removed, it doesn't tell us about the SONAME of that library, making it hard for the user to guess that maybe this adding/removal is probably due to a SONAME change. This patch fixes that. * tools/abipkgdiff.cc (abi_diff::{added,removed}_binaries): Change the type of these data member from vector<string> to vector<elf_file_sptr>. (compare): Adjust. Show the soname of added/removed binaries. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
abiar.cc | ||
abicompat.cc | ||
abidiff.cc | ||
abidw.cc | ||
abilint.cc | ||
abipkgdiff.cc | ||
abisym.cc | ||
binilint.cc | ||
Makefile.am |