From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 544EB3858D37 for ; Mon, 15 Aug 2022 12:18:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 544EB3858D37 Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-228-4VTgMpihP9-yj16ulZmAtQ-1; Mon, 15 Aug 2022 08:18:13 -0400 X-MC-Unique: 4VTgMpihP9-yj16ulZmAtQ-1 Received: by mail-wr1-f71.google.com with SMTP id d18-20020adf9b92000000b0022503144f4fso658788wrc.9 for ; Mon, 15 Aug 2022 05:18:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=MP5Qju4F1NxjUIVhHwA0uUnjBt4xirSrzfPpRsd/TFg=; b=TVkpIWyPM46LCO3POg7Ipletddloj5vonSbyQukYLoLgUoAjxKZziYNpjcwCAlo2dc XEPwzM/KE9ctFxDFNmhVIXh3QIfim7DwbvSHvqkNN7TWyNBsAPa1b40p7PaPRxJ7NSm4 vSpdwNM65ygGMXy6vgmPAqiVKm4Y/lXMMhqgbGIC7xc869d9Rqrt6xi+5Fv/Bn4P74+/ Qk8tRTMcFAHa3Y2siK9vEhbJ8X1vNFabXgLgOe88oAdr1XooEnH6/YyMDkgPCAbWLrSg Gq4VxCEil2Ut+ZZkhzJ28hFNxpwK85EQnBKT/Cr/soPa5tLckfHzDXX+suanNWoFw4ha jYEg== X-Gm-Message-State: ACgBeo1fDj1FWwCXLbBVP4GGyUI8l0fhE51xJliUNj5ziUhgLI2+ReP9 rEv3iPGuyGVuXoP+SA3hbk91ENCI7F1fnIaGz1VehCx6Hu+LY3FsY/0t6yXWKZB4/JhHJ4oVuha ASRRljNqREyhOvQYIhw== X-Received: by 2002:a05:600c:a03:b0:39e:4f0c:938c with SMTP id z3-20020a05600c0a0300b0039e4f0c938cmr10017633wmp.145.1660565892737; Mon, 15 Aug 2022 05:18:12 -0700 (PDT) X-Google-Smtp-Source: AA6agR4k3EqIUL+V2xFeGSvQinw2j/WOhN/EnG3kDci011+6ICRn5tVUjPcra0/9+1gY9IXpsnW0WA== X-Received: by 2002:a05:600c:a03:b0:39e:4f0c:938c with SMTP id z3-20020a05600c0a0300b0039e4f0c938cmr10017629wmp.145.1660565892531; Mon, 15 Aug 2022 05:18:12 -0700 (PDT) Received: from [192.168.1.6] (adsl-2-solo-236-177.claranet.co.uk. [80.168.236.177]) by smtp.gmail.com with ESMTPSA id p17-20020a5d68d1000000b00222c96d8656sm7122841wrw.114.2022.08.15.05.18.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 15 Aug 2022 05:18:12 -0700 (PDT) Message-ID: Date: Mon, 15 Aug 2022 13:18:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH,V6 00/10] Definition and Implementation of CTF Frame format To: Indu Bhagat , binutils@sourceware.org References: <20220802080452.1143351-1-indu.bhagat@oracle.com> From: Nick Clifton In-Reply-To: <20220802080452.1143351-1-indu.bhagat@oracle.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Mon, 15 Aug 2022 12:18:16 -0000 Hi Indu, One thing that occurs to me - is the CTF Frame format documented somewhere ? There are some comments about it in ctf-frame.h but a proper description in a publicly accessible place would be good. If there is a description, then including a URL for it in one of the new header files would be a good idea. Cheers Nick