OSDN Git Service

record preloaded libraries as direct pseudo-dependencies of main app
authorRich Felker <dalias@aerifal.cx>
Fri, 1 Mar 2019 20:09:16 +0000 (15:09 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Mar 2019 22:29:29 +0000 (17:29 -0500)
commit88207361ea3ece1141af2adeac6069aa866e0de0
tree23668c3ce9edf635de6589624b03af6165607c1f
parent0c5c8f5da6e36fe4ab704bee0cd981837859e23f
record preloaded libraries as direct pseudo-dependencies of main app

this makes calling dlsym on the main app more consistent with the
global symbol table (load order), and is a prerequisite for
dependency-order ctor execution to work correctly with LD_PRELOAD.
ldso/dynlink.c