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 readelf (was Re: ELF reloc code tidy)


On Thu, Nov 28, 2002 at 06:57:35PM -0500, Hans-Peter Nilsson wrote:
> > readelf.c needs corresponding changes too, otherwise it doesn't build.
> > Ok to commit?
> >
> > 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
> >
> > 	* readelf.c Replace occurrences of Elf32_Internal_* and
> > 	Elf64_Internal_* with Elf_Internal_*.
> > 	(slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
> > 	Zero r_addend fields.
> > 	(dump_relocations): Remove relas variable, change Elf_Internal_Rel to
> > 	Elf_Internal_Rela.
> 
> Looks pretty *obvious* to me.  I guess Alan has the same thing
> in his tree, but forgot to commit it.  Currently, we have a
> broken tree...

Ok, I commited it as *obvious*.

	Jakub


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