> Given this, can we only use either stubs or the -N option of ld? Are
 > they substitutable?

The modstubs facility allows load-on-demand, which can be convenient if
the dependency only exists under certain conditions.  Also, modstubs is
also often used to workaround the fact that the kernel linker does not
allow circular references: in one direction, the reference will be via -N,
and in the other direction it will be via modstubs.

-- 
meem
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to