On Tue, Aug 31, 2004 at 08:41:19AM -0700, Ian Romanick wrote:
> Keith Whitwell wrote:
> 
> >It should be possible to avoid the whole DRM(fff) thing using linker 
> >directives to designate what symbols are exported from the final 
> >drm_xyz.o object, in the same way that static symbols don't get exported 
> >from individual object files.
> 
> That can be done without any linker magic by just putting 
> __attribute__((visibility("hidden"))) on functions / variables that 
> aren't supposed to be exported.  I don't know if that's how the main 
> kernel folks would want it done, though.

I have not looked into this in detail.
But I fail to see how DRM are different than for example lib-sata,
that do not play all these tricks.

        Sam


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to