From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3557 invoked by alias); 21 May 2010 12:18:30 -0000 Received: (qmail 3547 invoked by uid 22791); 21 May 2010 12:18:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from oarmail.oarcorp.com (HELO OARmail.OARCORP.com) (67.63.146.244) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 May 2010 12:18:23 +0000 Received: from localhost.localdomain (216.186.145.118) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server id 8.1.436.0; Fri, 21 May 2010 07:18:22 -0500 Message-ID: <4BF67A0D.3020607@oarcorp.com> Date: Fri, 21 May 2010 13:47:00 -0000 From: Joel Sherrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4 MIME-Version: 1.0 To: Joel Brobecker CC: Doug Evans , Tiemen Schut , "gdb-patches@sourceware.org" Subject: Re: [patch] sim/erc32/ max simulation time extended by using 64bit ints References: <4BD1BBE3020000520000FC62@pluto.sron.nl> <4BE08E95.5040500@oarcorp.com> <20100517015752.GA24402@adacore.com> <20100520231045.GL3019@adacore.com> In-Reply-To: <20100520231045.GL3019@adacore.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2010-05/txt/msg00479.txt.bz2 On 05/20/2010 06:10 PM, Joel Brobecker wrote: >> 2010-05-16 Joel Brobecker >> >> * sis.h: Remove #include. >> (uint64, int64): Redefine without using stdint.h. >> (UINT64_MAX): Define. >> > FYI: I just checked that one in. > > Doug do you still want that VAL -> strtol/ll change? --joel