Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2016 16:47:36 +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: r294576 - head/gnu/lib/libgcc
Message-ID:  <201601221647.u0MGlafX046643@repo.freebsd.org>

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



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