From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 3AB1C39D741C for ; Fri, 5 Feb 2021 15:06:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3AB1C39D741C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 459F730278CD; Fri, 5 Feb 2021 16:06:36 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id F36C540A1599; Fri, 5 Feb 2021 16:06:35 +0100 (CET) Message-ID: Subject: Re: [PATCH v2] backends/ppc_initreg.c: include . From: Mark Wielaard To: "Dmitry V. Levin" , =?ISO-8859-1?Q?=C9rico?= Nogueira Cc: =?ISO-8859-1?Q?=C9rico?= Rolim , elfutils-devel@sourceware.org Date: Fri, 05 Feb 2021 16:06:35 +0100 In-Reply-To: <20210202032250.GA30462@altlinux.org> References: <20210202030403.27953-1-ericonr@disroot.org> <20210202032250.GA30462@altlinux.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 15:06:38 -0000 Hi, On Tue, 2021-02-02 at 06:22 +0300, Dmitry V. Levin wrote: > Said that, I think it's safe to include right before > on powerpc since in glibc the latter includes the former. So that would move the include after the include. =C3=89rico, would that work in your case? Thanks, Mark