ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/disass/bfd.h
(Generate patch)

Comparing mon/src/disass/bfd.h (file contents):
Revision 1.2 by gbeauche, 2002-09-07T12:48:15Z vs.
Revision 1.3 by gbeauche, 2002-09-07T13:02:20Z

# Line 2 | Line 2
2   *  bfd.h - Dummy bfd library header file
3   */
4  
5 < #include "config.h"
5 > #include "sysdeps.h"
6   #include "ansidecl.h"
7  
8   enum bfd_flavour {
# Line 37 | Line 37 | typedef struct symbol_cache_entry {
37          CONST char *name;
38   } asymbol;
39  
40 < typedef unsigned long bfd_vma;
41 < typedef long bfd_signed_vma;
40 > typedef uint64 bfd_vma;
41 > typedef int64 bfd_signed_vma;
42   typedef unsigned char bfd_byte;
43  
44   typedef struct _bfd bfd;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines