From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 50C473858D39 for ; Fri, 21 Oct 2022 05:46:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 50C473858D39 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-x42e.google.com with SMTP id 67so1597580pfz.12 for ; Thu, 20 Oct 2022 22:46:54 -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=iztmdIXAr//fKQjw2G/SxZPkXVbpshMOPx/4fdgjz5o=; b=AdSMEsBDimsnF3oOY4xB2BQWwOBmo84uHqj7oNnaRfYWJPUMEGyCVjVtCFm3TM97+L 8EPNaDQJAs4jVj2FI1QqjneiGkimYLMjEYj6eDICJW2a5FLAaVvG2dsyA2b8iKaj6teT i6wu8OsMALwZwAP9ngM4aSPvZka6A6zWvlbkpyWy7gryUk22dfiCMLGQeRlfjbBOqcHp KaBvhAEhGggE5pyqxvjyjyTP9tHqPwjr692S6ZeibYnJ4IW0UA/ddSAqrILbhcR0bGlE VW6jICLJPTT8PJ+PZPz6Nyd9pUzuztAfLFesMUBURE29mNvuAghxpxwEJyO37fRZS5+H OuFg== 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=iztmdIXAr//fKQjw2G/SxZPkXVbpshMOPx/4fdgjz5o=; b=TeGlAZhz8UC2C+/ck88RIq7XKx8dUdu0lqXiUxlOnDHgwZq5bAnPQKoR9xCb13lEx7 Q5YuUVZVSScGsJfy9/tywelYE2dUWylhnOmL9u9OmjaMUpZJpz0lOiwCMaLmNztW/Hwq IgF97tukoQeM/DBiUphI//teaFB7rCIu7ywGPSZ1G3Ezi1qlSucxDOyJNwKlLoFbKt3H OG0ho1FwvdqZ//thmUKifNVebbeAVlSP8utOQbYnnUjcM1bAVASMmwg6mcB2j9Kuu0ry 45l7vvrSG/2jXcmdOOFyUteDux1o+/+ExZ9UWrgVzb4ZTGRkdFoAvu0WknHqKp1ldEun 3yXg== X-Gm-Message-State: ACrzQf17JLDTfchXIc7yRYcfelMD445vi4AAacRiaOOOykOsoGZnmttA VKJuR4u95n47gZHPVah1nWcJew== X-Google-Smtp-Source: AMsMyM4Pi2Sgz3OV/vSlKOyJuUSrx/ohf28dJDXG/YLj9dlP8cYMQxaa9MVEnJfC78AO9RiU1SnN7Q== X-Received: by 2002:a63:ff4f:0:b0:439:61d6:197 with SMTP id s15-20020a63ff4f000000b0043961d60197mr14697854pgk.67.1666331213279; Thu, 20 Oct 2022 22:46:53 -0700 (PDT) Received: from google.com ([2620:15c:2ce:200:7bc3:a089:50a8:d539]) by smtp.gmail.com with ESMTPSA id y17-20020aa793d1000000b0056abff42a8bsm333660pff.69.2022.10.20.22.46.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Oct 2022 22:46:52 -0700 (PDT) Date: Thu, 20 Oct 2022 22:46:48 -0700 From: Fangrui Song To: Alan Modra , Cary Coutant Cc: binutils@sourceware.org Subject: PING^2 [PATCH] gold: add --compress-debug-sections=zstd [PR 29641] Message-ID: <20221021054648.p4axdqxddtsloglp@google.com> References: <20221001023846.590825-1-maskray@google.com> <20221011032103.d5hu4fb4742u47sn@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20221011032103.d5hu4fb4742u47sn@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-10-10, Fangrui Song wrote: >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 :)