Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: ARM sim patch: increase default target memory
@ 2002-03-17 10:04 Anthony Green
  2002-03-17 10:24 ` Andrew Cagney
  0 siblings, 1 reply; 11+ messages in thread
From: Anthony Green @ 2002-03-17 10:04 UTC (permalink / raw)
  To: ac131313, green; +Cc: gdb-patches, nickc

Andrew wrote:
> Is there a command line option that you can specify?

xscale-elf-run has one (-m), but it doesn't appear to work from within GDB 
(like, "target sim -m 8000000").

AG


^ permalink raw reply	[flat|nested] 11+ messages in thread
* ARM sim patch: increase default target memory
@ 2002-03-17  8:52 Anthony Green
  2002-03-17  9:13 ` Andrew Cagney
       [not found] ` <m3ofhnyt7d.fsf@north-pole.nickc.cambridge.redhat.com>
  0 siblings, 2 replies; 11+ 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] 11+ messages in thread

end of thread, other threads:[~2002-03-19 17:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-17 10:04 ARM sim patch: increase default target memory Anthony Green
2002-03-17 10:24 ` Andrew Cagney
  -- strict thread matches above, loose matches on Subject: below --
2002-03-17  8:52 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

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