[PATCH] D14281: [ELF2] Sort dynamic symbols according to the MIPS requirements.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 08:55:16 PST 2015


On 3 November 2015 at 08:34, Igor Kudrin <ikudrin.dev at gmail.com> wrote:
> ikudrin created this revision.
> ikudrin added reviewers: ruiu, rafael, atanasyan.
> ikudrin added a subscriber: llvm-commits.
> ikudrin added a project: lld.
>
> The MIPS ABI has its requirements to sort entries in the .dyn.sym section.
> Symbols, which are not in the GOT, have to precede symbols added in the GOT.
> These latter must have the same order as the corresponding GOT entries.

BTW, does anyone know why that restriction exists and why it is still relevant?

Cheers,
Rafael


More information about the llvm-commits mailing list