summaryrefslogtreecommitdiff
path: root/src/dlls/mscordbi
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/dlls/mscordbi
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/dlls/mscordbi')
-rw-r--r--src/dlls/mscordbi/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dlls/mscordbi/CMakeLists.txt b/src/dlls/mscordbi/CMakeLists.txt
index e4f5488f89..c31d6d8a15 100644
--- a/src/dlls/mscordbi/CMakeLists.txt
+++ b/src/dlls/mscordbi/CMakeLists.txt
@@ -57,8 +57,8 @@ if(WIN32)
elseif(CLR_CMAKE_PLATFORM_UNIX)
list(APPEND COREDBI_LIBRARIES
mdhotdata_full
- coreclrpal
- palrt
+ # share the PAL in the dac module
+ mscordaccore
)
# COREDBI_LIBRARIES is mentioned twice because ld is one pass linker and will not find symbols