From: Gorton, R. <Ric...@am...> - 2010-10-11 13:28:57
|
As I read through the compiler warnings, I'm arriving at the opinion that some of these need to remain warnings in a 32-bit environment: uint64_t/Dwarf_Unsigned conversions to Dwarf_Off (== off_t); uint64_t to size_t similarly. Most of these will only become a problem if the size of the file exceeds 32-bits; this is highly improbable for my target usage, but may be pertinent for others (perhaps 32-bit Linux, with very large executables), so I'm not going to fiddle with those. I hope to post a patch to the list later today. Rick |