This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Fix GNU build
- From: Daniel Jacobowitz <drow at false dot org>
- To: "Alfred M. Szmidt" <ams at gnu dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 10 Jun 2006 19:35:48 -0400
- Subject: Re: Fix GNU build
- References: <20060610214554.DC67F44004@Psilocybe.Update.UU.SE>
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