From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28337 invoked by alias); 26 May 2004 12:48:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28317 invoked from network); 26 May 2004 12:48:24 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 26 May 2004 12:48:24 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BSxpX-0001eX-NM; Wed, 26 May 2004 08:48:23 -0400 Date: Wed, 26 May 2004 12:48:00 -0000 From: Daniel Jacobowitz To: Julian Back Cc: gdb@sources.redhat.com Subject: Re: Building GDB 6.1 for SH target Message-ID: <20040526124823.GA6310@nevyn.them.org> Mail-Followup-To: Julian Back , gdb@sources.redhat.com References: <40B36915.7060208@mpc-data.co.uk> <20040526013159.GA26379@nevyn.them.org> <40B47FD5.7050901@mpc-data.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40B47FD5.7050901@mpc-data.co.uk> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-05/txt/msg00176.txt.bz2 On Wed, May 26, 2004 at 12:30:29PM +0100, Julian Back wrote: > Daniel Jacobowitz wrote: > > >On Tue, May 25, 2004 at 04:41:09PM +0100, Julian Back wrote: > > > > > >>I could just remove the warning from the source, but what would be the > >>correct way to fix this? I would also be interested to know why GDB no > >>longer seems to have Linux support for SH. > >> > >> > > > >No one's updated the GDB sh-linux port in a long time, and GDB has > >evolved out from under it. > > > > > I realise that. My immediate problem has been solved by recompiling GDB > with a target of "sh-elf". I would be interested to know of any > specific changes I could make to reinstate the sh-linux port. Take a look at the osabi sniffers used by some other targets; SH needs to register one, and that will fix the warning. I don't know if it needs to do anything. If you're interested in working on the SH port, will you be able to file a copyright assignment? -- Daniel Jacobowitz