comparison gcc/config/i386/x86-64.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
72 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 72 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
73 else { \ 73 else { \
74 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \ 74 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
75 /* Make sure that we have at least 8 byte alignment if > 8 byte \ 75 /* Make sure that we have at least 8 byte alignment if > 8 byte \
76 alignment is preferred. */ \ 76 alignment is preferred. */ \
77 if ((LOG) > 3 && (1 << (LOG)) > ((MAX_SKIP) + 1)) \ 77 if ((LOG) > 3 \
78 && (1 << (LOG)) > ((MAX_SKIP) + 1) \
79 && (MAX_SKIP) >= 7) \
78 fprintf ((FILE), "\t.p2align 3\n"); \ 80 fprintf ((FILE), "\t.p2align 3\n"); \
79 } \ 81 } \
80 } \ 82 } \
81 } while (0) 83 } while (0)
82 #endif 84 #endif