* i960c-asm.c,i960c-dis.c,i960c-opc.c,i960c-opc.h: Delete.
[deliverable/binutils-gdb.git] / binutils / coffdump.c
index 12f634424ff0d180f020c1ebd89d757ec6f506b6..5cd75cb75f3eedcca1fc30b4149f44a660d2f142 100644 (file)
@@ -32,15 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define PROGRAM_VERSION "1.0"
 
-char *xcalloc(a,b)
-int a;
-int b;
-{
-  char *r = xmalloc(a*b);
-  memset (r, 0, a * b);
-  return r;
-}
-
 static int atnl;
 static void dump_coff_scope ();
 
@@ -485,6 +476,12 @@ main (ac, av)
       { NULL, no_argument, 0, 0 }
     };
 
+#ifdef HAVE_SETLOCALE
+  setlocale (LC_MESSAGES, "");
+#endif
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  textdomain (PACKAGE);
+
   program_name = av[0];
   xmalloc_set_program_name (program_name);
 
This page took 0.023245 seconds and 4 git commands to generate.