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: [commit] Fix ARI violations in mips-linux-nat.c and mips-tdep.c


On Fri, 9 Mar 2012, Pedro Alves wrote:

> >  What about the other issue I noted however, i.e.:
> > 
> > gdb/event-loop.c:	perror_with_name (("poll"));
> > 
> > vs expected:
> > 
> > gdb/event-loop.c:	perror_with_name (_("poll"));
> > 
> > (and so on) -- these clearly look like an oversight.
> 
> 
> I don't think so.  I think this is the way to silence the ARI for strings
> that should not be translated.  See:

 I didn't know that, thanks.  In this case I think the same should be done 
with the "ptrace" reference in mips-linux-nat.c.  I'll make a patch 
shortly.

  Maciej


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