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]
Other format: [Raw text]

Re: [PATCH] Fix objdump output formatting


> > > 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


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