4 * From binutils 2.19 onwards (in NetBSD) binutils ld PROVIDEs
5 * __start/__stop for orphaned sections. This means that
6 * __start_link_set_modules/__stop_link_set_modules will no
7 * longer automatically be present in shared libraries. This
8 * ldscript forces those symbols to be present for all rump
9 * shared lib components.
16 __start_link_set_modules = .;
18 __stop_link_set_modules = .;
23 __start_link_set_domains = .;
25 __stop_link_set_domains = .;