Commit 939ef5938fa15b996d3801fa53ef5be2f5cf3495

Authored by aurel32
1 parent 79808573

Move #include "softfloat.h" to cpu-all.h


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4395 c046a42c-6fe2-441c-8c8c-71466251a162
cpu-all.h
... ... @@ -38,6 +38,7 @@
38 38 */
39 39  
40 40 #include "bswap.h"
  41 +#include "softfloat.h"
41 42  
42 43 #if defined(WORDS_BIGENDIAN) != defined(TARGET_WORDS_BIGENDIAN)
43 44 #define BSWAP_NEEDED
... ...
target-cris/cpu.h
... ... @@ -25,8 +25,6 @@
25 25  
26 26 #include "cpu-defs.h"
27 27  
28   -#include "softfloat.h"
29   -
30 28 #define TARGET_HAS_ICE 1
31 29  
32 30 #define ELF_MACHINE EM_CRIS
... ...