[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)
authorJonghyun Park <parjong@gmail.com>
Tue, 7 Mar 2017 11:27:35 +0000 (20:27 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 7 Mar 2017 11:27:35 +0000 (12:27 +0100)
commite5994fa5507a5f08058193ff26dc3698cd2e6444
tree3fb284ec31f8e2d3da494a60bc6431e9d9d00aa7
parent6c60ce7d4b1c438ecd034fdc5456697c5805e850
[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)

* [x86/Linux] CDECL as default P/Invoke Calling Convetion
29 files changed:
src/pal/inc/pal_mstypes.h
src/pal/inc/rt/palrt.h
src/pal/prebuilt/inc/clrinternal.h
src/pal/src/arch/i386/context2.S
src/pal/src/include/pal/module.h
src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.cpp
src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.cpp
src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.cpp
src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.cpp
src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.cpp
src/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.cpp
src/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.cpp
src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/palstartup.h
src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.cpp
src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.cpp
src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain1.cpp
src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain2.cpp
src/pal/tests/palsuite/threading/ExitThread/test3/dllmain.cpp
src/vm/comsynchronizable.cpp
src/vm/comsynchronizable.h
src/vm/dllimport.cpp
src/vm/finalizerthread.cpp
src/vm/finalizerthread.h
src/vm/gcenv.os.cpp
src/vm/qcall.h
src/vm/threads.cpp
src/vm/threads.h
src/vm/win32threadpool.cpp
src/vm/win32threadpool.h