Module Name: src Committed By: mgorny Date: Wed Jan 22 15:10:32 UTC 2020
Modified Files: src/external/gpl3/gcc.old/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/lib/libexecinfo: Makefile Removed Files: src/lib/libexecinfo: unwind.h Log Message: Install gcc's unwind.h instead of libexecinfo's The prototypes in libexecinfo's unwind.h do not match those commonly used (e.g. by gcc, clang, GNU libunwind, LLVM libunwind...), causing C++ programs to fail to build on type mismatches (e.g. compiler-rt, libc++abi). Rather than providing our own header, reuse the one included in gcc. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gcc.old/lib/libgcc/Makefile.inc cvs rdiff -u -r1.43 -r1.44 src/external/gpl3/gcc/lib/libgcc/Makefile.inc cvs rdiff -u -r1.8 -r1.9 src/lib/libexecinfo/Makefile cvs rdiff -u -r1.5 -r0 src/lib/libexecinfo/unwind.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.