Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 May 1999 21:59:35 +0000 (21:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 May 1999 21:59:35 +0000 (21:59 +0000)
commitab7eb292307152e706948a7b19164ff5e6d593d4
treea76fc69e4f140734b2f958be40d7a9e418a75353
parent68536096c87890d8ebab1b9c9f0791cf9948e681
Update.

* elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
* elf/gen-trusted-dirs.awk: New file.
* elf/dl-load.c (systems_dirs): Moved into file scope.  Initialize
from SYSTEM_DIRS macro.
(system_dirs_len): New variable.  Contains lengths of system_dirs
strings.
(fillin_rpath): Rewrite for systems_dirs being a simple string.
Improve string comparisons.  Change parameter trusted to be a flag.
Change all callers.
(_dt_init_paths): Improve using new format for system_dirs.
ChangeLog
elf/Makefile
elf/dl-load.c
elf/gen-trusted-dirs.awk [new file with mode: 0644]