From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32669 invoked by alias); 8 May 2012 13:54:37 -0000 Received: (qmail 32656 invoked by uid 22791); 8 May 2012 13:54:35 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_YM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 May 2012 13:54:22 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q48DsFbw005220; Tue, 8 May 2012 15:54:16 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q48DsEIi004621; Tue, 8 May 2012 15:54:14 +0200 (CEST) Date: Tue, 08 May 2012 13:54:00 -0000 Message-Id: <201205081354.q48DsEIi004621@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: joel.sherrill@oarcorp.com CC: gdb-patches@sourceware.org In-reply-to: <4FA92012.7020905@oarcorp.com> (message from Joel Sherrill on Tue, 8 May 2012 08:30:58 -0500) Subject: Re: GDB: Add microblaze-*-rtems* References: <4FA92012.7020905@oarcorp.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00224.txt.bz2 > Date: Tue, 8 May 2012 08:30:58 -0500 > From: Joel Sherrill > > OK to apply? > > 2012-05-07 Joel Sherrill > > * configure.tgt (microblaze*-*-rtems*): New target. Eh, this diff is pretty much pointless isn't it? It seems that from GDB's viewpoint, RTEMS is effectively "bare metal". I could live with changing the comment if you think "running standalone" isn't accurate enough, but I don't think we should add redundant patterns like this. > Index: gdb/configure.tgt > =================================================================== > RCS file: /cvs/src/src/gdb/configure.tgt,v > retrieving revision 1.253 > diff -u -r1.253 configure.tgt > --- gdb/configure.tgt 24 Apr 2012 03:33:16 -0000 1.253 > +++ gdb/configure.tgt 7 May 2012 20:15:54 -0000 > @@ -331,8 +331,8 @@ > monitor.o dsrec.o solib-svr4.o symfile-mem.o linux-tdep.o" > gdb_sim=../sim/microblaze/libsim.a > ;; > -microblaze*-*-*) > - # Target: Xilinx MicroBlaze running standalone > +microblaze*-*-* | microblaze*-*-rtems*) > + # Target: Xilinx MicroBlaze running standalone (or RTEMS) > gdb_target_obs="microblaze-tdep.o microblaze-rom.o monitor.o dsrec.o" > gdb_sim=../sim/microblaze/libsim.a > ;;