]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Mar 1998 21:14:40 +0000 (21:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Mar 1998 21:14:40 +0000 (21:14 +0000)
commite2102c142234bd7042fb2623d783a1fba8e5e428
treeecfb52a5ed05a4cce2e022c7c4ba9675e1f758f2
parentcb34385453717065a4bbfd9fae971b76c186df1e
Update.

1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>

* elf/Makefile: Fix typo.
* elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
* elf/ldd.sh.in: Likewise.
* elf/ldsodefs.h: Declare _dl_correct_cache_id.
* elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
Use strsep correctly.
(process_envvars): Allow platform specific variables.
* sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
(_dl_load_cache_lookup): Test cache IDs found against
_dl_correct_cache_id.
* sysdeps/generic/dl-librecon.h: New file.
* sysdeps/unix/sysv/linux/dl-librecon.h: New file.

* sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.

* sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
ChangeLog
elf/Makefile
elf/ldd.bash.in
elf/ldd.sh.in
elf/ldsodefs.h
elf/rtld.c
sysdeps/generic/dl-cache.c
sysdeps/generic/dl-librecon.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/dl-librecon.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/ldd-rewrite.sed [new file with mode: 0644]
sysdeps/unix/sysv/linux/lddlibc4.c