mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
85e08370d0
Previously bindexplib discarded read-only non-function symbols even in executable/code sections, but in some specific cases they could still mark functions. An example is provided by nop.asm in the AuoExportDll test, which exports a function only marked by a label. This symbol can be used from C/C++ code, but without this change it would result in an unresolved external symbol when built as a DLL on Windows. |
||
---|---|---|
.. | ||
sub | ||
AutoExport.cmake | ||
AutoExportBuild-stderr.txt | ||
CMakeLists.txt | ||
foo.c | ||
hello2.c | ||
hello.cxx | ||
hello.h | ||
nop.asm | ||
objlib.c | ||
RunCMakeTest.cmake | ||
say.cxx | ||
world.cxx |