OSDN Git Service

Add RTLD_LOCAL support for dlopened libs. Reported by
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Wed, 10 Nov 2004 15:27:26 +0000 (15:27 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Wed, 10 Nov 2004 15:27:26 +0000 (15:27 -0000)
commit0038f6a2297be2b66a0177bc74b468dddb0a89fa
tree2413de564ae1751210c6fd82924636d2b09cebda
parent0657ab0d0b7d9a879091653b2e23f0b46c3ecefa
Add RTLD_LOCAL support for dlopened libs. Reported by
Andrew de Quincey, who has been most helpful getting this sorted
out, thanks. Thanks also to Peter Mazinger who did alot of testing.

Removed all traces of dl_parse_copy_information() since it is no longer used.
13 files changed:
ldso/include/dl-hash.h
ldso/ldso/arm/elfinterp.c
ldso/ldso/cris/elfinterp.c
ldso/ldso/dl-hash.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/libdl.c