Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2016 19:41:07 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293247 - head/contrib/llvm/projects/libunwind/src
Message-ID:  <201601061941.u06Jf7np078107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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__)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601061941.u06Jf7np078107>