mirror of git://sourceware.org/git/glibc.git
parent
82e30a5d10
commit
fabad36078
|
|
@ -1,6 +1,7 @@
|
||||||
1999-05-17 Ulrich Drepper <drepper@cygnus.com>
|
1999-05-17 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* elf/Makefile (distribute): Remove dl-origin.h.
|
* elf/Makefile (distribute): Remove dl-origin.h.
|
||||||
|
Add dl-dst.h and gen-trusted-dirs.awk.
|
||||||
|
|
||||||
1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,10 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
|
||||||
distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
|
distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
|
||||||
dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \
|
dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \
|
||||||
genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
|
genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
|
||||||
dl-librecon.h interp.c sln.c hp-timing.h \
|
dl-librecon.h interp.c sln.c dl-dst.h hp-timing.h \
|
||||||
testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
|
testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
|
||||||
testobj6.c testobj1_1.c failobj.c do-lookup.h
|
testobj6.c testobj1_1.c failobj.c do-lookup.h \
|
||||||
|
gen-trusted-dirs.awk
|
||||||
|
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue