]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
We only have one translation domain, elfutils. Change use in libelf.
authorUlrich Drepper <drepper@redhat.com>
Sun, 11 Jan 2009 02:31:51 +0000 (18:31 -0800)
committerUlrich Drepper <drepper@redhat.com>
Sun, 11 Jan 2009 02:31:51 +0000 (18:31 -0800)
libelf/ChangeLog
libelf/libelfP.h

index 768346db539a62ea6a3fa816b1bc4b37cb1c1f42..36efd90e2c7e16d7c421a83f21e3e905335869c9 100644 (file)
@@ -1,5 +1,7 @@
 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
 
+       * libelfP.h (_): We only have one translation domain, elfutils.
+
        * Makefile.am: Use USE_LOCKS instead of USE_TLS.
        * elf_error.c: Always use __thread.  Remove all !USE_TLS code.
 
index e8100397d3bfee8ff3f381990b375b44f02bc305..818f42ac84d21d49902d2153d90569af320a71d9 100644 (file)
@@ -1,5 +1,5 @@
 /* Internal interfaces for libelf.
-   Copyright (C) 1998-2003, 2005, 2006, 2007 Red Hat, Inc.
+   Copyright (C) 1998-2003, 2005, 2006, 2007, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 1998.
 
@@ -64,7 +64,7 @@
 #include <string.h>
 
 /* gettext helper macros.  */
-#define _(Str) dgettext ("libelf", Str)
+#define _(Str) dgettext ("elfutils", Str)
 
 
 /* Helper Macros to write 32 bit and 64 bit functions.  */