From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cmx-torrgo001.bell.net (mta-tor-002.bell.net [209.71.212.29]) by sourceware.org (Postfix) with ESMTP id 528D03858D28 for ; Thu, 6 Apr 2023 21:11:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 528D03858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bell.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bell.net X-RG-CM-BuS: 0 X-RG-CM-SC: 0 X-RG-CM: Clean X-Originating-IP: [142.181.186.176] X-RG-Env-Sender: dave.anglin@bell.net X-RG-Rigid: 642D972C002B09C5 X-CM-Envelope: MS4xfDTQLVCTNZ9mnKOrHb14a1vwztWQ1IbzbRqlHlzRhC2FMKzQFXdvuH5Pb5BEQoft1C1ZAF6Da0gt+iifk4KzioazS3YO/w3cMsDkummpgnLzNnUVew1W ld5ausGNJHlhdFB8Z5hhFoLT8bqm/UWNjz6EGir+fnVVx3pE+/QddtakM825lJ2OmZscKouf/RU3RQoKOn+MdT85Ha/wSdSooEU2irXM2uwQi69vIUxT7cAX Y+0xGxna3Oep8j4h4ODZ6FHyU6lpUq8Yrf0eIbq4i4cOVEGlQS2kLXLLVoeTGExa7y3SLMv7o1y0b3xq7cWYTY1hgz+vt4X1F8E/w8BM7bhlWd/JdQQaIoSC 5jHbxRr1 X-CM-Analysis: v=2.4 cv=M8Iulw8s c=1 sm=1 tr=0 ts=642f3577 a=4B+q39mD0Bm0IdZjDiNhQQ==:117 a=4B+q39mD0Bm0IdZjDiNhQQ==:17 a=IkcTkHD0fZMA:10 a=FBHGMhGWAAAA:8 a=mDV3o1hIAAAA:8 a=6ILFIlxkG5IrGCmv3C4A:9 a=QEXdDO2ut3YA:10 a=9gvnlMMaQFpL9xblJ6ne:22 a=_FVE-zBwftR9WsbkzFJk:22 Received: from [192.168.2.49] (142.181.186.176) by cmx-torrgo001.bell.net (5.8.814) (authenticated as dave.anglin@bell.net) id 642D972C002B09C5; Thu, 6 Apr 2023 17:11:19 -0400 Message-ID: Date: Thu, 6 Apr 2023 17:11:18 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [committed] hppa: Revise __TIMESIZE define to use __WORDSIZE To: Adhemerval Zanella Netto , John David Anglin , libc-alpha@sourceware.org Cc: Helge Deller References: <7c2712a9-31f4-eab0-0d1d-b93ff7d4f5ef@linaro.org> Content-Language: en-US From: John David Anglin In-Reply-To: <7c2712a9-31f4-eab0-0d1d-b93ff7d4f5ef@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,NICE_REPLY_A,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,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 List-Id: Hopefully. There is 64-bit hppa support in gcc and Linux. On 2023-04-05 3:00 p.m., Adhemerval Zanella Netto wrote: > Do we support or plan to support 64 bit hppa? The patch is not wrong itself, > but I also don't see why it is required. > > On 05/04/23 15:40, John David Anglin wrote: >> Committed to master. >> >> Dave >> --- >> >> hppa: Revise __TIMESIZE define to use __WORDSIZE >> >> Handle both 32 and 64-bit ABIs. >> >> Signed-off-by: John David Anglin >> >> diff --git a/sysdeps/unix/sysv/linux/hppa/bits/timesize.h b/sysdeps/unix/sysv/linux/hppa/bits/timesize.h >> index 316a9c1ce6..cbceeb4a29 100644 >> --- a/sysdeps/unix/sysv/linux/hppa/bits/timesize.h >> +++ b/sysdeps/unix/sysv/linux/hppa/bits/timesize.h >> @@ -16,5 +16,7 @@ >> License along with the GNU C Library; if not, see >> . */ >> >> +#include >> + >> /* Size in bits of the 'time_t' type of the default ABI. */ >> -#define __TIMESIZE 32 >> +#define __TIMESIZE __WORDSIZE -- John David Anglin dave.anglin@bell.net