From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121726 invoked by alias); 17 Sep 2019 14:26:49 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 121718 invoked by uid 89); 17 Sep 2019 14:26:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-qt1-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:from:to:references:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=2ao576KB10Q+4gMSnlx+wz+COYNPV1OwPP86tN4hN2E=; b=HkZAxGIzzT4NoocWz/PiFjENUXizGIsXDi1xgYnSaW+M30QGpafQUCr7DxBmhhR0Y4 uoXblmquiSqOBzFWyXy04x7MVoGaDEQJQCVbY/TAfnVvu+RlpwgHImSgaZ8RttuemWf2 yj9ccNeLyGFCOLDf4VdlDaXduZ80zLfMuKVaq8ahkHjSQKP2sXzYFyWxVbs92NznPPGt FbDfeFZHremmfZgs0O77t8GQtrUkCmsOD0AjId0ve1W8HzL7DRDgXdlN7w1/XnqZ0MLy RbOSqOAnrUgNcCci5ygWC0hnAD+Ydd69tO91x5QXJcuIpIcM2vwYvoUvTZDStxEbIZA5 buhA== Return-Path: Subject: Re: [PATCH v2 6/8] sparc64: Use linux generic time implementation From: Adhemerval Zanella To: libc-alpha@sourceware.org References: <20190905205620.4646-1-adhemerval.zanella@linaro.org> <20190905205620.4646-6-adhemerval.zanella@linaro.org> Openpgp: preference=signencrypt Message-ID: <55f3038e-ccc1-c7a1-0b19-396c9274dde6@linaro.org> Date: Tue, 17 Sep 2019 14:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190905205620.4646-6-adhemerval.zanella@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-09/txt/msg00246.txt.bz2 I will commit this shortly if no one opposes, after I tested on the affected architectures. On 05/09/2019 17:56, Adhemerval Zanella wrote: > There is no need to sparc64 provide an arch-specific implementation to > route to POSIX one (which uses gettimeofday). Linux one already handles > the case for architecture that does not have __NR_time. > > No semantic changes, checked against a build for sparc64-linux-gnu. > > * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Remove file. > --- > sysdeps/unix/sysv/linux/sparc/sparc64/time.c | 1 - > 1 file changed, 1 deletion(-) > delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/time.c > > diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c b/sysdeps/unix/sysv/linux/sparc/sparc64/time.c > deleted file mode 100644 > index 509b580c55..0000000000 > --- a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c > +++ /dev/null > @@ -1 +0,0 @@ > -#include >