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=*) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"