]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/dev/scd/scd.c
libunwind: update to upstream snapshot r272680
authorEd Maste <emaste@FreeBSD.org>
Fri, 8 Jul 2016 20:20:46 +0000 (20:20 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 8 Jul 2016 20:20:46 +0000 (20:20 +0000)
commit1de4a1a95bdfd7ab72a5725a5700ff8655bb5660
tree0eb6899744565d5e30dd412b1440d5b964f920e0
parent6af16d65de095c7d141bfd40318bacbe39ac0d30
parente2fc5d984d0bcb0eba77ce5030f053dfc0eae2a2
libunwind: update to upstream snapshot r272680

The key improvement is that it may be built without cross-unwinding
support, which significantly reduces the stack space requirement.

MFC after: 1 week
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D7123
12 files changed:
contrib/llvm/projects/libunwind/include/__libunwind_config.h
contrib/llvm/projects/libunwind/include/libunwind.h
contrib/llvm/projects/libunwind/src/AddressSpace.hpp
contrib/llvm/projects/libunwind/src/CompactUnwinder.hpp
contrib/llvm/projects/libunwind/src/Registers.hpp
contrib/llvm/projects/libunwind/src/Unwind-EHABI.cpp
contrib/llvm/projects/libunwind/src/UnwindCursor.hpp
contrib/llvm/projects/libunwind/src/UnwindLevel1.c
contrib/llvm/projects/libunwind/src/UnwindRegistersRestore.S
contrib/llvm/projects/libunwind/src/UnwindRegistersSave.S
contrib/llvm/projects/libunwind/src/config.h
contrib/llvm/projects/libunwind/src/libunwind.cpp