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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 07:10:16 PST 2016


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

Cheers,
Rafael


More information about the llvm-commits mailing list