aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2014-10-27 20:56:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-10-27 20:56:05 +0000
commit6c19e9d73310bd4499d2f317a6d9f3660a53c614 (patch)
treeb9e0331e76f549514f3bd5f854452faea2985dae
parent5e9aa7db94a40a0f2632b13bce2095a008fc34ac (diff)
parent2d56bf64aecbd0ffa1f682674f2840a3573f0e6a (diff)
downloadtoolchain_gcc-6c19e9d73310bd4499d2f317a6d9f3660a53c614.tar.gz
toolchain_gcc-6c19e9d73310bd4499d2f317a6d9f3660a53c614.tar.bz2
toolchain_gcc-6c19e9d73310bd4499d2f317a6d9f3660a53c614.zip
Merge "[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)."
-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