Problem in binutils-2.24.90.pot

2014-12-11 Thread Frédéric Marchal
Hi, There is an untranslatable string in binutils-2.24.90.pot at line 6001: #: readelf.c:5052 msgid "Section %d has invalid sh_entsize of %" msgstr "" The corresponding source code line is this one: 5063 error (_("Section %d has invalid sh_entsize of %" BFD_VMA_FMT "x\n"), \ 5064 i,

Problem in binutils-2.24.90.pot

2014-11-10 Thread Frédéric Marchal
Hello, The message in binutils/readelf.c line 5063 is corrupted in the pot file. It can't be translated. Beside, it is referred as readelf.c:5052 in the pot file. The line number is wrong but that's unimportant. Frédéric ___ bug-binutils mailing lis

Untranslated strings in readelf.c

2010-04-16 Thread Frédéric Marchal
Hello, Several untranlated strings exist in binutils 2.20 in function process_mips_specific of readelf.c. In particular around this place: 10048 printf (_(" Reserved entries:\n")); 10049 printf (_(" %*s %10s %*s Purpose\n"), 10050 addr_size * 2, "Address", "Acces