powerpc/vdso: Emit GNU & SysV hashes
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 7 Aug 2015 03:05:42 +0000 (13:05 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Oct 2015 06:52:00 +0000 (16:52 +1000)
commit787b393c9f6300c343600d39f53f1b9f09d3684f
treee4b670c7557d7056bfdbc1867fcb8ced7eee5ec3
parent336382c78b926af7f3b22f738998962cec5a26e1
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: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/vdso32/Makefile
arch/powerpc/kernel/vdso64/Makefile