diff options
author | Sergiy Vyshnevetskiy <serg@vostok.net> | 2009-03-30 20:54:18 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2009-03-30 20:54:18 +0000 |
commit | 5a2df0fa12b59731751a1988af77125a290651cf (patch) | |
tree | 57984d94a83e80bc43ef7298ba14417fd037293b /libcpp/ChangeLog | |
parent | 71a7778cd95891c6534f84ce4097ca2431904973 (diff) | |
download | gcc-5a2df0fa12b59731751a1988af77125a290651cf.tar.gz |
re PR preprocessor/31932 (cpp -f*-charset and gcj --encoding accept no values except UTF-8)
2009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net>
PR preprocessor/31932:
* internal.h: Don't mention HAVE_ICONV_H.
* configure, config.in: Rebuild.
* configure.ac: Don't check for iconv.h.
From-SVN: r145316
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 26728325bc4..b2f4232f81d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net> + + PR preprocessor/31932: + * internal.h: Don't mention HAVE_ICONV_H. + * configure, config.in: Rebuild. + * configure.ac: Don't check for iconv.h. + 2009-03-30 Tom Tromey <tromey@redhat.com> PR preprocessor/39512: |