K 10 svn:author V 6 emaste K 8 svn:date V 27 2016-07-20T03:13:02.933235Z K 7 svn:log V 243 libunwind: Properly align _Unwind_Exception. _Unwind_Exception is required to be double word aligned. GCC has interpreted this to mean "use the maximum useful alignment for the target" so follow that lead. Obtained from: LLVM review D22543 END