From: Ulrich Drepper Date: Fri, 3 Nov 2000 01:24:42 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bc6161d5066bfa2f38010e978f09a4b9c0956f8;p=platform%2Fupstream%2Fglibc.git Update. * iconvdata/Makefile (distribute): Add viscii.c. * elf/Makefile (distribute): Add tst-pathopt.sh. --- diff --git a/ChangeLog b/ChangeLog index c711cb3..f5ecbaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * version.h (VERSION): Bump to 2.1.97. + * iconvdata/Makefile (distribute): Add viscii.c. + + * elf/Makefile (distribute): Add tst-pathopt.sh. + * sysdeps/i386/i486/bits/string.h (strcmp): Cast arguments to __strcmp_cc, __strcmp_cg, and __strcmp_gc to unsigned char *. (__strcmp_cc, __strcmp_cg, __strcmp_gc): Remove casts of values here. diff --git a/README b/README index ed2cfd0..98283b1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory contains the version 2.1.96 release of the GNU C Library. +This directory contains the version 2.1.97 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. diff --git a/elf/Makefile b/elf/Makefile index 6d7100e..cb8777b 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -53,7 +53,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \ nodelmod3.c nodelmod4.c nodlopen.c dl-osinfo.h \ reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \ - nextmod1.c nextmod2.c pathoptobj.c \ + nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \ neededobj1.c neededobj2.c neededobj3.c neededobj4.c \ unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 5c7614a..e0afa32 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -121,7 +121,7 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ ibm891.c ibm903.c ibm904.c ibm905.c ibm918.c ibm1004.c \ ibm856.c ibm930.c ibm933.c ibm935.c ibm937.c ibm939.c ibm1046.c \ ibm856.h ibm930.h ibm933.h ibm935.h ibm937.h ibm939.h ibm1046.h \ - ibm1026.c ibm1047.c iec_p27-1.c inis.c inis-8.c \ + ibm1026.c ibm1047.c iec_p27-1.c inis.c inis-8.c viscii.c \ inis-cyrillic.c iso-2022-jp.c iso-2022-kr.c iso646.c \ iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \ iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \