From 6b935d0ce61e1fcd7798f58d413ef09edc67f908 Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 9 Aug 2013 11:26:26 +0000 Subject: [PATCH] Merge alignment fix for libcxxrt header. Approved by: re git-svn-id: svn://svn.freebsd.org/base/releng/9.2@254140 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/libcxxrt/unwind-itanium.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libcxxrt/unwind-itanium.h b/contrib/libcxxrt/unwind-itanium.h index 16b3eed6..a5c0e755 100644 --- a/contrib/libcxxrt/unwind-itanium.h +++ b/contrib/libcxxrt/unwind-itanium.h @@ -80,7 +80,7 @@ struct _Unwind_Exception _Unwind_Exception_Cleanup_Fn exception_cleanup; unsigned long private_1; unsigned long private_2; - } __attribute__((__aligned__)); + }; extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *, -- 2.42.0