Discussions of linker changes should go to [EMAIL PROTECTED]
> 1. a command line option?
Yup. Unless you can automatically detect when exports exist, which
might be a good automatic feature.
> 2. in the code, where the default for a dll is to export everything,
> for an exe is to export nothing, and if there are explicit def files
> (or dllexports) then just do whatever is specified?
Sounds good. Look in ld/emultempl/pe.em for where the functions are
called, and ld/pe-dll.c where they are implemented.
--
Want to unsubscribe from this list?
Send a message to [EMAIL PROTECTED]