From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13501 invoked by alias); 20 Sep 2006 06:16:11 -0000 Received: (qmail 13489 invoked by uid 22791); 20 Sep 2006 06:16:10 -0000 X-Spam-Check-By: sourceware.org Received: from mout0.freenet.de (HELO mout0.freenet.de) (194.97.50.131) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Sep 2006 06:16:04 +0000 Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.62) (envelope-from ) id 1GPvNF-0001M5-Ky; Wed, 20 Sep 2006 08:15:57 +0200 Received: from tc027.t.pppool.de ([89.55.192.39]) by mx2.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (SSLv3:RC4-MD5:128) (Exim 4.62 #12) id 1GPvNF-0007sC-C3; Wed, 20 Sep 2006 08:15:57 +0200 Subject: Re: [PATCH] Disable libgloss for mips64*-*-linux* From: Ralf Corsepius To: Thiemo Seufer Cc: Joel Sherrill , binutils@sourceware.org, gdb-patches@sources.redhat.com In-Reply-To: <20060919152955.GC4553@networkno.de> References: <20060919133727.GA4553@networkno.de> <1158675725.5044.248.camel@mccallum.corsepiu.local> <20060919152955.GC4553@networkno.de> Content-Type: text/plain Date: Wed, 20 Sep 2006 06:16:00 -0000 Message-Id: <1158732954.24566.0.camel@mccallum.corsepiu.local> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit 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/msg00113.txt.bz2 On Tue, 2006-09-19 at 16:29 +0100, Thiemo Seufer wrote: > 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. OK, I see, you seem to be right. Ralf