From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by sourceware.org (Postfix) with ESMTPS id 8BDDD3858406 for ; Thu, 18 Nov 2021 10:29:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8BDDD3858406 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 2FA2D200006; Thu, 18 Nov 2021 10:29:16 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 5D336581C23; Thu, 18 Nov 2021 11:29:15 +0100 (CET) From: Dodji Seketeli To: "Jose E. Marchesi via Libabigail" Subject: Re: [PATCH] abidw: add support for CTF Organization: Me, myself and I References: <20211117073903.15773-1-jose.marchesi@oracle.com> X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Thu, 18 Nov 2021 11:29:15 +0100 In-Reply-To: <20211117073903.15773-1-jose.marchesi@oracle.com> (Jose E. Marchesi via Libabigail's message of "Wed, 17 Nov 2021 08:39:03 +0100") Message-ID: <871r3d69l0.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Thu, 18 Nov 2021 10:29:20 -0000 Hello, "Jose E. Marchesi via Libabigail" a =C3=A9crit: > This patch adds support for CTF to the abidw utility. It depends on > the previous patch that makes abigail::ctf_reader::read_corpus to > return a status code. > > * tools/abidw.cc: Conditionally include abg-ctf-reader.h. > (load_corpus_and_write_abixml): Do not get a > dwarf_reader::read_context as an argument. > (main): Adjust call to load_corpus_and_write_abixml accordingly. > (struct options): New option use_ctf. > (options): ... and initialize it. > (display_usage): Document --ctf. > (parse_command_line): Handle --ctf. > * doc/manuals/abidw.rst: Document --ctf. > > Signed-off-by: Jose E. Marchesi Applied to master. Thanks! [...] Cheers, --=20 Dodji