about summary refs log tree commit diff
path: root/iconvdata/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-07-24 17:32:56 +0200
committerAndreas Schwab <schwab@suse.de>2015-12-15 13:40:20 +0100
commit42d6443faf5e8b5c70474923bfcc021b77ee0095 (patch)
tree130af99af6dc36309a7e59783c4ed2e1ad354bfc /iconvdata/Makefile
parent04ae79a363e2a85096c4dbdf6d5469d3a19a6907 (diff)
downloadglibc-42d6443faf5e8b5c70474923bfcc021b77ee0095.tar.gz
glibc-42d6443faf5e8b5c70474923bfcc021b77ee0095.tar.xz
glibc-42d6443faf5e8b5c70474923bfcc021b77ee0095.zip
Don't emit invalid extra shift character at block boundary by iconv (bug 17197)
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r--iconvdata/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index 0cd6518b4b..4d257928bd 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -67,7 +67,8 @@ modules.so := $(addsuffix .so, $(modules))
 
 ifeq (yes,$(build-shared))
 tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 \
-	tst-iconv6 bug-iconv5 bug-iconv6 tst-iconv7 bug-iconv8 bug-iconv9
+	tst-iconv6 bug-iconv5 bug-iconv6 tst-iconv7 bug-iconv8 bug-iconv9 \
+	bug-iconv10
 ifeq ($(have-thread-library),yes)
 tests += bug-iconv3
 endif
@@ -306,6 +307,8 @@ $(objpfx)tst-iconv4.out: $(objpfx)gconv-modules \
 			 $(addprefix $(objpfx),$(modules.so))
 $(objpfx)tst-iconv7.out: $(objpfx)gconv-modules \
 			 $(addprefix $(objpfx),$(modules.so))
+$(objpfx)bug-iconv10.out: $(objpfx)gconv-modules \
+			  $(addprefix $(objpfx),$(modules.so))
 
 $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
 			 $(addprefix $(objpfx),$(modules.so)) \