From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 02CAD38582A5; Mon, 1 Aug 2022 15:59:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 02CAD38582A5 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53074) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIXoz-0001vn-Mv; Mon, 01 Aug 2022 11:59:09 -0400 Received: from [87.69.77.57] (port=4703 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIXoy-0003vW-HC; Mon, 01 Aug 2022 11:59:09 -0400 Date: Mon, 01 Aug 2022 18:58:58 +0300 Message-Id: <834jyw2bwd.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi Cc: luis.machado@arm.com, gdb-patches@sourceware.org, binutils@sourceware.org In-Reply-To: <14374ca2-3979-f2d2-2296-a36ba9c615d2@simark.ca> (message from Simon Marchi via Gdb-patches on Mon, 1 Aug 2022 11:37:27 -0400) Subject: Re: [PATCH] Disable year 2038 support on 32-bit hosts by default References: <20220801075149.1152064-1-luis.machado@arm.com> <959a19b9-b2c3-6638-e0b9-b66ca8328574@simark.ca> <4224183e-e2c1-9a98-7e41-61a58e49aa29@arm.com> <14374ca2-3979-f2d2-2296-a36ba9c615d2@simark.ca> X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Mon, 01 Aug 2022 15:59:12 -0000 > Date: Mon, 1 Aug 2022 11:37:27 -0400 > From: Simon Marchi via Gdb-patches > > My opinion would be to follow the trend and use 64-bit everywhere, and > not have to worry about future-proofing anymore. That's not possible everywhere, though. And I very much doubt that time has come for us to worry about the year 2038. Does anyone believe GDB 13 will still be used in that year?