]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rewrite the bits of the solib code to handle implentations where dlopen
authordfr <dfr@FreeBSD.org>
Fri, 25 Sep 1998 14:39:52 +0000 (14:39 +0000)
committerdfr <dfr@FreeBSD.org>
Fri, 25 Sep 1998 14:39:52 +0000 (14:39 +0000)
commit9abc86084b04a63f91bee31dc6d0bdea6bb7fb48
tree06eee3d41371f99695faf641204f2069160242cb
parenta0e1ce12841f9c83845521c5170730188ee361a9
Rewrite the bits of the solib code to handle implentations where dlopen
may insert into the list of loaded libraries (ours is one) instead of
appending to the end of the list.  Also cope with dlclose() removing
libraries from the list.
contrib/gdb/gdb/solib.c