| 56 |
#define bfd_mach_m68030 5 |
#define bfd_mach_m68030 5 |
| 57 |
#define bfd_mach_m68040 6 |
#define bfd_mach_m68040 6 |
| 58 |
#define bfd_mach_m68060 7 |
#define bfd_mach_m68060 7 |
| 59 |
|
#define bfd_mach_cpu32 8 |
| 60 |
|
#define bfd_mach_mcf5200 9 |
| 61 |
|
#define bfd_mach_mcf5206e 10 |
| 62 |
|
#define bfd_mach_mcf5307 11 |
| 63 |
|
#define bfd_mach_mcf5407 12 |
| 64 |
|
#define bfd_mach_mcf528x 13 |
| 65 |
|
#define bfd_mach_mcfv4e 14 |
| 66 |
|
#define bfd_mach_mcf521x 15 |
| 67 |
|
#define bfd_mach_mcf5249 16 |
| 68 |
|
#define bfd_mach_mcf547x 17 |
| 69 |
|
#define bfd_mach_mcf548x 18 |
| 70 |
bfd_arch_vax, /* DEC Vax */ |
bfd_arch_vax, /* DEC Vax */ |
| 71 |
bfd_arch_i960, /* Intel 960 */ |
bfd_arch_i960, /* Intel 960 */ |
| 72 |
/* The order of the following is important. |
/* The order of the following is important. |
| 428 |
(INFO).insn_info_valid = 0 |
(INFO).insn_info_valid = 0 |
| 429 |
|
|
| 430 |
#define _(x) x |
#define _(x) x |
| 431 |
|
#define ATTRIBUTE_UNUSED __attribute__((unused)) |
| 432 |
|
|
| 433 |
/* from libbfd */ |
/* from libbfd */ |
| 434 |
|
|
| 437 |
bfd_vma bfd_getl16 (const bfd_byte *addr); |
bfd_vma bfd_getl16 (const bfd_byte *addr); |
| 438 |
bfd_vma bfd_getb16 (const bfd_byte *addr); |
bfd_vma bfd_getb16 (const bfd_byte *addr); |
| 439 |
typedef enum bfd_boolean {false, true} boolean; |
typedef enum bfd_boolean {false, true} boolean; |
| 440 |
|
typedef boolean bfd_boolean; |
| 441 |
|
|
| 442 |
#endif /* ! defined (DIS_ASM_H) */ |
#endif /* ! defined (DIS_ASM_H) */ |