From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30104 invoked by alias); 15 May 2012 13:29:18 -0000 Received: (qmail 30092 invoked by uid 22791); 15 May 2012 13:29:16 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from shell4.bayarea.net (HELO shell4.bayarea.net) (209.128.82.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 May 2012 13:29:03 +0000 Received: (qmail 5368 invoked from network); 15 May 2012 06:29:02 -0700 Received: from c-76-102-3-160.hsd1.ca.comcast.net (HELO redwood.eagercon.com) (76.102.3.160) by shell4.bayarea.net with SMTP; 15 May 2012 06:29:02 -0700 Message-ID: <4FB25A1E.4090400@eagerm.com> Date: Tue, 15 May 2012 13:29:00 -0000 From: Michael Eager User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Joel Sherrill CC: gdb-patches@sourceware.org Subject: Re: GDB: Add microblaze-*-rtems* References: <4FA92012.7020905@oarcorp.com> In-Reply-To: <4FA92012.7020905@oarcorp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00564.txt.bz2 On 05/08/2012 06:30 AM, Joel Sherrill wrote: > OK to apply? > > 2012-05-07 Joel Sherrill > > * configure.tgt (microblaze*-*-rtems*): New target. The problem with the patch is that the microblaze*-*-rtems* pattern will never be tested, since all targets (including microblaze-gnu-rtems) will be matched by microblaze*-*-*. It would be better to have a separate case which matches microblaze*-*-rtems* preceding the microblaze*-*-* case. Although Mark's comment about this being a redundant definition of hard metal target remains valid. I'm skeptical that adding microblaze-*-rtems to the targets will have any effect on people making target changes which impact RTEMS, especially if they build with --target=microblaze-gnu-elf. -- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077