Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libc++/dist/libcxxrt/src Force consistent align...
details: https://anonhg.NetBSD.org/src/rev/90948fa51f24
branches: trunk
changeset: 326248:90948fa51f24
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jan 23 13:30:38 2014 +0000
description:
Force consistent alignemnt of _Unwind_Exception with libgcc_s.
diffstat:
external/bsd/libc++/dist/libcxxrt/src/unwind-itanium.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d117ca47782c -r 90948fa51f24 external/bsd/libc++/dist/libcxxrt/src/unwind-itanium.h
--- a/external/bsd/libc++/dist/libcxxrt/src/unwind-itanium.h Thu Jan 23 13:05:04 2014 +0000
+++ b/external/bsd/libc++/dist/libcxxrt/src/unwind-itanium.h Thu Jan 23 13:30:38 2014 +0000
@@ -80,7 +80,7 @@
_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 *,
Home |
Main Index |
Thread Index |
Old Index