summaryrefslogtreecommitdiff
path: root/gcc/config/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/linux.c')
-rw-r--r--gcc/config/linux.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/linux.c b/gcc/config/linux.c
index 6242e11008d..15df21394d0 100644
--- a/gcc/config/linux.c
+++ b/gcc/config/linux.c
@@ -23,14 +23,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h"
#include "linux-protos.h"
-/* Android does not support GNU indirect functions. */
-
-bool
-linux_has_ifunc_p (void)
-{
- return OPTION_BIONIC ? false : HAVE_GNU_INDIRECT_FUNCTION;
-}
-
bool
linux_libc_has_function (enum function_class fn_class)
{