Fixes to make runtime work on ARM64 Linux (#8947)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 13 Jan 2017 22:11:54 +0000 (23:11 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 13 Jan 2017 22:11:54 +0000 (14:11 -0800)
commitd2d4a792e306097a7c7e8afd954eeb50f2d2f23e
tree5bc4af67aa90356455fefb49e8ea9a0f9da3b1b1
parentb3136bb3281058e162bd072bdb7433663d3d456f
Fixes to make runtime work on ARM64 Linux (#8947)

This is a result of attempt to bring up CoreCLR on ARM64 Android.
The bring up is on hold now, but I want to check in the changes
that added ARM64 asm helpers and fixed general Linux ARM64 issues.
src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
src/debug/ee/arm64/dbghelpers.S [new file with mode: 0644]
src/debug/ee/wks/CMakeLists.txt
src/pal/inc/unixasmmacrosarm64.inc
src/vm/appdomain.cpp
src/vm/arm64/asmhelpers.S
src/vm/arm64/crthelpers.S