From 48024e4a485fa82c103978c30c7d59d3a3a09262 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 6 Nov 2005 16:52:11 +0000 Subject: m68k disassembler (Paul Brook) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1605 c046a42c-6fe2-441c-8c8c-71466251a162 --- dis-asm.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dis-asm.h') diff --git a/dis-asm.h b/dis-asm.h index 880baf1..9d28785 100644 --- a/dis-asm.h +++ b/dis-asm.h @@ -56,6 +56,17 @@ enum bfd_architecture #define bfd_mach_m68030 5 #define bfd_mach_m68040 6 #define bfd_mach_m68060 7 +#define bfd_mach_cpu32 8 +#define bfd_mach_mcf5200 9 +#define bfd_mach_mcf5206e 10 +#define bfd_mach_mcf5307 11 +#define bfd_mach_mcf5407 12 +#define bfd_mach_mcf528x 13 +#define bfd_mach_mcfv4e 14 +#define bfd_mach_mcf521x 15 +#define bfd_mach_mcf5249 16 +#define bfd_mach_mcf547x 17 +#define bfd_mach_mcf548x 18 bfd_arch_vax, /* DEC Vax */ bfd_arch_i960, /* Intel 960 */ /* The order of the following is important. @@ -417,6 +428,7 @@ extern int generic_symbol_at_address (INFO).insn_info_valid = 0 #define _(x) x +#define ATTRIBUTE_UNUSED __attribute__((unused)) /* from libbfd */ @@ -425,5 +437,6 @@ bfd_vma bfd_getb32 (const bfd_byte *addr); bfd_vma bfd_getl16 (const bfd_byte *addr); bfd_vma bfd_getb16 (const bfd_byte *addr); typedef enum bfd_boolean {false, true} boolean; +typedef boolean bfd_boolean; #endif /* ! defined (DIS_ASM_H) */ -- cgit v1.1