OSDN Git Service

Rework things such that staticly linked applications can use
authorEric Andersen <andersen@codepoet.org>
Thu, 12 Dec 2002 22:22:03 +0000 (22:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 12 Dec 2002 22:22:03 +0000 (22:22 -0000)
commit26ac73a7de1ba347046f7d23400439e682e79ed5
treee5d8c117f4610cb987bbed7a62f4b6e00a247be7
parent774a6c5c91078aed0e926cc6817aa10a2f5d2281
Rework things such that staticly linked applications can use
dlopen and have it be successful.  This required moving some
things out of ldso.c into readelflib1.c, and directly including
hash.c and readelflib1.c into dlib.c when building the static
version of the library.
 -Erik
ldso/ldso/dl-elf.c
ldso/ldso/dl-hash.c
ldso/ldso/hash.c
ldso/ldso/ldso.c
ldso/ldso/readelflib1.c
ldso/libdl/Makefile
ldso/libdl/dlib.c
ldso/libdl/libdl.c