This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: size of bfd_vma


Hi Mohamed,

I 'm developping a program reading a binary file which contains bfd_vma records, my program is used to run on linux 32 bits/solaris 64bits.
Knowing that i will not use bfd library, I have to define a type to hold bfd_vma records but it seems that it depends on platform running the program,

Any help to define such a type?

Why not use the code that already exists in bfd/bfd-in.h ?


Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]