[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (dotnet/coreclr#8262)
authorSaeHie Park <saehie.park@gmail.com>
Thu, 24 Nov 2016 09:43:00 +0000 (18:43 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 24 Nov 2016 09:43:00 +0000 (10:43 +0100)
commit81c66f7b604d4776581f6bcc5057b74a89b856d3
tree5dc1bb9f543cc7f8946c935fe141aa17f58f38d8
parent0a95343e9e988bb30089e692b73889e9a2e4ee9b
[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (dotnet/coreclr#8262)

Fix compile error for x86/Linux
- add ASSIGN_UNWIND_REGS in seh-unwind.cpp for x86
- add CONTEXT_EXCEPTION_ACTIVE in pal.h for x86
- add CONTEXT_XSTATE in pal.h for x86

Commit migrated from https://github.com/dotnet/coreclr/commit/f85bf7cdf194c6d87aca6a3d3f741db92f2a642e
src/coreclr/src/pal/inc/pal.h
src/coreclr/src/pal/src/exception/seh-unwind.cpp