Author: emaste
Date: Wed Jan 6 19:41:06 2016
New Revision: 293247
URL: https://svnweb.freebsd.org/changeset/base/293247
Log:
libunwind: Include header for dl_unwind_find_exidx for ARM EHABI
Modified:
head/contrib/llvm/projects/libunwind/src/AddressSpace.hpp
Modified: head/contrib/llvm/projects/libunwind/src/AddressSpace.hpp
==============================================================================
--- head/contrib/llvm/projects/libunwind/src/AddressSpace.hpp Wed Jan 6
19:40:37 2016 (r293246)
+++ head/contrib/llvm/projects/libunwind/src/AddressSpace.hpp Wed Jan 6
19:41:06 2016 (r293247)
@@ -37,6 +37,7 @@ namespace libunwind {
#if _LIBUNWIND_ARM_EHABI
#if defined(__FreeBSD__)
+#include <sys/link_elf.h>
typedef void *_Unwind_Ptr;
#elif defined(__linux__)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"