diff options
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | 2014-12-10 13:49:19 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2014-12-10 13:49:19 +0000 |
commit | ef9b7fad361c3b534588628ca8ae2b670aae934d (patch) | |
tree | 30b578acff5f3360f045181da8fd21a9807c2be3 /gcc/config/linux.c | |
parent | f50eecba1389ff9da5112b2aaeb93c6ebaa38afc (diff) | |
download | gcc-ef9b7fad361c3b534588628ca8ae2b670aae934d.zip gcc-ef9b7fad361c3b534588628ca8ae2b670aae934d.tar.gz gcc-ef9b7fad361c3b534588628ca8ae2b670aae934d.tar.bz2 |
linux.c (linux_has_ifunc_p): Remove.
gcc/
* config/linux.c (linux_has_ifunc_p): Remove.
* config/linux.h (TARGET_HAS_IFUNC_P): Use default version.
From-SVN: r218577
Diffstat (limited to 'gcc/config/linux.c')
-rw-r--r-- | gcc/config/linux.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/linux.c b/gcc/config/linux.c index 6242e11..15df213 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) { |