Date: Fri, 9 Aug 2013 09:34:11 +0000 (UTC) From: David Chisnall <theraven@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r254136 - stable/9/contrib/libcxxrt Message-ID: <201308090934.r799YBlS058145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: theraven Date: Fri Aug 9 09:34:11 2013 New Revision: 254136 URL: http://svnweb.freebsd.org/changeset/base/254136 Log: MFC alignment fix for libcxxrt. Modified: stable/9/contrib/libcxxrt/unwind-itanium.h Directory Properties: stable/9/contrib/libcxxrt/ (props changed) Modified: stable/9/contrib/libcxxrt/unwind-itanium.h ============================================================================== --- stable/9/contrib/libcxxrt/unwind-itanium.h Fri Aug 9 08:40:31 2013 (r254135) +++ stable/9/contrib/libcxxrt/unwind-itanium.h Fri Aug 9 09:34:11 2013 (r254136) @@ -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 *,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308090934.r799YBlS058145>