Skip to content

Commit

Permalink
Move #include "softfloat.h" to cpu-all.h
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4395 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
aurel32 committed May 9, 2008
1 parent 7980857 commit 939ef59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cpu-all.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
*/

#include "bswap.h"
#include "softfloat.h"

#if defined(WORDS_BIGENDIAN) != defined(TARGET_WORDS_BIGENDIAN)
#define BSWAP_NEEDED
Expand Down
2 changes: 0 additions & 2 deletions target-cris/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

#include "cpu-defs.h"

#include "softfloat.h"

#define TARGET_HAS_ICE 1

#define ELF_MACHINE EM_CRIS
Expand Down

0 comments on commit 939ef59

Please sign in to comment.