[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Dec 2017 21:43:36 +0000 (21:43 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Dec 2017 21:43:36 +0000 (21:43 +0000)
commitdfbbbdf8cd42b10969f96d4f65ae32012eff035b
tree215a5b4be85fcf7ea6bb2197b5b30bc4785985a9
parentb4c74c6603cd1951bffde8b188e7d785a37ab479
[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.

This supports the soft-float ABI only and has been tested with both clang
and gcc on FreeBSD.

Reviewed By: sdardis, compnerd

Differential Revision: https://reviews.llvm.org/D38110

llvm-svn: 320528
libunwind/include/__libunwind_config.h
libunwind/include/libunwind.h
libunwind/src/Registers.hpp
libunwind/src/UnwindCursor.hpp
libunwind/src/UnwindRegistersRestore.S
libunwind/src/UnwindRegistersSave.S
libunwind/src/config.h
libunwind/src/libunwind.cpp