[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: attribute aligned
From: |
Paul D. Smith |
Subject: |
Re: attribute aligned |
Date: |
Thu, 28 Aug 2003 08:40:04 -0400 |
%% "Sylvain Becker" <address@hidden> writes:
sb> I d like to understand more precisely the "aligned" attribute.
sb> After I write :
sb> FOO bar __attribute__((aligned(8)));
sb> what should be the correct adress of bar (&bar) ?
This question is not related to GNU make. I suggest you ask on a more
relevant mailing list, such as one dedicated to GCC (the compiler).
Good luck!
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- attribute aligned, Sylvain Becker, 2003/08/27
- Re: attribute aligned,
Paul D. Smith <=