Change unw_word_t to always have the same size as the pointer size
This matches the original libunwind API. This also unifies the type between ARM EHABI and the other configurations, and allows getting rid of a number of casts in log messages. The cursor size updates for ppc and or1k are untested, but unw_proc_info_t shrinks by 4 uint64_t units on i386 at least. Differential Revision: https://reviews.llvm.org/D39365 llvm-svn: 316942
Showing
- libunwind/include/__libunwind_config.h 3 additions, 3 deletionslibunwind/include/__libunwind_config.h
- libunwind/include/libunwind.h 1 addition, 2 deletionslibunwind/include/libunwind.h
- libunwind/src/Unwind-EHABI.cpp 13 additions, 12 deletionslibunwind/src/Unwind-EHABI.cpp
- libunwind/src/UnwindLevel1-gcc-ext.c 4 additions, 4 deletionslibunwind/src/UnwindLevel1-gcc-ext.c
- libunwind/src/UnwindLevel1.c 17 additions, 17 deletionslibunwind/src/UnwindLevel1.c
- libunwind/src/libunwind.cpp 2 additions, 2 deletionslibunwind/src/libunwind.cpp
Loading
Please register or sign in to comment