[PATCH] Fix objdump output of R_SPARC_OLO10

David Miller davem@davemloft.net
Mon Apr 4 00:27:00 GMT 2011


From: Alan Modra <amodra@gmail.com>
Date: Mon, 4 Apr 2011 09:38:46 +0930

> On Sun, Apr 03, 2011 at 12:51:01AM -0700, David Miller wrote:
>> 	* objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
>> 	accurately, rather than how they are represented internally.
> 
> OK, but
> 
>> +	  if (abfd->xvec->flavour == bfd_target_elf_flavour
>> +	      && elf_tdata(abfd)->elf_header->e_machine == EM_SPARCV9
>> +	      && relcount
> 
> relcount > 1

Thanks, will fix that and commit.



More information about the Binutils mailing list