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.3 by gbeauche, 2002-09-07T13:02:20Z vs.
Revision 1.4 by gbeauche, 2003-01-29T20:50:31Z

# Line 44 | Line 44 | typedef unsigned char bfd_byte;
44   typedef struct _bfd bfd;
45   struct _bfd;
46  
47 < #if SIZEOF_LONG == 64
47 > #if SIZEOF_LONG == 8
48   #define BFD_HOST_64BIT_LONG 1
49 + #define BFD64
50   #endif
51  
52   #ifndef fprintf_vma

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines