Re: [PATCH] readelf: dump the value contained in offset on Rel relocs when -AW are passed

2022-01-18 Thread Nick Clifton
Hi Andrea, Thanks for patch suggestion. I do have a few comments: Here is the suggested patch. It will print the value at offset on Rel relocs; for simplicity, it only does it on 32-bit files, because that's what I need, but I can easily extend it; also, 64-bit ELFs tend to use Rela relocs

[PATCH] readelf: dump the value contained in offset on Rel relocs when -AW are passed

2022-01-14 Thread Andrea Monaco
> Also, this looks like it might be a suitable project for someone > interested in learning about the binutils. So I am hoping that you, > or someone else will volunteer to have a go ... :-) Here is the suggested patch. It will print the value at offset on Rel relocs; for simplicity, it