* iconvdata/Makefile (distribute): Add viscii.c.

	* elf/Makefile (distribute): Add tst-pathopt.sh.
This commit is contained in:
Ulrich Drepper 2000-11-03 01:24:42 +00:00
parent bb376d33b5
commit 8bc6161d50
4 changed files with 7 additions and 3 deletions

View File

@ -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.

2
README
View File

@ -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.

View File

@ -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

View File

@ -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 \