From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12573 invoked by alias); 13 Apr 2005 18:23: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 12555 invoked from network); 13 Apr 2005 18:23:04 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 13 Apr 2005 18:23:04 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j3DIMxKc030383; Wed, 13 Apr 2005 20:22:59 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j3DIMxf3030897; Wed, 13 Apr 2005 20:22:59 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j3DIMwJ1030800; Wed, 13 Apr 2005 20:22:58 +0200 (CEST) Date: Wed, 13 Apr 2005 18:23:00 -0000 Message-Id: <200504131822.j3DIMwJ1030800@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: vinschen@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20050413151936.GN22241@cygbert.vinschen.de> (message from Corinna Vinschen on Wed, 13 Apr 2005 17:19:36 +0200) Subject: Re: [RFA] Resurrect sh64 target References: <20050330174336.GQ2495@cygbert.vinschen.de> <20050413151936.GN22241@cygbert.vinschen.de> X-SW-Source: 2005-04/txt/msg00119.txt.bz2 Date: Wed, 13 Apr 2005 17:19:36 +0200 From: Corinna Vinschen On Mar 30 19:43, Corinna Vinschen wrote: > Hi, > > the below patch resurrects sh64-elf. I reworked the sh64 code so that it Second iteration. It removes the DEPRECATED_TM_FILE by dropping shared library support for now. So there's now really no deprecated mechanism left. Ok to apply? Looks good to me, so go ahead. Mark