about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-28 06:10:44 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-28 06:10:44 +0000
commit7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c (patch)
tree3774d0db66033633b58a8f83fecb3c12e07ef8ac
parent9923cc7e8efab6084be6772d3dd8644db2ca820d (diff)
downloadglibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.gz
glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.xz
glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.zip
Update.
	* sysdeps/mips/Dist: Remove non-existing files.
	* sysdeps/mips/mips64/Dist: Likewise.
	* sysdeps/mips/mipsel/Dist: Removed.
	* iconv/Makefile (distribute): Add strtab.c and iconvconfig.h.
	* sysdeps/generic/Dist: Add bits/link.h.
	* sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h.
	* sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and
	dl-error.c.
	* sysdeps/ia64/Dist: Add bits/link.h.
-rw-r--r--ChangeLog10
-rw-r--r--README2
-rw-r--r--iconv/Makefile3
-rw-r--r--sysdeps/generic/Dist1
-rw-r--r--sysdeps/ia64/Dist1
-rw-r--r--sysdeps/mips/Dist2
-rw-r--r--sysdeps/mips/mips64/Dist1
-rw-r--r--sysdeps/mips/mipsel/Dist1
-rw-r--r--sysdeps/unix/sysv/aix/Dist3
-rw-r--r--sysdeps/unix/sysv/linux/m68k/Dist1
10 files changed, 19 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d2e87a537..bb80b21649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,16 @@
 
 	* version.h (VERSION): Bump to 2.2.4.
 
+	* sysdeps/mips/Dist: Remove non-existing files.
+	* sysdeps/mips/mips64/Dist: Likewise.
+	* sysdeps/mips/mipsel/Dist: Removed.
+	* iconv/Makefile (distribute): Add strtab.c and iconvconfig.h.
+	* sysdeps/generic/Dist: Add bits/link.h.
+	* sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h.
+	* sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and
+	dl-error.c.
+	* sysdeps/ia64/Dist: Add bits/link.h.
+
 	* libio/vasprintf.c (_IO_vasprintf): Don't copy uninitialized byte
 	from stream buffer to result buffer.
 	Reported by Michael Meeks <michael@ximian.com>.
diff --git a/README b/README
index cf59fd92b4..c8ae465ec3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory contains the version 2.2.3 release of the GNU C Library.
+This directory contains the version 2.2.4 release of the GNU C Library.
 Many bugs have been fixed since the last release.
 Some bugs surely remain.
 
diff --git a/iconv/Makefile b/iconv/Makefile
index 28ba18dfab..3b101d27b7 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -50,7 +50,8 @@ CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
 tests	= tst-iconv1 tst-iconv2 tst-iconv3
 
 distribute	= gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \
-		  iconv_charmap.c dummy-repertoire.c gconv_charset.h
+		  iconv_charmap.c dummy-repertoire.c gconv_charset.h strtab.c \
+		  iconvconfig.h
 
 others		= iconv_prog iconvconfig
 install-others	= $(inst_bindir)/iconv
diff --git a/sysdeps/generic/Dist b/sysdeps/generic/Dist
index 8ce3f63d39..0eb20a2bf3 100644
--- a/sysdeps/generic/Dist
+++ b/sysdeps/generic/Dist
@@ -20,3 +20,4 @@ bp-checks.h
 bp-thunks.h
 bp-sym.h
 bp-start.h
+bits/link.h
diff --git a/sysdeps/ia64/Dist b/sysdeps/ia64/Dist
index 25df3b9eba..5621d47c28 100644
--- a/sysdeps/ia64/Dist
+++ b/sysdeps/ia64/Dist
@@ -5,3 +5,4 @@ elf/entry.h
 hp-timing.c
 ieee754.h
 softpipe.h
+bits/link.h
diff --git a/sysdeps/mips/Dist b/sysdeps/mips/Dist
index 5ad586dbff..1fbf36aaad 100644
--- a/sysdeps/mips/Dist
+++ b/sysdeps/mips/Dist
@@ -1,6 +1,4 @@
 setjmp_aux.c
-rtld-ldscript.in
-rtld-parms
 regdef.h
 sgidefs.h
 fpregdef.h
diff --git a/sysdeps/mips/mips64/Dist b/sysdeps/mips/mips64/Dist
index 4cde3d0e5d..ad6ea0313a 100644
--- a/sysdeps/mips/mips64/Dist
+++ b/sysdeps/mips/mips64/Dist
@@ -1,2 +1 @@
 setjmp_aux.c
-rtld-parms
diff --git a/sysdeps/mips/mipsel/Dist b/sysdeps/mips/mipsel/Dist
deleted file mode 100644
index 98a10ec269..0000000000
--- a/sysdeps/mips/mipsel/Dist
+++ /dev/null
@@ -1 +0,0 @@
-rtld-parms
diff --git a/sysdeps/unix/sysv/aix/Dist b/sysdeps/unix/sysv/aix/Dist
index 4d0cb14afb..2698761f19 100644
--- a/sysdeps/unix/sysv/aix/Dist
+++ b/sysdeps/unix/sysv/aix/Dist
@@ -1,3 +1,6 @@
+dl-support.c
+dl-error.c
+dl-addr.c
 dl-sym.c
 dl-open.c
 dl-close.c
diff --git a/sysdeps/unix/sysv/linux/m68k/Dist b/sysdeps/unix/sysv/linux/m68k/Dist
index 41d521b13f..35fad7ff0e 100644
--- a/sysdeps/unix/sysv/linux/m68k/Dist
+++ b/sysdeps/unix/sysv/linux/m68k/Dist
@@ -6,3 +6,4 @@ setresgid.c
 setfsuid.c
 setfsgid.c
 sys/reg.h
+sys/procfs.h