Fixed PAL thread allocation stack overflow.
authorMike McLaughlin <mikem@microsoft.com>
Fri, 1 May 2015 23:30:38 +0000 (16:30 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Sat, 2 May 2015 18:10:48 +0000 (11:10 -0700)
commiteb798177505eefad288dc28bcf86028ce4d8ba57
tree131b5e67bb0c56af0c187d3a5e230a7a2af94e36
parent25272dba24d166f8075c28cce08ac911941fcfc0
Fixed PAL thread allocation stack overflow.

Add -Bsymbolic linker option to prevent static variables from being shared across PAL instances

Install coreclrpal and palrt libraries so VS has easy access to link against them.

Don't install the debug-pal library to binary directory.

Fix "corerun" lldb test command.
src/ToolBox/SOS/lldbplugin/CMakeLists.txt
src/debug/debug-pal/CMakeLists.txt
src/dlls/dbgshim/CMakeLists.txt
src/dlls/mscordac/CMakeLists.txt
src/dlls/mscordbi/CMakeLists.txt
src/dlls/mscoree/coreclr/CMakeLists.txt
src/pal/src/CMakeLists.txt
src/pal/src/sync/cs.cpp
src/palrt/CMakeLists.txt