Re: Untranslated strings in readelf.c

2010-04-20 Thread Nick Clifton
Hi Frédéric, Several untranlated strings exist in binutils 2.20 in function process_mips_specific of readelf.c. Actually there seems to be a lot of places in the binutils code that need translation macros added. I am going to check in the attached patch in order to address this problem. C

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