This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Tested on i686-mingw, committed on mainline. A GNAT standalone library needs to be initialized, this ensure that the GNAT runtime is properly elaborated. Until now this was not supported on Windows. This patch adds support for SAL on Windows (by providing a DllMain routine) with the constraint that no library level task are used in the SAL. 2005-06-14 Pascal Obry <obry@adacore.com> * mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous implementation. This new version generates the proper DllMain routine to initialize the SAL. The DllMain is generated in Ada and compiled before being added as option to the library build command.
Attachment:
difs.8
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |