From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42d.google.com (mail-pf1-x42d.google.com [IPv6:2607:f8b0:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id 48133385800F for ; Tue, 9 Nov 2021 13:40:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 48133385800F Received: by mail-pf1-x42d.google.com with SMTP id b68so8899162pfg.11 for ; Tue, 09 Nov 2021 05:40:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bHB3uEp+lJZLiwp+rP5o7QeHEsZ1Jqxe4aYRDmGis9Y=; b=jxdhywMRveTgENK5yvBp6TxBwtv6/xOl6a/+QfBRHTIS+tIaoXQAXuKGRutSQQXH5C 6OM0ZpexqnX6uH7q4BVYM+EaL1wVwuYmZjh1ZhmIsv9TVzGO9tmfzb+2JgMQU0HxrZNk 6RKqmp+XAh/I5ypOKH3uVbE2Av/tgWwyL6f9ROdNP08TyIKrZkz/NXmmxwckRVjfkomq xNyiNbjt8JRpBbqa7QUUhhk0yfhd84v9sFYuNqNRCpYtWWSjF7qlHKECLxIkhsomC3YJ fftvhOdnNmO2U4ckttKx5FUVrBuszYkFNBT7a1yEPPSXHsojLZD76eYZx4n6Z6UtoOJ6 ASxg== X-Gm-Message-State: AOAM533O1LhBSyP4TTnlbx3hV1ZL5l0QrKK9S28AQQAfEt3GllPemWHl Bds9vElnfiEez2YvOyjD0JPWdkq3hnB7Msp+Hj8= X-Google-Smtp-Source: ABdhPJzIbuEhM2gWWMFWuMBIurK9bhv4hSsEtNsjMKT3kGJ1DS0zEbvo1+7TPr8y7JotEgosGKRxIgeWnw6A8mZyn60= X-Received: by 2002:a63:8042:: with SMTP id j63mr6003077pgd.225.1636465212406; Tue, 09 Nov 2021 05:40:12 -0800 (PST) MIME-Version: 1.0 References: <20211026154850.46161-1-nick.alcock@oracle.com> <8735oa5zgp.fsf@esperi.org.uk> <878rxy4h6v.fsf@esperi.org.uk> In-Reply-To: <878rxy4h6v.fsf@esperi.org.uk> From: "H.J. Lu" Date: Tue, 9 Nov 2021 05:39:36 -0800 Message-ID: Subject: Re: [PATCH REVIEW] libctf: add CTF format specification To: Nick Alcock Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3023.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2021 13:40:14 -0000 On Mon, Nov 8, 2021 at 10:49 AM Nick Alcock via Binutils wrote: > > On 5 Nov 2021, Nick Alcock via Binutils uttered the following: > > > On 26 Oct 2021, Nick Alcock via Binutils told this: > > > >> It's been a long time since most of this was written: it's long past > >> time to put it in the binutils source tree. It's believed correct and > >> complete insofar as it goes: it documents format v3 (the current > >> version) but not the libctf API or any earlier versions. (The > >> earlier versions can be read by libctf but not generated by it, and you > >> are highly unlikely ever to see an example of any of them.) > > > > Ping? any comments? I'll commit this in about a day if nobody says > > anything. > > This is now pushed. Please let me know if it breaks anything. This caused: https://sourceware.org/bugzilla/show_bug.cgi?id=28567 I am checking in: https://sourceware.org/pipermail/binutils/2021-November/118454.html -- H.J.