Joerg Schilling writes: > "Garrett D'Amore" <[EMAIL PROTECTED]> wrote: > > > I am thinking about using a mapfile to hide some symbols that would > > otherwise be global in my kernel module. (This is because I want to use > > more than a single .c file in my module, so I need some global symbols > > at compile time, but I don't want to expose them outside of my module.) > > > > I notice that SPARC krtld does the same thing. But I see a note there > > about a gotcha relating to ctfmerge. I'm hoping someone on this list > > Does this mean that on x86 or x64, there is no symbol hiding between kernel > modules?
Yes. We're all friends in the kernel. It's true on SPARC as well. -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
