comparison gcc/config/i386/linux.h @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
151 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 151 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
152 else { \ 152 else { \
153 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \ 153 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
154 /* Make sure that we have at least 8 byte alignment if > 8 byte \ 154 /* Make sure that we have at least 8 byte alignment if > 8 byte \
155 alignment is preferred. */ \ 155 alignment is preferred. */ \
156 if ((LOG) > 3 && (1 << (LOG)) > ((MAX_SKIP) + 1)) \ 156 if ((LOG) > 3 \
157 && (1 << (LOG)) > ((MAX_SKIP) + 1) \
158 && (MAX_SKIP) >= 7) \
157 fprintf ((FILE), "\t.p2align 3\n"); \ 159 fprintf ((FILE), "\t.p2align 3\n"); \
158 } \ 160 } \
159 } \ 161 } \
160 } while (0) 162 } while (0)
161 #endif 163 #endif