Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* ARM sim patch: increase default target memory
@ 2002-03-17  8:52 Anthony Green
  2002-03-17  9:13 ` Andrew Cagney
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Anthony Green @ 2002-03-17  8:52 UTC (permalink / raw)
  To: gdb-patches, nickc


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;


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-09-28  0:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-17  8:52 ARM sim patch: increase default target memory Anthony Green
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox