diff options
author | Nick Clifton <nickc@redhat.com> | 2007-06-18 15:30:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-06-18 15:30:33 +0000 |
commit | d856f2ddfa3d037987610ecc0edbf75f31296971 (patch) | |
tree | c7758a45b5d8f12f2bd4ea57e4a1588263c89789 /binutils/ChangeLog | |
parent | 5d41b3efe4d718fac501a7ee7afd96dbd62ded6e (diff) | |
download | gdb-d856f2ddfa3d037987610ecc0edbf75f31296971.zip gdb-d856f2ddfa3d037987610ecc0edbf75f31296971.tar.gz gdb-d856f2ddfa3d037987610ecc0edbf75f31296971.tar.bz2 |
* rclex.c: (cpp_line): Add code_page pragma support.
* windres.c: (usage, long_options, main): Add new option --codepage or -c.
* winduni.c: (wind_default_codepage, wind_current_codepage): New.
(unicode_from_ascii, ascii_from_unicode): Use wind_current_codepage as codepage parameter.
(unicode_print): Print 4 characters for hexadecimal values in unicode strings.
* winduni.h: (wind_default_codepage, wind_current_codepage): Export.
* doc/binutils.texi: Document new option.
* NEWS: Mention new feature.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 19a2f00..1d9a542 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2007-06-18 Kai Tietz <Kai.Tietz@onevision.com> + + * rclex.c: (cpp_line): Add code_page pragma support. + * windres.c: (usage, long_options, main): Add new option + --codepage or -c. + * winduni.c: (wind_default_codepage, wind_current_codepage): New. + (unicode_from_ascii, ascii_from_unicode): Use + wind_current_codepage as codepage parameter. + (unicode_print): Print 4 characters for hexadecimal values in + unicode strings. + * winduni.h: (wind_default_codepage, wind_current_codepage): + Export. + * doc/binutils.texi: Document new option. + * NEWS: Mention new feature. + 2007-06-18 Brian D. Watt <bwatt@us.ibm.com> * embedspu.sh: Parse _SPUEAR_ symbol values as hex. |