# HG changeset patch # User mellum # Date 1031914611 0 # Node ID 5e5a05077680f2307390212b28848c580c8b1668 # Parent 00a882f626bdf8df8f26a1d92090a169eb0e222e Due to version renumbering, Alpha builtins aren't supported in thegcc 3.2 release. diff -r 00a882f626bd -r 5e5a05077680 alpha/asm.h --- a/alpha/asm.h Fri Sep 13 09:45:32 2002 +0000 +++ b/alpha/asm.h Fri Sep 13 10:56:51 2002 +0000 @@ -52,7 +52,7 @@ #define ldq_u(p) (*(const uint64_t *) (((uint64_t) (p)) & ~7ul)) #define uldq(a) (((const struct unaligned_long *) (a))->l) -#if __GNUC__ >= 3 && __GNUC_MINOR__ >= 2 +#if __GNUC__ >= 3 && __GNUC_MINOR__ >= 3 #define cmpbge __builtin_alpha_cmpbge /* Avoid warnings. */ #define extql(a, b) __builtin_alpha_extql(a, (uint64_t) (b))