* m10300-opc.c (asr, lsr, asl): Fix am33 single bit shift opcode.
[deliverable/binutils-gdb.git] / binutils / sysdump.c
index ed365b4221e4cba886f7c1ea5dc0b8a65c97225a..38630312c513e135ca7204398523d9f34e9e1dd4 100644 (file)
@@ -745,6 +745,10 @@ main (ac, av)
     {NULL, no_argument, 0, 0}
   };
 
+  setlocale (LC_MESSAGES, "");
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  textdomain (PACKAGE);
+
   program_name = av[0];
   xmalloc_set_program_name (program_name);
 
This page took 0.022751 seconds and 4 git commands to generate.