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.
8 lines
44 B
YAML
8 lines
44 B
YAML
---
|
|
ccflags: [
|
|
]
|
|
|
|
ldflags: [
|
|
"-shared",
|
|
]
|