This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libunwind.
from 9defb52 [SEH] Add initial support for AArch64 new f936440 [Sparc] Add Sparc V8 support
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 | 7 ++ include/libunwind.h | 36 +++++++++ src/DwarfInstructions.hpp | 8 ++ src/DwarfParser.hpp | 16 ++++ src/Registers.hpp | 188 +++++++++++++++++++++++++++++++++++++++++++ src/UnwindCursor.hpp | 14 ++++ src/UnwindRegistersRestore.S | 22 +++++ src/UnwindRegistersSave.S | 32 +++++++- src/assembly.h | 2 + src/libunwind.cpp | 2 + 10 files changed, 325 insertions(+), 2 deletions(-)