summary refs log tree commit diff
path: root/localedata/tst-mbswcs.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-26 00:38:37 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-26 00:38:37 +0000
commit7475d01602e881e206a29ee30bc8c3e85c235379 (patch)
tree841acac97699c058c94e84216f702f091f360cd0 /localedata/tst-mbswcs.sh
parent8b682b9907ad1d60bdd45431e0e3bbdf358837ec (diff)
downloadglibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.gz
glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.xz
glibc-7475d01602e881e206a29ee30bc8c3e85c235379.zip
Update.
2000-06-25  Greg McGary  <greg@mcgary.org>

	* sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy,
	not as bcopy.
Diffstat (limited to 'localedata/tst-mbswcs.sh')
-rwxr-xr-xlocaledata/tst-mbswcs.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/localedata/tst-mbswcs.sh b/localedata/tst-mbswcs.sh
index a23de6bc75..02bb273669 100755
--- a/localedata/tst-mbswcs.sh
+++ b/localedata/tst-mbswcs.sh
@@ -25,11 +25,10 @@ generate_locale ()
     charmap=$1
     input=$2
     out=$3
-    rep=$4
-    I18NPATH=. GCONV_PATH=${common_objpfx}/iconvdata \
+    I18NPATH=. GCONV_PATH=${common_objpfx}iconvdata \
     ${common_objpfx}elf/ld.so --library-path $common_objpfx \
     ${common_objpfx}locale/localedef --quiet -c -f $charmap -i $input \
-      --repertoire-map $rep ${common_objpfx}localedata/$out
+      ${common_objpfx}localedata/$out
 
     if [ $? -ne 0 ]; then
 	echo "Charmap: \"${charmap}\" Inputfile: \"${input}\"" \
@@ -38,7 +37,7 @@ generate_locale ()
     fi
 }
 
-generate_locale UTF8 de_DE de_DE.UTF-8 mnemonic.ds
+generate_locale UTF8 de_DE de_DE.UTF-8
 
 status=0