aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ar.c')
-rw-r--r--binutils/ar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ar.c b/binutils/ar.c
index a8fdebf..7141f42 100644
--- a/binutils/ar.c
+++ b/binutils/ar.c
@@ -311,6 +311,10 @@ main (argc, argv)
char *inarch_filename;
int show_version;
+ setlocale (LC_MESSAGES, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
program_name = argv[0];
xmalloc_set_program_name (program_name);