On Thu, Jan 27, 2011 at 03:48:47PM -0800, Michael Snyder wrote:
> The relevant printf is in objdump.c::dump_section_header, vis:
> 
>   printf ("  %08lx  2**%u", (unsigned long) section->filepos,
>           bfd_get_section_alignment (abfd, section));
> 
> 
> Is there a way to get the total file size here, and if it is greater
> than 4gig, to make this field wider?  I realize that it will then be
> greater than 80 chars...

Patches welcome..  Alternatively, build on a 64-bit host.

-- 
Alan Modra
Australia Development Lab, IBM

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to