From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17629 invoked by alias); 17 Mar 2002 17:13:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17581 invoked from network); 17 Mar 2002 17:13:56 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 17 Mar 2002 17:13:56 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 386473EC1; Sun, 17 Mar 2002 12:13:53 -0500 (EST) Message-ID: <3C94CED1.4030401@cygnus.com> Date: Sun, 17 Mar 2002 09:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Anthony Green Cc: gdb-patches@sources.redhat.com, nickc@redhat.com Subject: Re: ARM sim patch: increase default target memory References: <200203171650.g2HGo8714138@louie.sfbay.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00283.txt.bz2 > This patch increases the default target memory for the ARM sim from 2 > to 8MB. 2MB isn't quite enough for the gcj testsuite. 8MB appears > to be more than enough. We can get through the xscale-elf-gcj testsuite > quite easily with this change. > > Ok? > > > > 2002-03-17 Anthony Green > > * wrapper.c (mem_size): Increase the default target memory to 8MB. > Is there a command line option that you can specify? Andrew