This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libunwind.
from 34ce947 [libunwind] Create install-unwind-stripped target manually new 375a366 [libunwind][MIPS]: Add support for unwinding in O32 and N64 p [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__libunwind_config.h | 16 ++ include/libunwind.h | 38 ++++ src/Registers.hpp | 412 +++++++++++++++++++++++++++++++++++++++++++ src/UnwindCursor.hpp | 36 ++++ src/UnwindRegistersRestore.S | 112 ++++++++++++ src/UnwindRegistersSave.S | 112 ++++++++++++ src/config.h | 2 +- src/libunwind.cpp | 6 +- 8 files changed, 732 insertions(+), 2 deletions(-)