diff options
author | Nick Clifton <nickc@redhat.com> | 2009-05-05 09:36:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-05-05 09:36:08 +0000 |
commit | 6f4c2146e75b03cec4668959b212259f3342b586 (patch) | |
tree | aed83883bbb5c923d1fd5b838d5a4d39f6300c2b /binutils/ChangeLog | |
parent | 163ea230b5583dfa7c2a823546218211d2e65887 (diff) | |
download | gdb-6f4c2146e75b03cec4668959b212259f3342b586.zip gdb-6f4c2146e75b03cec4668959b212259f3342b586.tar.gz gdb-6f4c2146e75b03cec4668959b212259f3342b586.tar.bz2 |
PR 10109
* winduni.c: Replace test of HAVE_ICONV_H with a test of
HAVE_ICONV.
(iconv_onechar): Use ICONV_CONST instead of "const".
(wind_MultiByteToWideChar): Initialise local strings.
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 268d75e..c2949fc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com> + + PR 10109 + * winduni.c: Replace test of HAVE_ICONV_H with a test of + HAVE_ICONV. + (iconv_onechar): Use ICONV_CONST instead of "const". + (wind_MultiByteToWideChar): Initialise local strings. + 2009-04-30 Nick Clifton <nickc@redhat.com> * readelf.c (dump_relocations): Display a relocation against an |