[Bug default/25480] abidiff won't ignore dump files based on name
dodji at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jan 1 00:00:00 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=25480
dodji at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from dodji at redhat dot com ---
The commit
https://sourceware.org/git/gitweb.cgi?p=libabigail.git;a=commit;h=6a0e7e120b18c51ce7cc2d273697b7440e1ac99e
that landed into the master branch should fix this issue. That commit should
be available in the upcoming 1.7 version of libabigail.
With that commit, if the abixml file (that you name dump file) contains a
reference to a soname, then this suppression specification should work:
[suppress_file]
soname_regexp = <regexp-for-the-soname>
Note, however, that using the file_name_regexp' property of the [suppress_file]
section already works (even without this patch) with abixml files, provided the
regular expression matches the name of the abixml file. That suppression
specification would look like:
[suppress_file]
file_name_regexp = <regexp-for-the-abixml-file-path>
Hopefully this is helpful.
Thank you for taking the time to report this problem, and sorry for the
inconvenience.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libabigail
mailing list