--- - branch: MAIN date: Wed Jan 22 15:10:32 UTC 2020 files: - new: '1.13' old: '1.12' path: src/external/gpl3/gcc.old/lib/libgcc/Makefile.inc pathrev: src/external/gpl3/gcc.old/lib/libgcc/Makefile.inc@1.13 type: modified - new: '1.44' old: '1.43' path: src/external/gpl3/gcc/lib/libgcc/Makefile.inc pathrev: src/external/gpl3/gcc/lib/libgcc/Makefile.inc@1.44 type: modified - new: '1.9' old: '1.8' path: src/lib/libexecinfo/Makefile pathrev: src/lib/libexecinfo/Makefile@1.9 type: modified - new: '0' old: '1.5' path: src/lib/libexecinfo/unwind.h pathrev: src/lib/libexecinfo/unwind.h@0 type: deleted id: 20200122T151032Z.bebcae154400b4f0588482c2b40332ad069ecfb4 log: | 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. module: src subject: 'CVS commit: src' unixtime: '1579705832' user: mgorny