From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id B9EF33858292 for ; Mon, 8 Aug 2022 14:51:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B9EF33858292 Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-58-cY_O1g15PHu_9E4CKmo4vA-1; Mon, 08 Aug 2022 10:51:32 -0400 X-MC-Unique: cY_O1g15PHu_9E4CKmo4vA-1 Received: by mail-wr1-f69.google.com with SMTP id x5-20020adfbb45000000b0021ee56506dfso1484555wrg.11 for ; Mon, 08 Aug 2022 07:51:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=IwPNt/TUEwyscN0gxeU0KtfQN30JO+SFCS+U5ufeA/E=; b=odj2iPaI+4MwpTMlb8cCa9opIXcM3bL4dBjmEgqWGM6fjgOtMvgCowRzGjXI9xGzsC EdQKYScO/GzcrSQPI8pnXxe6P5niSn2dmuOpNGAHFkAp/SUMECNiFDc1s39avY6Ccmb5 dul7LsJ/TBzcWq1JfUBsr//H6eYphBXBudVmKF4HnSTw3h/VsYLpsGPJ0PDeTBlwXWHY 47KCyrJdTDLSpDFOz8QcWrsU1WUbTu0W/s0ir6xEwQ3CBS4ls41VaqVOb7KkgAkF5ziD 1owbe96PdLpWnDmVzHDBjJilKe4wg3bnOvgbe/PGpRUv+eYJt7FHcQRkkeaUwsbmMKvH Rzvw== X-Gm-Message-State: ACgBeo1pyAyLojlWy+rlM+x5ZsN2RoRLo215u6s4ZkzShAF9G2cwh8hx X9O6nwUNTC9/SL30ZXWc//hlU4lCR/arQIgIo9n8/ezi1mmav2BwmudhXfCj/AGDEdyxoJRuky3 AGqxlV7bFNg7bOYKKjQ== X-Received: by 2002:a05:600c:5102:b0:3a5:15c9:16d3 with SMTP id o2-20020a05600c510200b003a515c916d3mr11867114wms.93.1659970291061; Mon, 08 Aug 2022 07:51:31 -0700 (PDT) X-Google-Smtp-Source: AA6agR7K5EsZGA+X49PtE+wQD4Q3+GjVni5yoIrK7tD1ZOVw678Quifu90UQn4L5yFRpJT6iW1ZxPw== X-Received: by 2002:a05:600c:5102:b0:3a5:15c9:16d3 with SMTP id o2-20020a05600c510200b003a515c916d3mr11867104wms.93.1659970290831; Mon, 08 Aug 2022 07:51:30 -0700 (PDT) Received: from [192.168.1.6] (adsl-2-solo-236-177.claranet.co.uk. [80.168.236.177]) by smtp.gmail.com with ESMTPSA id o13-20020a5d670d000000b0021d7b41255esm11065954wru.98.2022.08.08.07.51.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 08 Aug 2022 07:51:30 -0700 (PDT) Message-ID: Date: Mon, 8 Aug 2022 15:51:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH] Disable year 2038 support on 32-bit hosts by default To: Luis Machado , gdb-patches@sourceware.org, binutils@sourceware.org References: <20220801075149.1152064-1-luis.machado@arm.com> From: Nick Clifton In-Reply-To: <20220801075149.1152064-1-luis.machado@arm.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 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, 08 Aug 2022 14:51:34 -0000 Hi Luis, > Thoughts? If I have understood the comments on this thread, this patch represents the best solution for now. So... Patch approved - please apply. Cheers Nick