From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E53B3385B516; Mon, 5 Jun 2023 08:04:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E53B3385B516 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685952258; bh=ItiSlLAzFUSDnRRkwWPlPRnzUqPXW3xiavob2V8trns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tNOjb+MKN8pD76w+EoKDEI9n+neaB8TCs2sg/ezBb1sgYjGNb5JauFoLwsVS4Gw4C AISH5wVThvu1ezpnWLw7VFc2jRmNodG7b4VV0eWjpCSAWgRWv1qJ2nuVzxDbbn5JMO fOKj+aI+x/lfNL4eEsPartDGLz21UpTqcyq9qAF8= From: "david.marchand at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30034] [libabigail] Handle library splitting Date: Mon, 05 Jun 2023 08:04:18 +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: enhancement X-Bugzilla-Who: david.marchand 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30034 --- Comment #2 from David Marchand --- I'll need to think more and maybe test a prototype to be sure, but this spec seems to involve more scripting for libabigail users. In our DPDK case, - with this proposal, DPDK will have to track every splitted library and maintain sets of libraries to pass to abidiff, - on the other hand, the "DT_NEEDED following with a name pattern" idea wou= ld be a project level option we would set in our check-abi.sh, I only see mentions of binaries, would this "set" feature be applicable to comparing abidw dumps? --=20 You are receiving this mail because: You are on the CC list for the bug.=