Skip to content
Commit 787b393c authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/vdso: Emit GNU & SysV hashes



Andy Lutomirski says:

  Some dynamic loaders may be slightly faster if a GNU hash is
  available.

  This is unlikely to have any measurable effect on the time it takes
  to resolve vdso symbols (since there are so few of them).  In some
  contexts, it can be a win for a different reason: if every DSO has a
  GNU hash section, then libc can avoid calculating SysV hashes at
  all. Both musl and glibc appear to have this optimization.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 336382c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment