From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49098 invoked by alias); 1 Oct 2019 11:37:24 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 49069 invoked by uid 48); 1 Oct 2019 11:37:20 -0000 From: "maennich at android dot com" To: libabigail@sourceware.org Subject: [Bug default/25043] abidiff doesn't take stdin Date: Tue, 01 Jan 2019 00:00:00 -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: maennich at android 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: cc 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-SW-Source: 2019-q4/txt/msg00001.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25043 Matthias Maennich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maennich at android dot com --- Comment #1 from Matthias Maennich --- Just as a comment: $ abidiff elf.file elf.file2 should do the trick for your particular case where you would extract xml representations from single elf binaries. Just compare the binaries directl= y, or binaries to xml files. For the case where abidiff is not able to compare directly, e.g. $ abidiff <(abidw --linux-tree tree1/) <(abidw --linux-tree tree2/) you suggestion could come in handy, but on the other hand side, it feels a = bit inconsistent that you can only pass one input via stdin and still have to specify the other ... So, this ends up being only useful for cases where abidiff does not handle input directly yet: $ abidw --linux-tree tree1/ | abidiff - --linux-tree tree2/ But I would rather teach abidiff how to deal with two linux trees as it can deal with all the other types (xml, binary) as an input already. Did I miss a significant other case here? --=20 You are receiving this mail because: You are on the CC list for the bug.