From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20507 invoked by alias); 23 Oct 2003 01:19:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20498 invoked from network); 23 Oct 2003 01:19:07 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 23 Oct 2003 01:19:07 -0000 Received: from mail02.idc.renesas.com (localhost [127.0.0.1]) by mail02.idc.renesas.com with ESMTP id h9N1J5ow003921 for ; Thu, 23 Oct 2003 10:19:05 +0900 (JST) Received: from guardian03.idc.renesas.com ([172.20.8.134]) by mail02.idc.renesas.com with ESMTP id h9N1J4YV003918 for ; Thu, 23 Oct 2003 10:19:04 +0900 (JST) Received: (from root@localhost) by guardian03.idc.renesas.com with id h9N1J25A015446 for gdb-patches@sources.redhat.com; Thu, 23 Oct 2003 10:19:02 +0900 (JST) Received: from unknown [172.20.8.73] by guardian03.idc.renesas.com with SMTP id LAA15445 ; Thu, 23 Oct 2003 10:19:02 +0900 Received: from mta05.idc.renesas.com (localhost [127.0.0.1]) by mta05.idc.renesas.com with ESMTP id h9N1J4qt012246 for ; Thu, 23 Oct 2003 10:19:04 +0900 (JST) Received: from rnsmtp01.hoku_r.renesas.com ([10.145.246.51]) by mta05.idc.renesas.com with ESMTP id h9N1J2cn012240 for ; Thu, 23 Oct 2003 10:19:03 +0900 (JST) Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id KAA24418; Thu, 23 Oct 2003 10:19:01 +0900 (JST) Received: from KEI (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 4FAAA798299; Thu, 23 Oct 2003 10:19:01 +0900 (JST) Message-ID: <00ee01c39903$d9ffafb0$5169910a@KEI> From: "Kei Sakamoto" To: "Kei Sakamoto" , References: <00cd01c39902$8e2c7b50$5169910a@KEI> Subject: Re: [RFA] sim/m32r: increase the default memory region Date: Thu, 23 Oct 2003 01:19:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-10/txt/msg00673.txt.bz2 > 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 > > * gdb.texinfo : increases the default memory space to 32MB. Sorry. I attached the wrong Changelog. === 2003-10-23 Kei Sakamoto * sim-main.h : Increase the default memory space to 32MB.