This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX


On Wed, 3 Jun 2015, Ilya Enkovich wrote:

> Spec files are not scanned by translator. I tried to split this spec
> into two parts to move message into a header file but with no success.
> Any ideas how it can be done?

If a spec in a .c or .h file contains %e or %n immediately followed by the 
message text (the message text being in the same string as the %e / %n - 
not split up with macros, etc.), then exgettext should extract the message 
for translation.

-- 
Joseph S. Myers
joseph@codesourcery.com


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