aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/linux.c')
-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