commit | 51aafc95ce56872ee16077c83b7c5c52da2620fb | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Thu Apr 17 15:16:02 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 15:21:14 2025 +0300 |
tree | 4f4cf0b385996e9ef6441d49b3969f677770e6ab | |
parent | 87394b45e5d275a21fc7ac33f42bd6eafe66fe79 [diff] |
crt: exe: Move mingw-w64 / gcc EXE runtime code into the guarded block This will ensure that _pei386_runtime_relocator() is called as the first function and that all those runtime init code functions are called in guarded block which prevents duplicate code execution. Signed-off-by: Martin Storsjö <martin@martin.st>