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]

Bug in dwarf1.c


Hi,

In bfd/dwarf1.c, dwarf1_unit_find_nearest_line is defined as taking
an address that is of type unsigned long.  However, the address is
passed as an bfd_vma, which is not necessarily unsigned long (eg on
our platform is is unsigned long long).

Should addr be redefined as bfd_vma, or should addr be cast before
calling this function?

-- 
cburgess@qnx.com


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