svn commit: r294590 - head/gnu/lib/libgcc

Ed Maste emaste at FreeBSD.org
Fri Jan 22 19:03:41 UTC 2016


Author: emaste
Date: Fri Jan 22 19:03:39 2016
New Revision: 294590
URL: https://svnweb.freebsd.org/changeset/base/294590

Log:
  Restore libunwind.cpp to LLVM libunwind build (reverts r294576)
  
  The unw_* functions are not exported, but are used internally.

Modified:
  head/gnu/lib/libgcc/Makefile

Modified: head/gnu/lib/libgcc/Makefile
==============================================================================
--- head/gnu/lib/libgcc/Makefile	Fri Jan 22 18:39:23 2016	(r294589)
+++ head/gnu/lib/libgcc/Makefile	Fri Jan 22 19:03:39 2016	(r294590)
@@ -81,7 +81,8 @@ LIB2ADDEH = gcc_personality_v0.c \
 	UnwindLevel1-gcc-ext.c \
 	UnwindLevel1.c \
 	UnwindRegistersRestore.S \
-	UnwindRegistersSave.S
+	UnwindRegistersSave.S \
+	libunwind.cpp
 
 CFLAGS+=	-I${UNWINDINCDIR} -I${.CURDIR}
 .if empty(CXXFLAGS:M-std=*)


More information about the svn-src-head mailing list