From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id C4D5D3858D20 for ; Wed, 9 Feb 2022 08:40:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C4D5D3858D20 Received: by mail-pf1-x42a.google.com with SMTP id n23so3120582pfo.1 for ; Wed, 09 Feb 2022 00:40:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EhzVZLBZCgeTb8MhYNwT0MoYcq7EBtIMVJo8wxX9bL4=; b=3q3ot08H4xuou3vG/PVKMGi+IywIZrnSUddtmrGj/j1kncFl03+r0jiOvDYEqJAb2q JHL8uaYrLQZx7ovYdh8juOAiIP1aB7Qk5oaYNLtlbXfEV4H+9NEDVsaUXu4Wkhn8c+mS wo/VUgJSSrJ4K0kIrQ+f82P0kqIIZtaBY78YZffeIOOPgiU9ZcxXlJ7GJVhqqYR+0eKA TztZa8IrN4oAaClz89f5OkaoIccA+PnHmtCmr8RiDfppUEmpmctO8nCO0qbqKerT7rRd bvAzYYIystOL/py0WSyVlUqk/bZTbX+FMAfLZmDs7+sb7vvGibbDlAEOTx+gzvmPEuHC I1Ug== X-Gm-Message-State: AOAM533ZqbeMDPTqvzoxmvr/tn9f95k90qpWbnnbLUckZqP8TX6PD3mU w80/T4qf2Dw33uA3L5wZcfD+DlrkGoM= X-Google-Smtp-Source: ABdhPJwBcK753h6KOoi13md5hOSDs2WEVc3MkWNkrMDcXzwN6Nvy0jVz1IhEGsBK5+GczhwTDuoMIA== X-Received: by 2002:a63:6786:: with SMTP id b128mr1054076pgc.278.1644396029855; Wed, 09 Feb 2022 00:40:29 -0800 (PST) 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 h21sm18857344pfv.135.2022.02.09.00.40.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Feb 2022 00:40:29 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 0E4941140494; Wed, 9 Feb 2022 19:10:26 +1030 (ACDT) Date: Wed, 9 Feb 2022 19:10:26 +1030 From: Alan Modra To: Peilin Ye Cc: binutils@sourceware.org, Nick Clifton , Cong Wang , Peilin Ye Subject: Re: [PATCH v4] binutils/testsuite: Test --only-keep-debug on ELF relocatables Message-ID: References: <20220203063322.72281-1-yepeilin.cs@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220203063322.72281-1-yepeilin.cs@gmail.com> X-Spam-Status: No, score=-3031.9 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 09 Feb 2022 08:40:33 -0000 On Wed, Feb 02, 2022 at 10:33:22PM -0800, Peilin Ye wrote: > * testsuite/binutils-all/objcopy.exp > (keep_debug_symbols_for_elf_relocatable): Test if --only-keep-debug > marks non-debug output sections as NOBITS for ELF relocatables Pushed, thanks! -- Alan Modra Australia Development Lab, IBM