From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26760 invoked by alias); 4 Apr 2006 22:08:57 -0000 Received: (qmail 26711 invoked by uid 22791); 4 Apr 2006 22:08:56 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Apr 2006 22:08:52 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1FQths-00066A-3K; Tue, 04 Apr 2006 15:09:00 -0700 Date: Tue, 04 Apr 2006 22:08:00 -0000 Message-Id: <20060404.150859.58684361.davem@davemloft.net> To: drow@false.org Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Fix thread debugging on Sparc/Linux From: "David S. Miller" In-Reply-To: <20060404220648.GA11871@nevyn.them.org> References: <20060401.231203.48434968.davem@davemloft.net> <20060404.145455.31557955.davem@davemloft.net> <20060404220648.GA11871@nevyn.them.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-04/txt/msg00037.txt.bz2 From: Daniel Jacobowitz Date: Tue, 4 Apr 2006 18:06:48 -0400 > > > Currently, we're linking in sparc-sol2-nat.o but that doesn't > > > work so well because it hardcodes using the sparc_sol2_gregset > > > which causes no end of troubles if used on another native Sparc > > > platform. > > > > > > Any objections to the following fix? > > > > Since there were no objections, I've checked in the fix. > > Thanks. But, in the future, could you please wait for your patches to > be reviewed like everyone else (or ask to be the maintainer for this > port)? There is no maintainer for this port, I'm pretty much the only person who works on it actively. :) > You added includes to source files, so Makefile.in needs to be updated. I'll fix that up, thanks for mentioning.