about summary refs log tree commit diff
path: root/iconvdata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-26 08:12:21 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-26 08:12:21 +0000
commitbdb6126c2dbe02dddbec6bc827ab91b3a639fda6 (patch)
tree94ea519534b41b61eaa4638d8b51b967767f9a82 /iconvdata
parentc657f8b3ff63aab7badd86d8aaee3ebb5eb7f557 (diff)
downloadglibc-bdb6126c2dbe02dddbec6bc827ab91b3a639fda6.tar.gz
glibc-bdb6126c2dbe02dddbec6bc827ab91b3a639fda6.tar.xz
glibc-bdb6126c2dbe02dddbec6bc827ab91b3a639fda6.zip
Update.
2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>

	* iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
	* iconvdata/bug-iconv4.c: New file.
	* iconvdata/Makefile (tests): Add bug-iconv4.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index 16fcfec198..a86b9ed74b 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -58,7 +58,7 @@ modules.so := $(addsuffix .so, $(modules))
 include ../Makeconfig
 
 ifeq (yes,$(build-shared))
-tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4
+tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4
 ifeq ($(have-thread-library),yes)
 tests += bug-iconv3
 endif