Mon Nov 9 12:00:36 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / binutils / addr2line.c
index 3d4ff90355616ae8e9e0d38d9384fea815a6383f..7a55df3e97771ce38a1196d306490c9d9df38315 100644 (file)
@@ -270,6 +270,10 @@ main (argc, argv)
   char *target;
   int c;
 
+  setlocale (LC_MESSAGES, "");
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  textdomain (PACKAGE);
+
   program_name = *argv;
   xmalloc_set_program_name (program_name);
 
This page took 0.0237 seconds and 4 git commands to generate.