aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2014-10-27 13:09:03 -0700
committerRong Xu <xur@google.com>2014-10-27 13:09:03 -0700
commit2d56bf64aecbd0ffa1f682674f2840a3573f0e6a (patch)
tree1a891e4b269cdac90f4d81e313535aee0987a196 /gcc-4.9
parentc5748954561f492fe1c4ea772e0290079af9960b (diff)
downloadtoolchain_gcc-2d56bf64aecbd0ffa1f682674f2840a3573f0e6a.tar.gz
toolchain_gcc-2d56bf64aecbd0ffa1f682674f2840a3573f0e6a.tar.bz2
toolchain_gcc-2d56bf64aecbd0ffa1f682674f2840a3573f0e6a.zip
[4.9] Backport r216764: Enable ifunc for BINOIC
Backport r216764 from google/gcc-4_9 branches which makes ifunc support available for BIONIC (still controlled by configure). Change-Id: I515d4d38e11bd0378899e64e68ab5b255e2c6df3
Diffstat (limited to 'gcc-4.9')
-rw-r--r--gcc-4.9/gcc/config/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/config/linux.c b/gcc-4.9/gcc/config/linux.c
index 2f1cd8e63..7c3c5a461 100644
--- a/gcc-4.9/gcc/config/linux.c
+++ b/gcc-4.9/gcc/config/linux.c
@@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
bool
linux_has_ifunc_p (void)
{
- return OPTION_BIONIC ? false : HAVE_GNU_INDIRECT_FUNCTION;
+ return HAVE_GNU_INDIRECT_FUNCTION;
}
bool