1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Avoid PLT references from __get_clockfreq on powerpc

This commit is contained in:
Andreas Schwab
2012-10-11 14:48:32 +02:00
parent ac49ecaf9d
commit ca38dc17d8
4 changed files with 15 additions and 6 deletions

View File

@ -89,6 +89,7 @@ libc_hidden_proto (__strtok_r)
extern char *__strsep_g (char **__stringp, const char *__delim);
libc_hidden_proto (__strsep_g)
libc_hidden_proto (strnlen)
libc_hidden_proto (memmem)
libc_hidden_builtin_proto (memchr)
libc_hidden_builtin_proto (memcpy)