Move #include "softfloat.h" to cpu-all.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4395 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
798085733c
commit
939ef5938f
@ -38,6 +38,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "bswap.h"
|
#include "bswap.h"
|
||||||
|
#include "softfloat.h"
|
||||||
|
|
||||||
#if defined(WORDS_BIGENDIAN) != defined(TARGET_WORDS_BIGENDIAN)
|
#if defined(WORDS_BIGENDIAN) != defined(TARGET_WORDS_BIGENDIAN)
|
||||||
#define BSWAP_NEEDED
|
#define BSWAP_NEEDED
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
#include "cpu-defs.h"
|
#include "cpu-defs.h"
|
||||||
|
|
||||||
#include "softfloat.h"
|
|
||||||
|
|
||||||
#define TARGET_HAS_ICE 1
|
#define TARGET_HAS_ICE 1
|
||||||
|
|
||||||
#define ELF_MACHINE EM_CRIS
|
#define ELF_MACHINE EM_CRIS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user