This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix GNU build


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]