Files
tubestation/toolkit/library/StaticXULComponents.ld
Mike Hommey d090be0e8b Bug 1471132 - Change how static xpcom components are linked. r=froydnj
Overall, this makes the whole setup less fragile, and make it work with
LTO in more situations.
2018-06-26 14:40:51 +09:00

8 lines
156 B
Plaintext

SECTIONS {
.data.rel.ro : {
PROVIDE_HIDDEN(__start_kPStaticModules = .);
*(kPStaticModules)
PROVIDE_HIDDEN(__stop_kPStaticModules = .);
}
}