This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
hurd: missing some PLT refs?!
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Date: Sat, 16 Jun 2018 03:13:53 +0200
- Subject: hurd: missing some PLT refs?!
Hello,
check-localplt currently emits:
Missing required PLT reference: libc.so: free
Missing required PLT reference: libc.so: malloc
Missing required PLT reference: ld.so: free
but there are PLT references in libc.so, e.g.:
./stdlib/exit.os:
0000017b R_386_PLT32 free
so I don't understand why check-localplt doesn't see them. Any idea?
Samuel