From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA9EC386103F; Tue, 19 Jan 2021 22:12:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA9EC386103F From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/27208] abicompat doesn't check back calls. Date: Tue, 19 Jan 2021 22:12:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: woodard at redhat dot com X-Bugzilla-Status: NEW 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: Message-ID: In-Reply-To: References: 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: Tue, 19 Jan 2021 22:12:09 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27208 --- Comment #1 from Ben Woodard --- I think what needs to be done to fix this is in perform_compat_check_in_normal_mode once you have gone through the undefined symbol list from the app to the library. You need to go through all the undefined symbols in the library and if they are defined in the app, then m= ark them as needed in the library before the comparison. (I haven't looked at the weak mode checking) --=20 You are receiving this mail because: You are on the CC list for the bug.=