]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_powerpc/fpu/compare-fp-1.c
powerpc: Fix FPU post related link warnings
[people/ms/u-boot.git] / post / lib_powerpc / fpu / compare-fp-1.c
index f836b29c08ede62ae9b68ed89ca699845a8f0de8..a0859f874b18957b7d89db44c191d73651d7a6d4 100644 (file)
 
 #include <post.h>
 
-#if CONFIG_POST & CONFIG_SYS_POST_FPU
-
 GNU_FPOST_ATTR
 
+#if CONFIG_POST & CONFIG_SYS_POST_FPU
+
 static int failed;
 
 #define TEST(c) if ((c) != ok) failed++