From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 7135B385828C for ; Tue, 11 Oct 2022 03:21:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7135B385828C Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=google.com Received: by mail-pf1-x42b.google.com with SMTP id g28so12346610pfk.8 for ; Mon, 10 Oct 2022 20:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=9BsQYGCNe03Wlw1y7vMPeFK+wohHErI0gr0FaU/eiBA=; b=B9yy2s+OIMyd/EllWZ8ZO/6uPjD9J4eOuf9TyvrFcMIqWMYf1MIT6FtiPTZ/iio14l 7OcpUV6yiv/rKhi4Dm2/zb/z3DQ0yXxeVsTKJe5zhbdA9HzGVFn4PDoTFmM4uLCwtadY Vh/dZLg9q/oowb4Z/4xdb6yTpHYMNIyYp6GR/l2ubN4aCWX1f9uSposeSrdIW+eHHFUb DQ9OHBYYT5kcIEPbQWP7ImSXIH3BuV7hVhjieDvSecFdh/bVS9+R5wWyqUSVf+GZxfkg XvHYEBczsqFBdp986+5M7psVwJiDgK5yLznv7zE3PPEnivaR8tHK/JY8mNpmUWltsw3u Z3hg== 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=9BsQYGCNe03Wlw1y7vMPeFK+wohHErI0gr0FaU/eiBA=; b=70dVw8aODFPh2Q8Y9Fwjf0jQtQdrFgpmPwzbM29Ob2BzVplWWjeMBKSAYshyyu0Fpn rcTGpnqS+xAELihwQyVFmsMxPQpc2TkAjCo7aRwZJSxUOpudDu2YB6xx8AP0qjH2QSI2 8fuM4TJeVED1HE3dBLzdbEnYJKZAiToUjtXJW2q22Md7C9APUdlo20NRcvMOM/1vOLqS gu8vgMwhuhCjIzm0a4iEporZgxF1xxQYamrVl4WzN2MjuLmi2kgwuPVi2RSL7rC4snOs FfvSzXRKdEXgmvz2i1vJd6AJdqobmXmh/r2kSGu49lFSfciPWzJgp+rk7Oe7zUeQasMQ wfbA== X-Gm-Message-State: ACrzQf0aaQzKVz88D39P3bXMdnoPDJ2294Bwinl2K5i+x/k1Zqf+v1DM PJvqUWVWqlCnxJ4L9zKvtmFzHCnXJh698w== X-Google-Smtp-Source: AMsMyM79auWo/msoQhAXpDnrV/OQ0wvSgD3HRTy4vbbVfHwrT35ig65mIonUGmI0eZBOKrccAYEcBA== X-Received: by 2002:a63:6cc6:0:b0:457:5f5f:9dff with SMTP id h189-20020a636cc6000000b004575f5f9dffmr19412961pgc.493.1665458468282; Mon, 10 Oct 2022 20:21:08 -0700 (PDT) Received: from google.com ([2620:15c:2ce:200:b19e:d999:c4b1:29c2]) by smtp.gmail.com with ESMTPSA id x20-20020aa79ad4000000b00562a5f29ac1sm7710155pfp.100.2022.10.10.20.21.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 20:21:06 -0700 (PDT) Date: Mon, 10 Oct 2022 20:21:03 -0700 From: Fangrui Song To: Alan Modra , Cary Coutant Cc: binutils@sourceware.org Subject: ping [PATCH] gold: add --compress-debug-sections=zstd [PR 29641] Message-ID: <20221011032103.d5hu4fb4742u47sn@google.com> References: <20221001023846.590825-1-maskray@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20221001023846.590825-1-maskray@google.com> X-Spam-Status: No, score=-19.9 required=5.0 tests=BAYES_00,DKIMWL_WL_MED,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,USER_IN_DEF_DKIM_WL,USER_IN_DEF_SPF_WL autolearn=ham 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-09-30, Fangrui Song wrote: >--- > gold/NEWS | 2 ++ > gold/compressed_output.cc | 59 +++++++++++++++++++++++++++++--------- > gold/options.cc | 9 ++++++ > gold/options.h | 4 +-- > gold/testsuite/Makefile.am | 5 ++++ > gold/testsuite/Makefile.in | 27 +++++++++++++++++ > 6 files changed, 90 insertions(+), 16 deletions(-) Ping :) Alan, also this one for readelf https://sourceware.org/pipermail/binutils/2022-October/123240.html