From owner-svn-src-all@FreeBSD.ORG Fri Aug 9 11:26:27 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 480C05C4; Fri, 9 Aug 2013 11:26:27 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34B8A21CD; Fri, 9 Aug 2013 11:26:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r79BQRLh000263; Fri, 9 Aug 2013 11:26:27 GMT (envelope-from theraven@svn.freebsd.org) Received: (from theraven@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r79BQR1b000262; Fri, 9 Aug 2013 11:26:27 GMT (envelope-from theraven@svn.freebsd.org) Message-Id: <201308091126.r79BQR1b000262@svn.freebsd.org> From: David Chisnall Date: Fri, 9 Aug 2013 11:26:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r254140 - releng/9.2/contrib/libcxxrt X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 11:26:27 -0000 Author: theraven Date: Fri Aug 9 11:26:26 2013 New Revision: 254140 URL: http://svnweb.freebsd.org/changeset/base/254140 Log: Merge alignment fix for libcxxrt header. Approved by: re Modified: releng/9.2/contrib/libcxxrt/unwind-itanium.h Directory Properties: releng/9.2/contrib/libcxxrt/ (props changed) Modified: releng/9.2/contrib/libcxxrt/unwind-itanium.h ============================================================================== --- releng/9.2/contrib/libcxxrt/unwind-itanium.h Fri Aug 9 11:24:29 2013 (r254139) +++ releng/9.2/contrib/libcxxrt/unwind-itanium.h Fri Aug 9 11:26:26 2013 (r254140) @@ -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 *,