svn commit: r293247 - head/contrib/llvm/projects/libunwind/src

Ed Maste emaste at FreeBSD.org
Wed Jan 6 19:41:08 UTC 2016


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__)


More information about the svn-src-all mailing list