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]

Messages localization in gdbserver [Re: [patch 3/3] Implement qXfer:libraries for Linux/gdbserver #2]


On Tue, 04 Oct 2011 08:11:37 +0200, Eli Zaretskii wrote:
> > +  if (*phdr_memaddr == 0 || *num_phdr == 0)
> > +    {
> > +      warning ("Unexpected missing AT_PHDR and/or AT_PHNUM: "
> > +	       "phdr_memaddr = %ld, phdr_num = %d",
> 
> No _() ?  Doesn't gdbserver support translations of messages?

The _() macro is defined for gdbserver but it is used only for a single
message there.  So I also did not use it.
thread-db.c:      warning (_("libthread-db-search-path component too long,"


[ The doc update to be posted in a new patch.  ]


Thanks,
Jan


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