From 2d56bf64aecbd0ffa1f682674f2840a3573f0e6a Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Mon, 27 Oct 2014 13:09:03 -0700 Subject: [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 --- gcc-4.9/gcc/config/linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc-4.9') diff --git a/gcc-4.9/gcc/config/linux.c b/gcc-4.9/gcc/config/linux.c index 2f1cd8e..7c3c5a4 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 -- cgit v1.1