From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23964 invoked by alias); 16 Dec 2003 05:35:29 -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 23889 invoked from network); 16 Dec 2003 05:35:25 -0000 Received: from unknown (HELO sohm.kpit.com) (203.129.230.82) by sources.redhat.com with SMTP; 16 Dec 2003 05:35:25 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Patch for Bug in GDB Simulator for h8300h targets Date: Tue, 16 Dec 2003 05:35:00 -0000 Message-ID: <69595093233BB547BB70CF5E492B63F203309D47@sohm.kpit.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Anil Paranjape" To: "Michael Snyder" Cc: X-SW-Source: 2003-12/txt/msg00387.txt.bz2 Hi Michael, I don't have check-in rights. My colleague has Write-After approval check-i= n rights. Is it ok if I request him to check-in the patch ? Regards, Anil Paranjpe -----Original Message----- From: Michael Snyder [mailto:msnyder@redhat.com] Sent: Thursday, December 11, 2003 8:15 AM To: Anil Paranjape Cc: gdb-patches@sources.redhat.com Subject: Re: Patch for Bug in GDB Simulator for h8300h targets Anil Paranjape wrote: > Hi Michael, >=20 > The maximum memory that can be addressed by H8300H series controllers( H8= /3048,H8/3069 etc.) > is 16 Mbytes i.e. from 0x000000 to 0xFFFFFF. So when H8300H target is sel= ected in simulator, it should be able to address 16 Mbytes of memory(24 bit= addressing) but simulator allocates only=20 > 256 Kbytes of memory(18 bit addressing).=20 >=20 > Please refer to section 1.3 of H8300H series programming manual, > http://www.eu.renesas.com/documents/mpumcu/pdf/h8300h_p.pdf Anil, thank you for the clarification. There doesn't appear to be a maintainer for the H8 simulator, so I'll put on my global maintainer hat and say "check it in, please".