Author: ps-guest
Date: 2006-01-17 20:15:41 +0000 (Tue, 17 Jan 2006)
New Revision: 1060

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/mcontext.h
   trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h
Log:
apply "__aligned(x) -> __attribute__((aligned(x)))" also for amd64 version 


Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/mcontext.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/mcontext.h        
2006-01-17 19:09:04 UTC (rev 1059)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/mcontext.h        
2006-01-17 20:15:41 UTC (rev 1060)
@@ -95,7 +95,7 @@
        /*
         * See <machine/fpu.h> for the internals of mc_fpstate[].
         */
-       long    mc_fpstate[64] __aligned(16);
+       long    mc_fpstate[64] __attribute__((aligned(16)));
        long    mc_spare[8];
 } mcontext_t;
 

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h      
2006-01-17 19:09:04 UTC (rev 1059)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h      
2006-01-17 20:15:41 UTC (rev 1060)
@@ -102,7 +102,7 @@
         */
        long    sc_fpformat;
        long    sc_ownedfp;
-       long    sc_fpstate[64] __aligned(16);
+       long    sc_fpstate[64] __attribute__((aligned(16)));
        long    sc_spare[8];
 };
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to