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.4 by gbeauche, 2003-01-29T20:50:31Z vs.
Revision 1.5 by gbeauche, 2003-01-29T20:56:50Z

# Line 46 | Line 46 | struct _bfd;
46  
47   #if SIZEOF_LONG == 8
48   #define BFD_HOST_64BIT_LONG 1
49 #define BFD64
49   #endif
50  
51 + // 64-bit vma
52 + #define BFD64
53 +
54   #ifndef fprintf_vma
55   #if BFD_HOST_64BIT_LONG
56   #define sprintf_vma(s,x) sprintf (s, "%016lx", x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines