Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Anthony Green <green@redhat.com>
To: gdb-patches@sources.redhat.com, nickc@redhat.com
Subject: ARM sim patch: increase default target memory
Date: Sun, 17 Mar 2002 08:52:00 -0000	[thread overview]
Message-ID: <200203171650.g2HGo8714138@louie.sfbay.redhat.com> (raw)


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  <green@redhat.com>

	* wrapper.c (mem_size): Increase the default target memory to 8MB.

Index: sim/arm/wrapper.c
===================================================================
RCS file: /cvs/src/src/sim/arm/wrapper.c,v
retrieving revision 1.17
diff -u -p -r1.17 wrapper.c
--- wrapper.c	2002/02/05 11:22:26	1.17
+++ wrapper.c	2002/03/17 16:40:34
@@ -47,7 +47,7 @@ static SIM_OPEN_KIND sim_kind;
 static char *myname;
 
 /* Memory size in bytes.  */
-static int mem_size = (1 << 21);
+static int mem_size = (1 << 23);
 
 /* Non-zero to display start up banner, and maybe other things.  */
 static int verbosity;


             reply	other threads:[~2002-03-17 16:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-17  8:52 Anthony Green [this message]
2002-03-17  9:13 ` Andrew Cagney
     [not found] ` <m3ofhnyt7d.fsf@north-pole.nickc.cambridge.redhat.com>
2002-03-18 13:50   ` Anthony Green
2002-03-18 17:30     ` Andrew Cagney
2002-03-18 23:06       ` Anthony Green
2002-03-19  7:46         ` Andrew Cagney
2002-03-19  8:20           ` Anthony Green
2002-03-19  8:39             ` Andrew Cagney
2002-03-19  9:43               ` Andrew Cagney
2002-04-07 10:06 ` [rfa] Add -m; Was: " Andrew Cagney
2002-04-08  2:34   ` Nick Clifton
2002-04-08 20:05     ` Andrew Cagney
2002-04-09  1:21       ` Nick Clifton
2002-09-27 17:00         ` Andrew Cagney
2002-03-17 10:04 Anthony Green
2002-03-17 10:24 ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200203171650.g2HGo8714138@louie.sfbay.redhat.com \
    --to=green@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=nickc@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox