Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Kei Sakamoto" <sakamoto.kei@renesas.com>
To: <gdb-patches@sources.redhat.com>
Subject: [RFA] sim/m32r: increase the default memory region
Date: Thu, 23 Oct 2003 01:09:00 -0000	[thread overview]
Message-ID: <00cd01c39902$8e2c7b50$5169910a@KEI> (raw)

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

Hello,

M32R simulator does not accept memory accesses whose addresses
are larger than 0x800000 (8MB) by default. But these days many
embedded applications require more memory space.

The attached patch increases the default memory region to 32MB.

OK to commit?

Kei Sakamoto
Renesas Technology Corp.


===

2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>

    * gdb.texinfo : increases the default memory space to 32MB.

[-- Attachment #2: diffs --]
[-- Type: application/octet-stream, Size: 497 bytes --]

Index: sim-main.h
===================================================================
RCS file: /cvs/src/src/sim/m32r/sim-main.h,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 sim-main.h
--- sim-main.h	12 Oct 1999 04:37:53 -0000	1.1.1.2
+++ sim-main.h	23 Oct 2003 00:47:01 -0000
@@ -83,6 +83,6 @@
 		  (TRANSFER), (ERROR))
 
 /* Default memory size.  */
-#define M32R_DEFAULT_MEM_SIZE 0x800000 /* 8M */
+#define M32R_DEFAULT_MEM_SIZE 0x2000000 /* 32M */
 
 #endif /* SIM_MAIN_H */

             reply	other threads:[~2003-10-23  1:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-23  1:09 Kei Sakamoto [this message]
2003-10-23  1:19 ` Kei Sakamoto
2003-10-23  1:53 ` 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='00cd01c39902$8e2c7b50$5169910a@KEI' \
    --to=sakamoto.kei@renesas.com \
    --cc=gdb-patches@sources.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