diff options
author | Nick Clifton <nickc@redhat.com> | 2005-09-30 11:42:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-09-30 11:42:05 +0000 |
commit | a70c240376fbfde088944325cc58a0e9edba6cc5 (patch) | |
tree | 7a7fc819d79f97c05d8089d9f8a4032877677c4c /binutils/ChangeLog | |
parent | 7fe2b9a6a674d57789207d7f14fb2f0573bcc8f5 (diff) | |
download | gdb-a70c240376fbfde088944325cc58a0e9edba6cc5.zip gdb-a70c240376fbfde088944325cc58a0e9edba6cc5.tar.gz gdb-a70c240376fbfde088944325cc58a0e9edba6cc5.tar.bz2 |
asintl.h/bucomm.h/ld.h: Prevent the inclusion of <libintl.h> from the Solaris
version of <locale.h> when ENABLE_NLS is not defined.
gprof.c (main):Only invoke bindtextdomain() and textdomain() if ENABLE_NLS is
defined.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7f7a7f4..d98b20e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-09-30 Matthias Kurz <mk@baerlap.north.de> + + * bucomm.h: Prevent the inclusion of <libintl.h> from the Solaris + version of <locale.h> when ENABLE_NLS is not defined. + 2005-09-26 Mark Mitchell <mark@codesourcery.com> * BRANCHES: Mention binutils-csl-gxxpro-3_4-branch. |