* i960c-asm.c,i960c-dis.c,i960c-opc.c,i960c-opc.h: Delete.
[deliverable/binutils-gdb.git] / binutils / nm.c
index 204c6a2f0cc0e949918fa42d2a0a8df0b3f9f65e..3dcdc29119c9e075a51c185322d01788f1d2d54c 100644 (file)
@@ -372,6 +372,10 @@ main (argc, argv)
   int c;
   int retval;
 
+  setlocale (LC_MESSAGES, "");
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  textdomain (PACKAGE);
+
   program_name = *argv;
   xmalloc_set_program_name (program_name);
 
This page took 0.023096 seconds and 4 git commands to generate.