From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12401 invoked by alias); 30 Mar 2005 18:09:08 -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 12382 invoked from network); 30 Mar 2005 18:09:05 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 30 Mar 2005 18:09:05 -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 j2UI94sr002836 for ; Wed, 30 Mar 2005 20:09:04 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3) with ESMTP id j2UI94N0006728 for ; Wed, 30 Mar 2005 20:09:04 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j2UI94ea020905; Wed, 30 Mar 2005 20:09:04 +0200 (CEST) Date: Wed, 30 Mar 2005 18:09:00 -0000 Message-Id: <200503301809.j2UI94ea020905@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sources.redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20050330174336.GQ2495@cygbert.vinschen.de> (message from Corinna Vinschen on Wed, 30 Mar 2005 19:43:36 +0200) Subject: Re: [RFA] Resurrect sh64 target References: <20050330174336.GQ2495@cygbert.vinschen.de> X-SW-Source: 2005-03/txt/msg00392.txt.bz2 Date: Wed, 30 Mar 2005 19:43:36 +0200 From: Corinna Vinschen Hi, the below patch resurrects sh64-elf. I reworked the sh64 code so that it doesn't use any deprecated mechanism anymore but all new stuff, except for the DEPRECATED_TM_FILE, which I'm not sure how to circumvent. By investing some time in truly multi-arching the shared library code. Andrew has made it absolutely clear (by reverting one of my patches) that you're not allowed to check something in that sets DEPRECATED_TM_FILE. I'm still a bit frustrated at that, so sorry for this unhelpful message. Mark