From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1071 invoked by alias); 18 Mar 2005 19:01:02 -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 638 invoked from network); 18 Mar 2005 19:00:55 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 18 Mar 2005 19:00:55 -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 j2IJ0nEo015509; Fri, 18 Mar 2005 20:00:50 +0100 (CET) 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 j2IJ0nT1032114; Fri, 18 Mar 2005 20:00:49 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j2IJ0i5q014743; Fri, 18 Mar 2005 20:00:44 +0100 (CET) Date: Fri, 18 Mar 2005 19:01:00 -0000 Message-Id: <200503181900.j2IJ0i5q014743@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: ralf.corsepius@rtems.org CC: gdb-patches@sources.redhat.com, joel.sherrill@OARcorp.com, chrisj@rtems.org In-reply-to: <1111139045.2475.132.camel@mccallum.corsepiu.local> (message from Ralf Corsepius on Fri, 18 Mar 2005 10:44:05 +0100) Subject: Re: m68k-rtems* References: <1111139045.2475.132.camel@mccallum.corsepiu.local> X-SW-Source: 2005-03/txt/msg00242.txt.bz2 From: Ralf Corsepius Date: Fri, 18 Mar 2005 10:44:05 +0100 Hi, The patch below restores m68k-rtems support, which somehow seems to have gone lost in gdb, some (very long) time ago :). I'd politely ask you to apply this patch to cvs-head and gdb-6_3-branch. Checked in on mainline. What's your motivation for having this on gdb-6_3-branch? That branch is basically dead now... Mark