This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Solution: Exporting symbols from an executable



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]