From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86000 invoked by alias); 16 Jan 2018 18:38:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 84212 invoked by uid 89); 16 Jan 2018 18:38:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*i:sk:831sipy X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 Jan 2018 18:38:24 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C173CA1F68; Tue, 16 Jan 2018 18:38:17 +0000 (UTC) Received: from greed.delorie.com (ovpn-124-118.rdu2.redhat.com [10.10.124.118]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5A96A5D969; Tue, 16 Jan 2018 18:38:17 +0000 (UTC) Received: from greed.delorie.com.redhat.com (localhost [127.0.0.1]) by greed.delorie.com (8.14.7/8.14.7) with ESMTP id w0GIcF1A013885; Tue, 16 Jan 2018 13:38:15 -0500 From: DJ Delorie To: Eli Zaretskii Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: Compilation warning in simple-object-xcoff.c In-Reply-To: <831sipy83q.fsf@gnu.org> (message from Eli Zaretskii on Tue, 16 Jan 2018 20:24:57 +0200) Date: Tue, 16 Jan 2018 18:38:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00316.txt.bz2 Well, it should all work fine as long as the xcoff64 file is less than 4 Gb. And it's not the host's bit size that counts; there are usually ways to get 64-bit file operations on 32-bit hosts.