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]

sizeof(bfd_vma) = 4 ... in BFD64


Hi,
I'd like to precise some point of my compilation :
I did a preprocess of bfd.h in my install directories
it appears that bfd_vma is defined as this :
typedef unsigned long long bfd_vma
When I run the 64 bit cpu-as.exe using a debugger
(gdb) and I watch at the expression sizeof(bfd_vma),
it returns 4 instead of 8 wich is sizeof(unsigned long
long)...
Looks like it's the cause of my segmentation fault
(see previous mail on the 64bit binutils)...
Help me please..!!
Thanks
Pierre Mallard

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


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