[PATCH] Fix objdump output formatting

Alan Modra amodra@bigpond.net.au
Sun May 19 17:31:00 GMT 2002


> > > Thiemo Seufer wrote:
> > > > 	/binutils/ChangeLog
> > > > 	* objdump.c (dump_headers): Fix output formatting for 32-bit arches
> > > > 	in BFD64 enabled toolchain.

>From a quick look at the patch and code in objdump.c:dump_section_header, 
it appears that you are fixing an output formatting bug for ELF, and
creating a new bug for non-ELF.  See fprintf_vma.  :-(

So, would you please investigate fixing non-ELF fprintf_vma?  If you
can fix that as well, I think we can apply the patch even if it does
break some of the binutils testsuite.  We can fix the testsuite later.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list