From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 982 invoked by alias); 9 Oct 2003 21:24:53 -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 973 invoked from network); 9 Oct 2003 21:24:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Oct 2003 21:24:53 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h99LOqM21837 for ; Thu, 9 Oct 2003 17:24:52 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h99LOpD30738; Thu, 9 Oct 2003 17:24:51 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h99LOoi05638; Thu, 9 Oct 2003 14:24:50 -0700 Message-ID: <3F85D222.40103@redhat.com> Date: Thu, 09 Oct 2003 21:24:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shrinivas Atre CC: gdb-patches@sources.redhat.com Subject: Re: RFA - PATCH - Support H8/300H and H8S Normal Mode for GDB References: <69595093233BB547BB70CF5E492B63F201F7240B@sohm.kpit.com> In-Reply-To: <69595093233BB547BB70CF5E492B63F201F7240B@sohm.kpit.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00319.txt.bz2 Shrinivas Atre wrote: > Hi, > > The attached patch enables debugging and simulation of H8/300H and H8S > Normal Mode binaries in GDB. > > Is that OK for mainline and 6.0 branch ? > > The patches are attached as well as included inline. > > Regards, > Shrinivas Oops, I forgot to add -- I would prefer the idiom "!h8300_normal_mode" instead of "0 == h8300_normal_mode", especially when it's not by itself but part of an expression. Thanks, Michael