Bug in dwarf1.c

Colin Burgess cburgess@qnx.com
Tue May 8 06:51:00 GMT 2001


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



More information about the Binutils mailing list