Solution: Exporting symbols from an executable

DJ Delorie dj@delorie.com
Mon Oct 16 16:12:00 GMT 2000


Discussions of linker changes should go to binutils@sources.redhat.com

> 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 cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list