From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22633 invoked by alias); 10 Jun 2006 23:35:52 -0000 Received: (qmail 22625 invoked by uid 22791); 10 Jun 2006 23:35:51 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 10 Jun 2006 23:35:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FpCzc-0002jV-Cn; Sat, 10 Jun 2006 19:35:48 -0400 Date: Sat, 10 Jun 2006 23:35:00 -0000 From: Daniel Jacobowitz To: "Alfred M. Szmidt" Cc: gdb-patches@sourceware.org Subject: Re: Fix GNU build Message-ID: <20060610233548.GA10491@nevyn.them.org> Mail-Followup-To: "Alfred M. Szmidt" , gdb-patches@sourceware.org References: <20060610214554.DC67F44004@Psilocybe.Update.UU.SE> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060610214554.DC67F44004@Psilocybe.Update.UU.SE> User-Agent: Mutt/1.5.11+cvs20060403 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-06/txt/msg00133.txt.bz2 On Sat, Jun 10, 2006 at 11:45:54PM +0200, Alfred M. Szmidt wrote: > Hey, > > gdb changed how it handles warnings a while back, and the gnu-nat.c > code hasn't really been maintained that well over the years so it > caused some minor breakage there. Here is a patch that fixes all > remaining errors and warnings. > > Is anyone maintaining the Hurdy bits in GDB? No, I don't think so. > - error (_("Can't run single thread id %d: no such thread!")); > + error (_("Can't run single thread id: no such thread!"), inf->pid); Er, is that right? -- Daniel Jacobowitz CodeSourcery