diff options
author | DJ Delorie <dj@redhat.com> | 2001-11-13 03:54:15 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-11-13 03:54:15 +0000 |
commit | 1a78a35acfb696d2262b7c2d707b9e6421c99aaa (patch) | |
tree | f56c67ced07f962db6580e3ceaed514464043191 /libiberty/ChangeLog | |
parent | 4e6bfe8ada4bae838d47c169d1cc2899db66ff19 (diff) | |
download | gdb-1a78a35acfb696d2262b7c2d707b9e6421c99aaa.zip gdb-1a78a35acfb696d2262b7c2d707b9e6421c99aaa.tar.gz gdb-1a78a35acfb696d2262b7c2d707b9e6421c99aaa.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cd68c5b..3b72a0c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2001-11-12 Jim Meyering <meyering@lucent.com> + + * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, + this code would end up calling gettext even in packages built + with --disable-nls. + * getopt.c (_): Likewise. + * regex.c (_): Likewise. + 2001-11-03 Alan Modra <amodra@bigpond.net.au> * configure.in: Cope with missing makeinfo. |