From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16544 invoked by alias); 14 Oct 2009 10:18:29 -0000 Received: (qmail 16535 invoked by uid 22791); 14 Oct 2009 10:18:28 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Oct 2009 10:18:24 +0000 Received: (qmail 12904 invoked from network); 14 Oct 2009 10:18:22 -0000 Received: from unknown (HELO ?192.168.1.100?) (ams@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Oct 2009 10:18:22 -0000 Message-ID: <4AD5A56B.4070308@codesourcery.com> Date: Wed, 14 Oct 2009 10:18:00 -0000 From: Andrew Stubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH][SH] Fix a few architecture variant settings References: <4AD0607C.9020001@codesourcery.com> <20091014045820.GU5272@adacore.com> In-Reply-To: <20091014045820.GU5272@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00301.txt.bz2 On 14/10/09 05:58, Joel Brobecker wrote: >> 2009-10-10 Andrew Stubbs >> >> * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for >> bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu, >> bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu, >> and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu. >> Move bfd_mach_sh2a_or_sh4 to use the same configuration as >> bfd_mach_sh4. > > You really know better about these architecture to make the proper > choices. I don't see any problem with your patch, so OK. Committed, thanks. Andrew