From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 176083857806; Wed, 16 Mar 2022 14:22:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 176083857806 From: "gprocida at google dot com" To: libabigail@sourceware.org Subject: [Bug default/28971] New: changes to symbols unreferenced by debug info are not reported Date: Wed, 16 Mar 2022 14:22:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gprocida at google dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2022 14:22:51 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28971 Bug ID: 28971 Summary: changes to symbols unreferenced by debug info are not reported Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: gprocida at google dot com CC: libabigail at sourceware dot org Target Milestone: --- Reporting of symbols unreferenced-by-debug-info appears to be restricted to= the reporting of addition/removal only. There is no code to enumerate such symb= ols that have changed and then call maybe_report_diff_for_symbol (as far as I c= an tell). The function symbol exported_function_gpl in the existing test file tests/data/test-abidiff/test-crc-{1,2}.xml has no associated declaration wi= th matching elf-symbol-id attribute. All the exported_function_gpl symbol attributes are the same between the two files and as expected there is no diff for the symbol in the corresponding tests/data/test-abidiff/test-crc-report.txt. However if the CRC attribute, for example, of exported_function_gpl is chan= ged in one of the files, no diff is still reported. --=20 You are receiving this mail because: You are on the CC list for the bug.=