From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27522 invoked by alias); 10 Nov 2005 11:11:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 27153 invoked by uid 22791); 10 Nov 2005 11:11:12 -0000 Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 10 Nov 2005 11:11:12 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-01.spheriq.net with ESMTP id jAABBAge019225 for ; Thu, 10 Nov 2005 11:11:10 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-01.spheriq.net with ESMTP id jAABB16u002346 for ; Thu, 10 Nov 2005 11:11:05 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id jAABAPOh013346 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 10 Nov 2005 11:10:45 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 7610EDA58; Thu, 10 Nov 2005 11:08:39 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 6BB4E4749D; Thu, 10 Nov 2005 11:11:35 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3224E75999; Thu, 10 Nov 2005 11:11:35 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5FF404749B; Thu, 10 Nov 2005 11:11:34 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CGT00584 (AUTH "andrew stubbs"); Thu, 10 Nov 2005 11:08:35 GMT Message-ID: <437329A9.2030203@st.com> Date: Thu, 10 Nov 2005 13:39:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [SH][PATCH] sim memory size on windows References: <437237D3.8050208@st.com> <20051110013221.GC11334@nevyn.them.org> In-Reply-To: <20051110013221.GC11334@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 X-SW-Source: 2005-11/txt/msg00130.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Nov 09, 2005 at 05:54:27PM +0000, Andrew STUBBS wrote: > >>2005-11-09 Andrew Stubbs >> >> * interp.c (sim_memory_size): Use same amount of memory on Windows as >> elsewhere. > > > This is OK. > > Thanks, commited. Andrew Stubbs