OSDN Git Service

Let ldso decide if it should relocate itselft a second time. This
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Tue, 17 Aug 2004 13:37:54 +0000 (13:37 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Tue, 17 Aug 2004 13:37:54 +0000 (13:37 -0000)
commit6d6f3a5c26adcf6b105edfb4b53e97ceee81944c
treefdf250e80080d49b1e421f7157661033821c5fb7
parentd965f80088fafaacfd33d0b0770724f4fbcbe6e5
Let ldso decide if it should relocate itselft a second time. This
is needed if ldso should use libcs malloc whenever possible.

Fix RTLD_LAZY propagation to RTLD_NOW relocation when requested by
libdl.
15 files changed:
ldso/include/dl-hash.h
ldso/ldso/arm/elfinterp.c
ldso/ldso/cris/elfinterp.c
ldso/ldso/dl-elf.c
ldso/ldso/frv/elfinterp.c
ldso/ldso/i386/elfinterp.c
ldso/ldso/ldso.c
ldso/ldso/m68k/elfinterp.c
ldso/ldso/mips/elfinterp.c
ldso/ldso/powerpc/elfinterp.c
ldso/ldso/sh/elfinterp.c
ldso/ldso/sh64/elfinterp.c
ldso/ldso/sparc/elfinterp.c
ldso/libdl/Makefile
ldso/libdl/libdl.c