Small fixes to enable AltJit support on UNIX.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 12 Feb 2015 19:03:50 +0000 (11:03 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 12 Feb 2015 19:09:15 +0000 (11:09 -0800)
commit71ae39860ac64e03a548b466965dc9d418019e53
treeda94bdb8564d0a8eb89b8e95d9d78a8285908b9e
parenta7557e46138d082a095f376201a692eb30598b58
Small fixes to enable AltJit support on UNIX.

- Load libcoreclr.so with the RTLD_GLOBAL flag set in unixxorerun s.t.
  its exports are available for subsequently loaded libraries.
- Demangle PAL_TryExcept
- Replace a non-portable path separator character with the corresponding
  portable definition from the PAL.
src/coreclr/hosts/unixcorerun/corerun.cpp
src/pal/src/exception/seh-unwind.cpp
src/vm/codeman.cpp