Install unwind.h into /usr/include

Install headers from LLVM's libunwind in place of the headers from
libcxxrt and allow C applications to use the library.

As part of this, remove include/unwind.h and switch libthr over to
using the installed unwind.h.

Reviewed by:	dim, emaste
MFC after:	10 days
Differential Revision: https://reviews.freebsd.org/D34065
This commit is contained in:
John Baldwin
2022-02-10 18:57:49 +01:00
committed by Dimitry Andric
parent 946585179d
commit c00d345665
7 changed files with 9 additions and 168 deletions
+5
View File
@@ -52,6 +52,11 @@
# xargs -n1 | sort | uniq -d;
# done
# 20220210: unwind.h moved to /usr/include
OLD_FILES+=usr/include/c++/v1/unwind-arm.h
OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
OLD_FILES+=usr/include/c++/v1/unwind.h
# 20220128: mips pmc events removed
OLD_FILES+=usr/share/man/man3/pmc.mips24k.3
OLD_FILES+=usr/share/man/man3/pmc.octeon.3