From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6087 invoked by alias); 19 Sep 2006 15:30:16 -0000 Received: (qmail 6067 invoked by uid 22791); 19 Sep 2006 15:30:15 -0000 X-Spam-Check-By: sourceware.org Received: from bender.bawue.de (HELO bender.bawue.de) (193.7.176.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Sep 2006 15:30:08 +0000 Received: from lagash (mipsfw.mips-uk.com [194.74.144.146]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bender.bawue.de (Postfix) with ESMTP id 74DFA473F5; Tue, 19 Sep 2006 17:29:58 +0200 (MEST) Received: from ths by lagash with local (Exim 4.63) (envelope-from ) id 1GPhXn-0002vI-EB; Tue, 19 Sep 2006 16:29:55 +0100 Date: Tue, 19 Sep 2006 15:30:00 -0000 From: Thiemo Seufer To: Ralf Corsepius Cc: Joel Sherrill , binutils@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Disable libgloss for mips64*-*-linux* Message-ID: <20060919152955.GC4553@networkno.de> References: <20060919133727.GA4553@networkno.de> <1158675725.5044.248.camel@mccallum.corsepiu.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1158675725.5044.248.camel@mccallum.corsepiu.local> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00107.txt.bz2 Ralf Corsepius wrote: > On Tue, 2006-09-19 at 14:37 +0100, Thiemo Seufer wrote: > > Hello All, > > > > the appended patch disables libgloss for mips64*-*-linux* and does some > > minor cleanups. > > > > Ok to apply? > Probably not. AFAIU, your patch kicks out mipstx39-rtems. This target is > still in use for gdb. AFAICS the mips*-*-* case catches it, with the same definition. Thiemo