From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9115 invoked by alias); 8 Sep 2005 22:50:09 -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 9103 invoked by uid 22791); 8 Sep 2005 22:50:03 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 08 Sep 2005 22:50:03 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j88Mo1XD020679 for ; Thu, 8 Sep 2005 18:50:01 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j88Mo1V07483 for ; Thu, 8 Sep 2005 18:50:01 -0400 Received: from localhost.localdomain (vpn50-99.rdu.redhat.com [172.16.50.99]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j88Mo1gU003493 for ; Thu, 8 Sep 2005 18:50:01 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j88Mntxd032695 for ; Thu, 8 Sep 2005 15:49:55 -0700 Date: Thu, 08 Sep 2005 22:50:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [rfc] mn10300: Add am33 support Message-ID: <20050908154955.73a1f1e5@ironwood.lan> In-Reply-To: <20050906153430.31bde601@ironwood.lan> References: <20050902183118.05e24025@ironwood.lan> <200509031003.j83A3UQ2009709@elgar.sibelius.xs4all.nl> <20050906153430.31bde601@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-09/txt/msg00055.txt.bz2 On Tue, 6 Sep 2005 15:34:30 -0700 Kevin Buettner wrote: > From Kevin Buettner, Andrew Cagney, Jackie Smith Cashion, and > Alexandre Oliva: > > * mn10300-tdep.c (am33_2_register_name): New function. > (my_frame_is_in_sp, my_frame_is_in_fp, my_frame_is_last) > (set_my_stack_size): Delete. > (set_movm_offsets, set_reg_offsets): Rename the former to the > latter. Update for handling am33. > (mn10300_analyze_prologue): Update for handling am33. Also, make > minor improvements in quality of prologue analysis. > (mn10300_gdbarch_init): Add am33 support. > * mn10300-tdep.h (E_NUM_REGS): Delete. Committed. Thanks to Mark and Michael for reviewing this patch. Kevin