From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by sourceware.org (Postfix) with ESMTPS id 592D53858D1E for ; Fri, 11 Nov 2022 06:33:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 592D53858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maskray.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-f171.google.com with SMTP id 140so2652014pfz.6 for ; Thu, 10 Nov 2022 22:33:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=9PazBE9NWFeFIU+ln3bQRg0dtVcEVCkAg26owy3JXD8=; b=fFBEen4t+xT/qBjbgAcvS1EDAu6XCV/sRHUn4QTgY7TF7EDSpKQ3u/2RsiIlk9j48i 8WUqJhs8ftD0QWgm8Ka7h96rkwcex9CQwLSHhfIbBKT31FUh95JRUKGejOUKfm2nCdgK wHVTYCjr6/N/p4QFnrN+S+OriCTUTQmqLqudLnSsKs6142FK+g97n9FkEPp5d6aKySmP PjEUBCE8w5pGlqDBC5tNICnxFUX6lgALKd+1xd3fuai5ibEPcXrEVT1jTgLNzsZAhGe6 wfhafDlHWtrtiR1ahEo7oJbDnnuJ88aJ7g0pT1wJkMVlRYFhUq3yzrHE70tYIji8Ab+z XvJA== X-Gm-Message-State: ANoB5pnVAWuNNRpKaoGsRPDbZqqIQfRLeV7Xrpdxl4R85ieOd2Bv43lb JneY2GIEf+N3jRskj5W3TfVQx+pBsxo= X-Google-Smtp-Source: AA0mqf7mjk4VBD0f7w1I8ROLkagX+qVecCx1oRlWFplqycO0ht2osGbirdgK10E5JhwzqMVwC5bIcA== X-Received: by 2002:a05:6a00:e10:b0:56b:dbab:5362 with SMTP id bq16-20020a056a000e1000b0056bdbab5362mr1234757pfb.47.1668148399982; Thu, 10 Nov 2022 22:33:19 -0800 (PST) Received: from localhost ([2601:647:6300:b760:303b:3a1e:6768:4f7d]) by smtp.gmail.com with ESMTPSA id j3-20020a17090a738300b0020dd9382124sm4071756pjg.57.2022.11.10.22.33.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Nov 2022 22:33:19 -0800 (PST) Date: Thu, 10 Nov 2022 22:33:18 -0800 From: Fangrui Song To: Cary Coutant Cc: Alan Modra , binutils@sourceware.org Subject: Re: Pool section entries for DWP version 1 Message-ID: <20221111063318.uuaj4ez3xrvdcaim@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-11-10, Cary Coutant via Binutils wrote: >> Does anyone still have dwp version 1 files they can use to test my >> change? > >I doubt version 1 was ever used outside of Google, and it probably >hasn't been in use for at least 6 years. We could probably just remove >the support for it. > >-cary I agree. It would be nice to support DWARF v5 in dwp. .debug_loclists, .debug_rnglists, .debug_macro are not supported.