From 60f9c91b81c4e318101a49794c0f84f0961bd10a Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 18 Apr 2017 15:35:24 +0000 Subject: Add sparc64 support. --- lib/libunwind/src/libunwind.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libunwind/src/libunwind.cpp') diff --git a/lib/libunwind/src/libunwind.cpp b/lib/libunwind/src/libunwind.cpp index 95f2dc020dc..46b26fedc28 100644 --- a/lib/libunwind/src/libunwind.cpp +++ b/lib/libunwind/src/libunwind.cpp @@ -57,6 +57,8 @@ _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, # define REGISTER_KIND Registers_arm #elif defined(__or1k__) # define REGISTER_KIND Registers_or1k +#elif defined(__sparc__) && defined(__arch64__) +# define REGISTER_KIND Registers_sparc64 #elif defined(__mips__) # warning The MIPS architecture is not supported. #else -- cgit v1.2.3-59-g8ed1b