This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: attribute aligned problem with MIPS cross compiler


> Is this a bug or a known limitation?  Any help would be appreciated.

Well, appears to work in the 3.4 branch:

        .file   1 "foo.i"
        .section .mdebug.eabi64
        .previous
 
        .comm   aligned_int,4,256

[echristo@dzur ~]$ cat foo.i
__attribute__ ((__aligned__(256))) int aligned_int;

I can't remember the 3.2 sources off hand, but I know that some changes
have gone in to object declaration in 3.4. Some in 3.3 too.

-eric

-- 
Eric Christopher <echristo@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]