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


> > -	  perror_with_name ("ptrace");
> > +	  perror_with_name (_("ptrace"));
> >  	  break;
> >  	}
> >      }
> 
>  Hmm, I'm not sure if "ptrace" can be translated to anything as it's a 
> proper name; however if you're in a picky mood, then watch out for 
> numerous cases like this:

Yeah, these are a little silly. One way to make the a little less
silly, perhaps, would be to have a better message... But not worth
spending time over, if you ask me.

-- 
Joel


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