Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Ulrich Drepper committed Aug 2, 2000
1 parent 349e00e commit 74dd1fe
Showing 5 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion elf/Makefile
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions sysdeps/ia64/Dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_mcount.S
dl-symaddr.c
dl-fptr.c
softpipe.h
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/ia64/Dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
clone.S
clone2.S
ioperm.c
sys/procfs.h
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/mips/Dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_test_and_set.c
clone.S
entry.h
kernel_sigaction.h

0 comments on commit 74dd1fe

Please sign in to comment.