From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO8Ba-0006e3-R8 for qemu-devel@nongnu.org; Tue, 26 Jan 2016 13:17:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO8BX-0007iy-KO for qemu-devel@nongnu.org; Tue, 26 Jan 2016 13:17:50 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:59668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO8BX-0007iV-9X for qemu-devel@nongnu.org; Tue, 26 Jan 2016 13:17:47 -0500 From: Peter Maydell Date: Tue, 26 Jan 2016 18:05:29 +0000 Message-Id: <1453831531-667-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] microblaze: clean includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Edgar E. Iglesias" , patches@linaro.org I'm sending this small series separately because cleaning the microblaze files' use of includes requires a manual code fix to disas/microblaze.c. That file manually defines TRUE and FALSE, which clash with the standard defines that osdep.h will pull in. Patch 1 fixes this, and then patch 2 is the usual automated cleanup of the remaining files. thanks -- PMM Peter Maydell (2): disas/microblaze.c: Don't define TRUE or FALSE microblaze: Clean up includes disas/microblaze.c | 5 +---- hw/microblaze/boot.c | 1 + hw/microblaze/petalogix_ml605_mmu.c | 1 + hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 + target-microblaze/cpu.c | 1 + target-microblaze/gdbstub.c | 2 +- target-microblaze/helper.c | 1 + target-microblaze/mmu.c | 1 + target-microblaze/op_helper.c | 1 + target-microblaze/translate.c | 1 + 10 files changed, 10 insertions(+), 5 deletions(-) -- 1.9.1