From: Ulrich Drepper Date: Sun, 11 Jan 2009 02:31:51 +0000 (-0800) Subject: We only have one translation domain, elfutils. Change use in libelf. X-Git-Tag: elfutils-0.139~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43aafe6459ff27b755958037aa1469463d973a19;p=thirdparty%2Felfutils.git We only have one translation domain, elfutils. Change use in libelf. --- diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 768346db5..36efd90e2 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,5 +1,7 @@ 2009-01-10 Ulrich Drepper + * 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. diff --git a/libelf/libelfP.h b/libelf/libelfP.h index e8100397d..818f42ac8 100644 --- a/libelf/libelfP.h +++ b/libelf/libelfP.h @@ -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 , 1998. @@ -64,7 +64,7 @@ #include /* gettext helper macros. */ -#define _(Str) dgettext ("libelf", Str) +#define _(Str) dgettext ("elfutils", Str) /* Helper Macros to write 32 bit and 64 bit functions. */