/[qemu]/qemu/dis-asm.h
ViewVC logotype

Diff of /qemu/dis-asm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by bellard, Sat Jul 23 22:39:53 2005 UTC revision 1.10 by bellard, Sun Nov 6 16:52:11 2005 UTC
# Line 56  enum bfd_architecture Line 56  enum bfd_architecture
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.
# Line 417  extern int generic_symbol_at_address Line 428  extern int generic_symbol_at_address
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    
# Line 425  bfd_vma bfd_getb32 (const bfd_byte *addr Line 437  bfd_vma bfd_getb32 (const bfd_byte *addr
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) */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26