aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <dchisnall@pathscale.com>2014-05-09 01:35:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-09 01:35:37 +0000
commitfd73d28a296b1ec7e3a6acdce171b0fa18b6746e (patch)
tree8480723afe508190ba981973402c9906bc03ecc2
parent16f40b036e8854aa076cef56c06aad5b7e89abd1 (diff)
parent242e8e7f79cf84b259b812aa5714e50afc45aeca (diff)
downloadlibcxxrt-fd73d28a296b1ec7e3a6acdce171b0fa18b6746e.tar.gz
am 242e8e7f: _Unwind_Exception should be 8-byte aligned, not 16-byte.
* commit '242e8e7f79cf84b259b812aa5714e50afc45aeca': _Unwind_Exception should be 8-byte aligned, not 16-byte.
-rw-r--r--src/unwind-itanium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unwind-itanium.h b/src/unwind-itanium.h
index 16b3eed..0ca9488 100644
--- a/src/unwind-itanium.h
+++ b/src/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 *,