From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12876 invoked by alias); 1 Oct 2004 09:57:58 -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 12868 invoked from network); 1 Oct 2004 09:57:57 -0000 Received: from unknown (HELO svr68.ehostpros.com) (67.15.48.48) by sourceware.org with SMTP; 1 Oct 2004 09:57:57 -0000 Received: from [61.11.18.135] (helo=pythagoras) by svr68.ehostpros.com with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.42) id 1CDKAl-0006ze-Dp; Fri, 01 Oct 2004 02:57:56 -0700 From: "Amit S. Kale" Organization: LinSysSoft Technologies Pvt Ltd To: Andreas Schwab Subject: Re: kgdb support for gdb Date: Fri, 01 Oct 2004 09:57:00 -0000 User-Agent: KMail/1.5 Cc: gdb-patches@sources.redhat.com References: <200410011314.33157.amitkale@linsyssoft.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410011526.53251.amitkale@linsyssoft.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr68.ehostpros.com X-AntiAbuse: Original Domain - sources.redhat.com X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - linsyssoft.com X-Source: X-Source-Args: X-Source-Dir: X-SW-Source: 2004-10/txt/msg00012.txt.bz2 Thanks for this info. I'll do that and also send the bfd part of my patch to appropriate mailing list. -Amit On Friday 01 Oct 2004 2:39 pm, Andreas Schwab wrote: > "Amit S. Kale" writes: > > Index: src/config.sub > > =================================================================== > > --- src.orig/config.sub 2004-09-04 13:23:53.000000000 +0530 > > +++ src/config.sub 2004-10-01 12:58:49.000000000 +0530 > > @@ -1297,6 +1297,9 @@ > > -kaos*) > > os=-kaos > > ;; > > + -lk*) > > + os=-lk > > + ;; > > -none) > > ;; > > *) > > Patches for config.sub and config.guess need to be sent to > . Also, I'd suggest to use a more descriptive > name for the target. > > Andreas.