diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 07:14:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 07:14:42 +0000 |
commit | d7926ed9feaea00e348acc7230156e39d8511498 (patch) | |
tree | dc6ad9e11d5bbde8d366caa53416bc39c6dd8dd3 /elf/Makefile | |
parent | 924c3f59722cb33c27537e922f31bf5413cd97fc (diff) | |
download | glibc-d7926ed9feaea00e348acc7230156e39d8511498.tar glibc-d7926ed9feaea00e348acc7230156e39d8511498.tar.gz glibc-d7926ed9feaea00e348acc7230156e39d8511498.tar.bz2 glibc-d7926ed9feaea00e348acc7230156e39d8511498.zip |
Update.
* elf/Makefile (dl-routines): Remove preinit.
* elf/Versions: Remove _dl_preinit.
* elf/dl-preinit.c: Removed. Move content into...
* elf/dl-init.c: ...here.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 8d4a3daf8a..11bbf9957f 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -28,7 +28,7 @@ routines = $(dl-routines) dl-open dl-close dl-symbol dl-support \ # profiled libraries. dl-routines = $(addprefix dl-,load cache lookup object reloc deps \ runtime error init fini debug misc \ - version profile preinit) + version profile) # But they are absent from the shared libc, because that code is in ld.so. elide-routines.os = $(dl-routines) dl-support enbl-secure |