OSDN Git Service

getutid: add a hidden def
authorMike Frysinger <vapier@gentoo.org>
Sat, 3 Dec 2011 17:16:56 +0000 (12:16 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 3 Dec 2011 17:18:30 +0000 (12:18 -0500)
commit46fa3f2fdc873d98818dcd5efae90c09a3b75a66
tree159960e484bb375e12f2b7f4c2a18b97686ce06f
parent0e9ee6c27f757badedc78d5ffb680f38b7824f38
getutid: add a hidden def

The pututline func calls getutid, so add a hidden def for
it to avoid plt relocs:

$ readelf -r lib/libc.so.0
...
Relocation section '.rela.plt' at offset 0xb058 contains 11 entries:
  Offset          Info           Type           Sym. Value    Sym. Name + Addend
000000236000  01cf00000007 R_X86_64_JUMP_SLO 00000000000190ab getutid + 0
...

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/utmp.h
libc/misc/utmp/utent.c