Drop HP libunwind (unw_*) functions from LLVM libunwind

They are not needed for exception handling.
This commit is contained in:
emaste 2016-01-22 16:47:36 +00:00
parent 8ba35e7674
commit 8b90d96a75

View File

@ -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=*)