diff options
author | Andreas Schwab <schwab@suse.de> | 2014-07-24 17:32:56 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2015-12-15 13:40:20 +0100 |
commit | 42d6443faf5e8b5c70474923bfcc021b77ee0095 (patch) | |
tree | 130af99af6dc36309a7e59783c4ed2e1ad354bfc /iconvdata/Makefile | |
parent | 04ae79a363e2a85096c4dbdf6d5469d3a19a6907 (diff) | |
download | glibc-42d6443faf5e8b5c70474923bfcc021b77ee0095.tar glibc-42d6443faf5e8b5c70474923bfcc021b77ee0095.tar.gz glibc-42d6443faf5e8b5c70474923bfcc021b77ee0095.tar.bz2 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/Makefile | 5 |
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)) \ |