From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by sourceware.org (Postfix) with ESMTPS id 120843858D37; Tue, 27 Sep 2022 00:33:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 120843858D37 Received: by mail-pj1-x1036.google.com with SMTP id s90-20020a17090a2f6300b00203a685a1aaso8583603pjd.1; Mon, 26 Sep 2022 17:33:22 -0700 (PDT) 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; bh=CbiruXpY/9qEM9LUWNHPx911bxKvYnaI1Sv35J6Dl6I=; b=DHCPbQFt54VzVfOoouM7H53DdloMZWxCc8aqp6Fp/ZUjwCI9EJ58B+4USybftP4cty SE0XPsAj/jPkV5ZIUvtDFCHiz+Puxjq5s2/bYEJQaMho4/OXSCyMNLMBwQRyla8wmko7 T8ZZxBdCh8KHgplUKvtbThWGHdmk5otmAU3iLFSp7RSB/47KEFUhS81D3F9fDn7pqd1c nNF3xaz+pCMYo7CAVbryPqt4tpOfJ7BmohqiOxLLZo70AMX1pr5vMXRxPfHz9M7xkoue 8j9w1WcYM7TV3kT/PqpdiIf2ncX4N0xrGK34uBCJnq3IaUZZkt1ZlNi9DkcNoMMrkb77 R6dw== X-Gm-Message-State: ACrzQf1XEpqNSan2MAOjQ9xDN22auJQVJr89haLY8xP/0NbE/4cxpTua r6tm5KYMaEVEsT57EfdNd2j9mPwcqxg= X-Google-Smtp-Source: AMsMyM5BS+xB8KLgRAKUavo3NMx4Belyqz9aZ9Zta7U203TKhWuq+fKrUiC7RM3jJXOj3u6bWvH1PQ== X-Received: by 2002:a17:90b:33d2:b0:203:15e7:1571 with SMTP id lk18-20020a17090b33d200b0020315e71571mr1473311pjb.186.1664238801162; Mon, 26 Sep 2022 17:33:21 -0700 (PDT) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id 124-20020a621982000000b005379c1368e4sm111801pfz.179.2022.09.26.17.33.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Sep 2022 17:33:20 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id C4F5E1140437; Tue, 27 Sep 2022 10:03:17 +0930 (ACST) Date: Tue, 27 Sep 2022 10:03:17 +0930 From: Alan Modra To: Simon Marchi Cc: Fangrui Song , Jan Beulich , Nick Clifton , binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH v3] binutils, gdb: support zstd compressed debug sections Message-ID: References: <20220923040837.550160-1-maskray@google.com> <7eadf897-9370-5a00-ae57-8e07251b8702@polymtl.ca> <3d0e846b-b8bd-d0f2-953b-7a8d5cd3bbd6@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3d0e846b-b8bd-d0f2-953b-7a8d5cd3bbd6@polymtl.ca> X-Spam-Status: No, score=-3030.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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2022 00:33:24 -0000 On Mon, Sep 26, 2022 at 10:08:30AM -0400, Simon Marchi wrote: > Silly question but... AM_ZSTD was clearly named after AM_ZLIB. But why > does AM_ZLIB have the "AM" (automake, I suppose) prefix? It doesn't > seem to have anything to do with automake. You'll have to ask Joel. The original patch is at https://sourceware.org/pipermail/binutils/2009-October/063904.html As far as I can see, we get to choose user-defined autoconf macro naming conventions ourselves. -- Alan Modra Australia Development Lab, IBM