aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-02-19 12:27:02 +0000
committerThiemo Seufer <ths@networkno.de>2007-02-19 12:27:02 +0000
commitc88471452a9c275da39f0cdcd2c05c3c7a4e7e4a (patch)
tree86ab9befaeaa298de093654907708af34a349862 /sim/mips
parentee268f7c7fb032f93fe9d1e002be5ab492aabb13 (diff)
downloadfsf-binutils-gdb-c88471452a9c275da39f0cdcd2c05c3c7a4e7e4a.zip
fsf-binutils-gdb-c88471452a9c275da39f0cdcd2c05c3c7a4e7e4a.tar.gz
fsf-binutils-gdb-c88471452a9c275da39f0cdcd2c05c3c7a4e7e4a.tar.bz2
* interp.c (MEM_SIZE): Increase default memory size from 2 to 8
MBytes.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/ChangeLog6
-rw-r--r--sim/mips/interp.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index c6b0589..44fd87f 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-19 Thiemo Seufer <ths@mips.com>
+ Nigel Stephens <nigel@mips.com>
+
+ * interp.c (MEM_SIZE): Increase default memory size from 2 to 8
+ MBytes.
+
2007-02-17 Thiemo Seufer <ths@mips.com>
* configure.ac (mips*-sde-elf*): Move in front of generic machine
diff --git a/sim/mips/interp.c b/sim/mips/interp.c
index 043d76d..a8921f9 100644
--- a/sim/mips/interp.c
+++ b/sim/mips/interp.c
@@ -156,7 +156,7 @@ static SIM_ADDR lsipmon_monitor_base = 0xBFC00200;
static SIM_RC sim_firmware_command (SIM_DESC sd, char* arg);
-#define MEM_SIZE (2 << 20)
+#define MEM_SIZE (8 << 20) /* 8 MBytes */
#if defined(TRACE)