Add UnhandledExceptionHandlerUnix Stub (dotnet/coreclr#8425)
authorJonghyun Park <parjong@gmail.com>
Tue, 6 Dec 2016 00:37:41 +0000 (09:37 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 6 Dec 2016 00:37:41 +0000 (01:37 +0100)
commitb965da9a9f4dbf98bafc3aeee7139a83fb9633ae
tree10c224362bb0c2d188f79ff2084bc7cdbbee9525
parent6b29155ccf8808fd1674f2b5bfc6a32d6c8793a3
Add UnhandledExceptionHandlerUnix Stub (dotnet/coreclr#8425)

FuncEvalHijack in dbghelpers.S uses UnhandledExceptionHandlerUnix as a
personality routine, but UnhandledExceptionHandlerUnix is not avaiable
for x86 (UnhandledExceptionHandlerUnix is available only when
WIN64EXCEPTIONS which is not defined for x86).

This commit adds UnhandledExceptionHandlerUnix to fix dangling
reference.

Commit migrated from https://github.com/dotnet/coreclr/commit/4e21d57d09174addc4900b64a23d15b3b62de02d
src/coreclr/src/vm/i386/unixstubs.cpp