From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17407 invoked by alias); 21 Oct 2003 15:35:44 -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 17330 invoked from network); 21 Oct 2003 15:35:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Oct 2003 15:35:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h9LFZgM02337; Tue, 21 Oct 2003 11:35:42 -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 h9LFZgr11832; Tue, 21 Oct 2003 11:35:42 -0400 Received: from localhost.localdomain.redhat.com (vpn50-10.rdu.redhat.com [172.16.50.10]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9LFZdhP009184; Tue, 21 Oct 2003 11:35:40 -0400 To: binutils@sources.redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] New SH machine types sh4_nofpu, sh4a, sh4a_nofpu and sh4al_dsp References: <20031021125626.GH1653@cygbert.vinschen.de> From: Nick Clifton Date: Tue, 21 Oct 2003 15:35:00 -0000 In-Reply-To: <20031021125626.GH1653@cygbert.vinschen.de> (Corinna Vinschen's message of "Tue, 21 Oct 2003 14:56:26 +0200") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00638.txt.bz2 Hi Corinna, > 2003-10-21 Alexandre Oliva , > Michael Snyder > > * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu, > bfd_mach_sh4a_nofpu): New machine types. > * bfd-in2.h: Rebuilt. > * cpu-sh.c (compatible): Remove unused function. > (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New. > (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu. > * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them. Approved - please apply. Cheers Nick