mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-24 14:53:34 +08:00
Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..)
This commit is contained in:
parent
66537e49a2
commit
ce8ff112cf
@ -1,3 +1,7 @@
|
||||
2000-05-29 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* gprof.h (_): Use BFD version.
|
||||
|
||||
2000-05-26 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gprof.c (main): When calling getopt_long indicate that the 'd'
|
||||
|
@ -55,12 +55,6 @@
|
||||
# include <locale.h>
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
/* Undefine BFD's `_' macro; we have our own definition. */
|
||||
#undef _
|
||||
#define _(String) gettext (String)
|
||||
#endif
|
||||
|
||||
#include "bin-bugs.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user