From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id A152E3858D1E for ; Wed, 21 Dec 2022 22:38:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A152E3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 76F20300071A for ; Wed, 21 Dec 2022 23:38:33 +0100 (CET) Received: by reform (Postfix, from userid 1000) id E904A2E808FB; Wed, 21 Dec 2022 23:38:32 +0100 (CET) Date: Wed, 21 Dec 2022 23:38:32 +0100 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: [PATCH] lib: Remove -ffunction-sections for xmalloc Message-ID: References: <20221220222223.814118-1-mark@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221220222223.814118-1-mark@klomp.org> X-Spam-Status: No, score=-3032.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,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 Tue, Dec 20, 2022 at 11:22:23PM +0100, Mark Wielaard wrote: > The build used -ffunction-sections just for one file. > > +2022-12-20 Mark Wielaard > + > + * Makefile.am (xmalloc_CFLAGS): Remove. Pushed.