This is the mail archive of the binutils@sourceware.org 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: w64 native support needs type abstraction for long


On Wed, Apr 04, 2007 at 11:13:07AM +0200, Kai Tietz wrote:
> Hello,
> 
> I am currently on the port of binutils (especially of libbfd for gdb) to 
> support native windows 64. Here I noticed, that in some places a "long" 
> type is used for helding pointer values (e.g. in 
> "/include/coff/internal.h" for structure internal_syment). I would like to 
> introduce for this the type "longptr_t" defined as follows
> 

Can't you just use bfd_vma?


H.J.


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