about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-02 22:44:39 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-02 22:44:39 +0000
commit74dd1fee1cea649ee16ee94c898cc71ce67dd02f (patch)
tree3c54a3fc3f92ecf9683a170df40ef01a89d50422
parent349e00ef6a52776f6d4925f79d83444b40beef68 (diff)
downloadglibc-74dd1fee1cea649ee16ee94c898cc71ce67dd02f.tar.gz
glibc-74dd1fee1cea649ee16ee94c898cc71ce67dd02f.tar.xz
glibc-74dd1fee1cea649ee16ee94c898cc71ce67dd02f.zip
	* sysdeps/ia64/Dist: Add _mcount.S.

	* sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.

	* sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.

	* elf/Makefile (distribute): Add missing modules.
-rw-r--r--ChangeLog8
-rw-r--r--elf/Makefile4
-rw-r--r--sysdeps/ia64/Dist1
-rw-r--r--sysdeps/unix/sysv/linux/ia64/Dist1
-rw-r--r--sysdeps/unix/sysv/linux/mips/Dist1
5 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b83c1bb94..6cd528ebea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
 	* version.h (VERSION): Bump to 2.1.92.
 
+	* sysdeps/ia64/Dist: Add _mcount.S.
+
+	* sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.
+
+	* sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.
+
+	* elf/Makefile (distribute): Add missing modules.
+
 	* sysdeps/unix/sysv/linux/s390/Dist: Remove nonexisting files.
 
 	* posix/regex.c (compile_range): Transliate range start and end
diff --git a/elf/Makefile b/elf/Makefile
index 7dc4f7cbca..3021596428 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -45,7 +45,9 @@ distribute	:= $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
 		   ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
 		   dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h \
 		   vismain.c vismod1.c vismod2.c vismod3.c \
-		   constload2.c constload3.c filtmod1.c filtmod2.c
+		   constload2.c constload3.c filtmod1.c filtmod2.c \
+		   nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \
+		   nodelmod3.c nodelmod4.c nodlopen.c
 
 include ../Makeconfig
 
diff --git a/sysdeps/ia64/Dist b/sysdeps/ia64/Dist
index dcaac62ee6..fc40fecd8f 100644
--- a/sysdeps/ia64/Dist
+++ b/sysdeps/ia64/Dist
@@ -1,3 +1,4 @@
+_mcount.S
 dl-symaddr.c
 dl-fptr.c
 softpipe.h
diff --git a/sysdeps/unix/sysv/linux/ia64/Dist b/sysdeps/unix/sysv/linux/ia64/Dist
index 987b0ef6e4..75eae4ce57 100644
--- a/sysdeps/unix/sysv/linux/ia64/Dist
+++ b/sysdeps/unix/sysv/linux/ia64/Dist
@@ -1,3 +1,4 @@
+clone.S
 clone2.S
 ioperm.c
 sys/procfs.h
diff --git a/sysdeps/unix/sysv/linux/mips/Dist b/sysdeps/unix/sysv/linux/mips/Dist
index 4675db6793..d8943b6a10 100644
--- a/sysdeps/unix/sysv/linux/mips/Dist
+++ b/sysdeps/unix/sysv/linux/mips/Dist
@@ -1,3 +1,4 @@
+_test_and_set.c
 clone.S
 entry.h
 kernel_sigaction.h