[ld.so] Add dynamic library linking
ld.so will now go through all DT_NEEDED entries in the dynamic table and load and relocate those shared libraries as well. Lazy linking of functions via the PLT is not yet supported, all PLT entries are looked up ahead of time by ld.so.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
module("util",
|
||||
kind = "lib",
|
||||
static = True,
|
||||
sources = [
|
||||
"cdb.cpp",
|
||||
"bip_buffer.cpp",
|
||||
|
||||
Reference in New Issue
Block a user