Skip to content

Commit

Permalink
ARM32 out of proc unwind support (dotnet/coreclr#26082)
Browse files Browse the repository at this point in the history
ARM32 out of proc unwind support

Removed the old dwarf unwind info decoding and use libunwind
for both dwarf and arm exidx.


Commit migrated from dotnet/coreclr@e8f08ff
  • Loading branch information
mikem8361 authored Aug 9, 2019
1 parent b68bd1e commit b61cc2f
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 765 deletions.
1 change: 0 additions & 1 deletion src/coreclr/clrdefinitions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if (CLR_CMAKE_PLATFORM_UNIX)
add_definitions(-DUNIX_AMD64_ABI)
elseif (CLR_CMAKE_TARGET_ARCH_ARM)
add_definitions(-DUNIX_ARM_ABI)
add_definitions(-DFEATURE_DATATARGET4)
elseif (CLR_CMAKE_TARGET_ARCH_I386)
add_definitions(-DUNIX_X86_ABI)
endif()
Expand Down
Loading

0 comments on commit b61cc2f

Please sign in to comment.