diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-21 02:34:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-21 02:34:38 +0000 |
commit | 9710509e6bcb59af4b3f7852d27e652b6c252ea1 (patch) | |
tree | f1cf1bc9d4a6ff53a935eb6103a0cc12533c2290 /binutils/ChangeLog | |
parent | 87c4a0399d1fe2d5b1127c207bc7b3facd0c3233 (diff) | |
download | gdb-9710509e6bcb59af4b3f7852d27e652b6c252ea1.zip gdb-9710509e6bcb59af4b3f7852d27e652b6c252ea1.tar.gz gdb-9710509e6bcb59af4b3f7852d27e652b6c252ea1.tar.bz2 |
* configure.in: Check for strcoll.
* configure: Regenerate.
* config.in: Regenerate.
* nm.c (main): Set locale for LC_COLLATE category.
(non_numeric_forward): Use strcoll if available.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f606846..920a9a0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2002-06-21 Mitsru Chinen <chinen@jp.ibm.com> + + * configure.in: Check for strcoll. + * configure: Regenerate. + * config.in: Regenerate. + * nm.c (main): Set locale for LC_COLLATE category. + (non_numeric_forward): Use strcoll if available. + 2002-06-20 Dave Brolley <brolley@redhat.com> * MAINTAINERS: Add self as fr30 and frv maintainer. |