|
From: | Mike Frysinger |
Subject: | Re: [Libunwind-devel] [PATCH 04/35] Align `sos_memory' to MAX_ALIGN |
Date: | Wed, 19 Sep 2012 00:26:17 -0400 |
User-agent: | KMail/1.13.7 (Linux/3.5.0; KDE/4.6.5; x86_64; ; ) |
On Tuesday 18 September 2012 09:31:13 Tommi Rantala wrote: > --- a/src/mi/mempool.c > +++ b/src/mi/mempool.c > > -static char sos_memory[SOS_MEMORY_SIZE]; > +static char sos_memory[SOS_MEMORY_SIZE] > __attribute__((aligned(MAX_ALIGN))); seems like you should update libunwind_i.h with a new ALIGNED macro rather than dropping gcc-specific attributes in the tree. -mike
signature.asc
Description: This is a digitally signed message part.
[Prev in Thread] | Current Thread | [Next in Thread] |