From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24815 invoked by alias); 18 Mar 2005 09:44:26 -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 24508 invoked from network); 18 Mar 2005 09:44:12 -0000 Received: from unknown (HELO mout0.freenet.de) (194.97.50.131) by sourceware.org with SMTP; 18 Mar 2005 09:44:12 -0000 Received: from [194.97.55.192] (helo=mx8.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.51) id 1DCE1X-0000gj-PO; Fri, 18 Mar 2005 10:44:07 +0100 Received: from j0c54.j.pppool.de ([85.74.12.84] helo=[192.168.0.172]) by mx8.freenet.de with esmtpsa (ID rcrtems@freenet.de) (SSLv3:RC4-MD5:128) (Exim 4.43 #13) id 1DCE1X-0002yj-4Z; Fri, 18 Mar 2005 10:44:07 +0100 Subject: m68k-rtems* From: Ralf Corsepius To: gdb-patches@sources.redhat.com Cc: Joel Sherrill , Chris Johns Content-Type: multipart/mixed; boundary="=-AIeaPIQpU+rpYXX2Jm4H" Date: Fri, 18 Mar 2005 09:44:00 -0000 Message-Id: <1111139045.2475.132.camel@mccallum.corsepiu.local> Mime-Version: 1.0 X-SW-Source: 2005-03/txt/msg00240.txt.bz2 --=-AIeaPIQpU+rpYXX2Jm4H Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 213 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. TIA, Ralf --=-AIeaPIQpU+rpYXX2Jm4H Content-Disposition: attachment; filename=gdb-rtems-20050318.diff Content-Type: text/x-patch; name=gdb-rtems-20050318.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 614 2005-03-18 Ralf Corsepius * configure.tgt: Add m68*-*-rtems*. Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.160 diff -u -r1.160 configure.tgt --- configure.tgt 8 Mar 2005 08:59:46 -0000 1.160 +++ configure.tgt 18 Mar 2005 09:36:14 -0000 @@ -114,6 +114,7 @@ m68*-*-aout*) gdb_target=monitor ;; m68*-*-coff*) gdb_target=monitor ;; m68*-*-elf*) gdb_target=monitor ;; +m68*-*-rtems*) gdb_target=monitor ;; m68*-*-linux*) gdb_target=linux build_gdbserver=yes ;; --=-AIeaPIQpU+rpYXX2Jm4H--