gecko-dev/toolkit/library/StaticXULComponents.ld
Mike Hommey 0ddc27774e 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.

--HG--
extra : rebase_source : de968c61dc4ef337fdc28745c202334ac41763cd
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 = .);
}
}