summaryrefslogtreecommitdiff
path: root/gcc/config/linux.h
diff options
context:
space:
mode:
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-10 13:49:19 +0000
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-10 13:49:19 +0000
commit6c679c887c74f12d60de874393dc7a31b01ee817 (patch)
tree30b578acff5f3360f045181da8fd21a9807c2be3 /gcc/config/linux.h
parent4b9d11e9bb503a98c652a9bd7f685e2f04403d65 (diff)
downloadgcc-6c679c887c74f12d60de874393dc7a31b01ee817.tar.gz
gcc/
* config/linux.c (linux_has_ifunc_p): Remove. * config/linux.h (TARGET_HAS_IFUNC_P): Use default version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r--gcc/config/linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
index d38ef81e34f..6ccacff4727 100644
--- a/gcc/config/linux.h
+++ b/gcc/config/linux.h
@@ -117,10 +117,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#else /* !uClinux, i.e., normal Linux */
-/* IFUNCs are supported by glibc, but not by uClibc or Bionic. */
-# undef TARGET_HAS_IFUNC_P
-# define TARGET_HAS_IFUNC_P linux_has_ifunc_p
-
/* Determine what functions are present at the runtime;
this includes full c99 runtime and sincos. */
# undef TARGET_LIBC_HAS_FUNCTION