* i960c-asm.c,i960c-dis.c,i960c-opc.c,i960c-opc.h: Delete.
[deliverable/binutils-gdb.git] / binutils / size.c
index 4ed355558798dcdfc412dab9cf0af8977202467e..9bd8a453dfcf3fe9e95c715f7c89acd9e9a2db06 100644 (file)
@@ -107,6 +107,10 @@ main (argc, argv)
   int temp;
   int c;
 
+  setlocale (LC_MESSAGES, "");
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  textdomain (PACKAGE);
+
   program_name = *argv;
   xmalloc_set_program_name (program_name);
 
This page took 0.024043 seconds and 4 git commands to generate.