1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +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

@ -1,4 +1,4 @@
/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2008 Free Software Foundation, Inc.
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -73,5 +73,6 @@ memmem (const void *haystack_start, size_t haystack_len,
else
return two_way_long_needle (haystack, haystack_len, needle, needle_len);
}
libc_hidden_def (memmem)
#undef LONG_NEEDLE_THRESHOLD