Fix GNU build

Daniel Jacobowitz drow@false.org
Sat Jun 10 23:35:00 GMT 2006


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



More information about the Gdb-patches mailing list