diff options
| author | Blue Swirl | 2012-03-03 18:59:06 +0100 |
|---|---|---|
| committer | Blue Swirl | 2012-03-03 18:59:06 +0100 |
| commit | 5a30d3f19d9c6d135bf7a395a24dc455698d5cf9 (patch) | |
| tree | 3ada83652cc2f37b7a6344585c8bd72e5e99588d /target-xtensa | |
| parent | usb: Fix signature of stub usb_host_device_open (diff) | |
| parent | Move definition of HOST_LONG_BITS to qemu-common.h (diff) | |
| download | qemu-5a30d3f19d9c6d135bf7a395a24dc455698d5cf9.tar.gz qemu-5a30d3f19d9c6d135bf7a395a24dc455698d5cf9.tar.xz qemu-5a30d3f19d9c6d135bf7a395a24dc455698d5cf9.zip | |
Merge branch 'upstream' of git://qemu.weilnetz.de/qemu
* 'upstream' of git://qemu.weilnetz.de/qemu:
Move definition of HOST_LONG_BITS to qemu-common.h
target-xtensa: Clean includes
target-unicore32: Clean includes
target-sh4: Clean includes
target-s390x: Clean includes
target-ppc: Clean includes
target-mips: Clean includes
target-microblaze: Clean includes
target-m68k: Clean includes
target-lm32: Clean includes
target-i386: Clean includes
target-cris: Clean includes
target-arm: Clean includes
target-alpha: Clean includes
Remove macro HOST_LONG_SIZE
Diffstat (limited to 'target-xtensa')
| -rw-r--r-- | target-xtensa/core-dc232b.c | 1 | ||||
| -rw-r--r-- | target-xtensa/core-fsf.c | 1 | ||||
| -rw-r--r-- | target-xtensa/helper.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target-xtensa/core-dc232b.c b/target-xtensa/core-dc232b.c index b723c4ca7b..7c038351b3 100644 --- a/target-xtensa/core-dc232b.c +++ b/target-xtensa/core-dc232b.c @@ -1,7 +1,6 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "qemu-common.h" #include "host-utils.h" #include "core-dc232b/core-isa.h" diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c index 88de4dd4ba..c11d9708e7 100644 --- a/target-xtensa/core-fsf.c +++ b/target-xtensa/core-fsf.c @@ -1,7 +1,6 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "qemu-common.h" #include "host-utils.h" #include "core-fsf/core-isa.h" diff --git a/target-xtensa/helper.c b/target-xtensa/helper.c index 2ef50d656e..42a559f756 100644 --- a/target-xtensa/helper.c +++ b/target-xtensa/helper.c @@ -28,7 +28,6 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "qemu-common.h" #include "host-utils.h" #if !defined(CONFIG_USER_ONLY) #include "hw/loader.h" |
