[llvm] r258001 - [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 16:09:09 PST 2016


On Mon, Jan 18, 2016 at 7:10 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 18 January 2016 at 09:23, Simon Atanasyan <simon at atanasyan.com> wrote:
> > s/rela/relocs/ ?
>
> Or maybe just rel? It would be intentionally ambiguous about "rel
> format" or "relocation".
>
>
> > BTW LLD has Out::RelaDyn variable that in fact can represent both
> > ".rela.dyn" and ".rel.dyn" sections.
>
> I would probably also drop the 'a' in there. This variables are named
> after the sections, so using reloc in here would be a bit odd (but
> better than Rela IMHO).
>

It is named Rela rather than Rel consistently whenever something can
represent both Rel and Rela. If you change that, please change all of them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160119/1b5a0f2e/attachment.html>


More information about the llvm-commits mailing list