diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-17 17:58:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-17 17:58:57 +0000 |
commit | fabad360787279ae08e1a1c8d28d7af4e69deb61 (patch) | |
tree | e4eec3787191f59bf542e08470a29b1ca385537a /elf | |
parent | 82e30a5d10ae8b07cde6ea78729a7434ad319380 (diff) | |
download | glibc-fabad360787279ae08e1a1c8d28d7af4e69deb61.zip glibc-fabad360787279ae08e1a1c8d28d7af4e69deb61.tar.gz glibc-fabad360787279ae08e1a1c8d28d7af4e69deb61.tar.bz2 |
Update.
Add dl-dst.h and gen-trusted-dirs.awk.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 48d2525..6c52643 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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 \ dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \ 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 \ - 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 |