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

Ed Maste emaste at FreeBSD.org
Fri Jan 22 16:47:37 UTC 2016


Author: emaste
Date: Fri Jan 22 16:47:36 2016
New Revision: 294576
URL: https://svnweb.freebsd.org/changeset/base/294576

Log:
  Drop HP libunwind (unw_*) functions from LLVM libunwind
  
  They are not needed for exception handling.

Modified:
  head/gnu/lib/libgcc/Makefile

Modified: head/gnu/lib/libgcc/Makefile
==============================================================================
--- head/gnu/lib/libgcc/Makefile	Fri Jan 22 16:43:49 2016	(r294575)
+++ head/gnu/lib/libgcc/Makefile	Fri Jan 22 16:47:36 2016	(r294576)
@@ -81,8 +81,7 @@ LIB2ADDEH = gcc_personality_v0.c \
 	UnwindLevel1-gcc-ext.c \
 	UnwindLevel1.c \
 	UnwindRegistersRestore.S \
-	UnwindRegistersSave.S \
-	libunwind.cpp
+	UnwindRegistersSave.S
 
 CFLAGS+=	-I${UNWINDINCDIR} -I${.CURDIR}
 .if empty(CXXFLAGS:M-std=*)


More information about the svn-src-all mailing list