Overall, this makes the whole setup less fragile, and make it work with LTO in more situations.
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
SECTIONS {
|
|
.data.rel.ro : {
|
|
PROVIDE_HIDDEN(__start_kPStaticModules = .);
|
|
*(kPStaticModules)
|
|
PROVIDE_HIDDEN(__stop_kPStaticModules = .);
|
|
}
|
|
}
|