summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-04-25 17:44:45 -0700
committerMike McLaughlin <mikem@microsoft.com>2015-04-27 23:06:47 -0700
commit6ccaad89e7842f0be8dbb929502bb723a60eaac1 (patch)
tree9fdca3e2d5f148ab2c814a1e978ef4c3eedc74f3 /src/ToolBox
parent04d31b78087aadc1399cb52df4c0a4795bfdb23f (diff)
downloadcoreclr-6ccaad89e7842f0be8dbb929502bb723a60eaac1.tar.gz
coreclr-6ccaad89e7842f0be8dbb929502bb723a60eaac1.tar.bz2
coreclr-6ccaad89e7842f0be8dbb929502bb723a60eaac1.zip
Go back to a statically linked PAL (issue #728).
Cleanup signal handling. Make sure the default signal action will happen if no previous handler by restore the signal and returning from the handler restarting the h/w exception.
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/Strike/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolBox/SOS/Strike/CMakeLists.txt b/src/ToolBox/SOS/Strike/CMakeLists.txt
index df4dd986b7..9e9ef54ca0 100644
--- a/src/ToolBox/SOS/Strike/CMakeLists.txt
+++ b/src/ToolBox/SOS/Strike/CMakeLists.txt
@@ -89,11 +89,11 @@ else(WIN32)
)
set(SOS_LIBRARY
- coreclrpal
corguids
debugshim
dbgutil
- palrt
+ # share the PAL in the dac module
+ mscordaccore
)
endif(WIN32)