diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-05 10:08:31 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-05 10:08:31 +0000 |
commit | 1c128d269342c539be18e11cc226a2651061c82b (patch) | |
tree | 2364f202c87670de62206a860000f1ab083eeab7 /gcc | |
parent | 6f172a83801e2a9e1f54adde808a8c5edfecf74e (diff) | |
download | gcc-1c128d269342c539be18e11cc226a2651061c82b.tar.gz |
* lib/target-supports.exp (check_iconv_available): Fix comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 98132002b1e..7b5ae183a68 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-05 Uros Bizjak <uros@kss-loka.si> + + * lib/target-supports.exp (check_iconv_available): Fix comment. + 2005-03-04 John David Anglin <dave.danglin@nrc-cnrc.gc.ca> Joseph S. Myers <joseph@codesourcery.com> diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index f2577c18106..5f9a32bbe18 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -276,7 +276,7 @@ proc check_profiling_available { test_what } { return $profiling_available_saved } -# Return true if iconv is supported on the target. In particular IBM-1047. +# Return true if iconv is supported on the target. In particular IBM1047. proc check_iconv_available { test_what } { global tool |